summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)AuthorFilesLines
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-8/+0
2012-11-11Update dtrans commented code to use string.h function instead of rtl/memoryArnaud Versini1-3/+3
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-11/+13
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl5-10/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl3-12/+18
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl5-5/+10
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl5-0/+5
2012-08-22more old module-description xml filesMatúš Kukan6-322/+0
2012-08-08reduce ascii noise and useless commentsThomas Arnhold20-89/+0
2012-08-08remove include comments and boxesThomas Arnhold40-155/+0
2012-08-07Remove commented out codeThomas Arnhold2-8/+0
2012-07-20new does not return nullStephan Bergmann1-6/+4
2012-07-17Correct check after memory allocation.Christophe JAILLET1-1/+1
2012-07-02Remove unused definesThomas Arnhold1-5/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks5-20/+5
2012-07-01Remove unused definesThomas Arnhold3-12/+0
2012-06-27Remove commented out codeThomas Arnhold1-43/+0
2012-06-25re-base on ALv2 code.Michael Meeks45-937/+661
2012-06-22re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-21re-base on ALv2 code.Michael Meeks42-988/+610
2012-06-21re-base on ALv2 code.Michael Meeks2-42/+24
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-06-01I think, this is what was intendedFridrich Štrba1-1/+1
2012-06-01trivial tinderbox fixMichael Meeks1-1/+1
2012-06-01targeted string re-workNorbert Thiebaud14-73/+72
2012-05-28targetted string re-workNorbert Thiebaud1-4/+4
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan1-5/+0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl6-15/+15
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-16/+29
2012-03-15can't use auto_ptr with an array, wrong delete vs new[]Caolán McNamara1-7/+6
2012-03-14fdo#47246: dtrans: fix multiply linked ImplHelperMichael Stahl3-3/+4
2012-03-12WaE: "__uuidof" redefinedDavid Tardon6-0/+18
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-2/+1
2012-03-12add missing initializerDavid Tardon1-1/+2
2012-03-12WaE: initialization orderDavid Tardon2-7/+7
2012-03-12probable intentDavid Tardon1-1/+1
2012-03-12WaE: variable 'dwResult' set but not usedDavid Tardon1-0/+1
2012-03-12fix indentationDavid Tardon1-11/+11
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon1-32/+33
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-2/+2
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-1/+1
2012-03-12WaE: multi-character character constantDavid Tardon1-1/+1
2012-02-17Use emptiness check rather than size check for efficiencyMariusz Dykierek2-2/+2
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-13WaE: clipformat may be used uninitializedCaolán McNamara1-1/+1
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco2-10/+10