summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Collapse)AuthorAgeFilesLines
* targetted string re-workNorbert Thiebaud2012-05-281-4/+4
| | | | Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
* -I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan2012-05-141-5/+0
| | | | Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-15/+15
| | | | | | | | | 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)
* 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
| | | | | No idea whether linking ftransl against static library dtobj is good, but the other two libraries here link against it already...
* WaE: "__uuidof" redefinedDavid Tardon2012-03-126-0/+18
| | | | | | 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 .-)
* 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
| | | | | | Part XIV Modules drawinglayer, dtrans, editeng
* 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
|
* Encapsulate implementation of CMtaOleClipboard under win32.Kohei Yoshida2011-12-024-3/+3
| | | | | This class is used only for win32 clipboard implementation. Better move it to where only the win32 implementation code can access it.
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* Fix MinGW build of dtrans.Jan Holesovsky2011-11-211-0/+1
|
* Removing the empty pch file from dtransJoseph Powers2011-11-2049-209/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* WaE: initialization orderCaolán McNamara2011-11-101-7/+7
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-4/+3
|
* Always link with user32Tor Lillqvist2011-09-222-2/+0
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-166-0/+11
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-166-11/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* add more component prefixesMatúš Kukan2011-08-1710-19/+10
|
* cppcheck: remove assigned but unused variableTakeshi Abe2011-08-171-2/+0
|
* add XNotifyingDataObject also for gcc compilerMatúš Kukan2011-08-122-12/+1
|
* get this linking under windowsCaolán McNamara2011-08-112-0/+4
|
* get dtrans compiling under windows againCaolán McNamara2011-08-112-1/+12
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-109-9/+9
|
* convert dtrans to gbuilbMatúš Kukan2011-08-0821-549/+342
|
* Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-1211-70/+0
|