summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Expand)AuthorAgeFilesLines
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-285-10/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-283-12/+18
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-285-5/+10
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-285-0/+5
* more old module-description xml filesMatúš Kukan2012-08-226-322/+0
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0820-89/+0
* remove include comments and boxesThomas Arnhold2012-08-0840-155/+0
* Remove commented out codeThomas Arnhold2012-08-072-8/+0
* new does not return nullStephan Bergmann2012-07-201-6/+4
* Correct check after memory allocation.Christophe JAILLET2012-07-171-1/+1
* Remove unused definesThomas Arnhold2012-07-021-5/+0
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-025-20/+5
* Remove unused definesThomas Arnhold2012-07-013-12/+0
* Remove commented out codeThomas Arnhold2012-06-271-43/+0
* re-base on ALv2 code.Michael Meeks2012-06-2545-937/+661
* re-base on ALv2 code.Michael Meeks2012-06-222-49/+31
* re-base on ALv2 code.Michael Meeks2012-06-2142-988/+610
* re-base on ALv2 code.Michael Meeks2012-06-212-42/+24
* targeted string re-workNorbert Thiebaud2012-06-021-1/+1
* I think, this is what was intendedFridrich Štrba2012-06-011-1/+1
* trivial tinderbox fixMichael Meeks2012-06-011-1/+1
* targeted string re-workNorbert Thiebaud2012-06-0114-73/+72
* targetted string re-workNorbert Thiebaud2012-05-281-4/+4
* -I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan2012-05-141-5/+0
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-2/+2
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-15/+15
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-16/+29
* can't use auto_ptr with an array, wrong delete vs new[]Caolán McNamara2012-03-151-7/+6
* fdo#47246: dtrans: fix multiply linked ImplHelperMichael Stahl2012-03-143-3/+4
* WaE: "__uuidof" redefinedDavid Tardon2012-03-126-0/+18
* WaE: variable 'hr' set but not usedDavid Tardon2012-03-121-2/+1
* add missing initializerDavid Tardon2012-03-121-1/+2
* WaE: initialization orderDavid Tardon2012-03-122-7/+7
* probable intentDavid Tardon2012-03-121-1/+1
* WaE: variable 'dwResult' set but not usedDavid Tardon2012-03-121-0/+1
* fix indentationDavid Tardon2012-03-121-11/+11
* WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon2012-03-121-32/+33
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-2/+2
* use SAL_N_ELEMENTSDavid Tardon2012-03-121-1/+1
* WaE: multi-character character constantDavid Tardon2012-03-121-1/+1
* Use emptiness check rather than size check for efficiencyMariusz Dykierek2012-02-172-2/+2
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* WaE: clipformat may be used uninitializedCaolán McNamara2012-01-131-1/+1
* Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-232-10/+10
* Removed extra semicolonsJesse2011-12-152-2/+2
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
* inline keyword makes sense only when the definition is in header.Kohei Yoshida2011-12-021-1/+0
* sal_Bool to bool.Kohei Yoshida2011-12-022-23/+23