summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Collapse)Author
2012-07-20new does not return nullStephan Bergmann
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-17Correct check after memory allocation.Christophe JAILLET
ppenum is already tested for NULL at the beginning of the function. What is intended here is to know if the memory allocation succeeded. Found by cppcheck. Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-27Remove commented out codeThomas Arnhold
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-25re-base on ALv2 code.Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
2012-06-01I think, this is what was intendedFridrich Štrba
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21
2012-06-01trivial tinderbox fixMichael Meeks
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-05-28targetted string re-workNorbert Thiebaud
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-15can't use auto_ptr with an array, wrong delete vs new[]Caolán McNamara
2012-03-14fdo#47246: dtrans: fix multiply linked ImplHelperMichael Stahl
No idea whether linking ftransl against static library dtobj is good, but the other two libraries here link against it already...
2012-03-12WaE: "__uuidof" redefinedDavid Tardon
It would probably be better to find out why the "stock" __uuidof from MinGW causes linking error for libdnd (missing symbols) and if it can be fixed , but I am too lazy .-)
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon
2012-03-12add missing initializerDavid Tardon
2012-03-12WaE: initialization orderDavid Tardon
2012-03-12probable intentDavid Tardon
2012-03-12WaE: variable 'dwResult' set but not usedDavid Tardon
2012-03-12fix indentationDavid Tardon
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-12use SAL_N_ELEMENTSDavid Tardon
2012-03-12WaE: multi-character character constantDavid Tardon
2012-02-17Use emptiness check rather than size check for efficiencyMariusz Dykierek
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-13WaE: clipformat may be used uninitializedCaolán McNamara
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XIV Modules drawinglayer, dtrans, editeng
2011-12-15Removed extra semicolonsJesse
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-02inline keyword makes sense only when the definition is in header.Kohei Yoshida
2011-12-02sal_Bool to bool.Kohei Yoshida
2011-12-02Encapsulate implementation of CMtaOleClipboard under win32.Kohei Yoshida
This class is used only for win32 clipboard implementation. Better move it to where only the win32 implementation code can access it.
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-21Fix MinGW build of dtrans.Jan Holesovsky
2011-11-20Removing the empty pch file from dtransJoseph Powers
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-10WaE: initialization orderCaolán McNamara