summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-20typo: allways -> alwaysAndras Timar1-2/+2
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-14Translation of german commentUrs Fässler1-10/+9
Change-Id: I2876e33ccfd5dd7b33747d77a4cdaaa03bd01de9
2013-02-12fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin21-56/+54
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin10-30/+31
Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-6/+5
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl5-20/+0
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2-5/+5
this is the datatransfer::clipboard::SystemClipboard service Change-Id: I00227a2d84e2f1eaf9ca1ebb4fbe1f1548a6621d
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-21Missing includesStephan Bergmann3-0/+3
Change-Id: Iad4deb829f71a9824e881d9f5782a474167d7a28
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann3-3/+0
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-8/+0
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-11Update dtrans commented code to use string.h function instead of rtl/memoryArnaud Versini1-3/+3
Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076 Reviewed-on: https://gerrit.libreoffice.org/1025 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
Change-Id: I313afb391562adae4f91c55480a036c228e0b540
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-11/+13
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl5-10/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl3-12/+18
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl5-5/+10
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl5-0/+5
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-22more old module-description xml filesMatúš Kukan6-322/+0
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
2012-08-08reduce ascii noise and useless commentsThomas Arnhold20-89/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold40-155/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07Remove commented out codeThomas Arnhold2-8/+0
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-07-20new does not return nullStephan Bergmann1-6/+4
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-17Correct check after memory allocation.Christophe JAILLET1-1/+1
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 Arnhold1-5/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks5-20/+5
2012-07-01Remove unused definesThomas Arnhold3-12/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-27Remove commented out codeThomas Arnhold1-43/+0
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-25re-base on ALv2 code.Michael Meeks45-937/+661
2012-06-22re-base on ALv2 code.Michael Meeks2-49/+31
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks42-988/+610
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-42/+24
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
2012-06-01I think, this is what was intendedFridrich Štrba1-1/+1
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21
2012-06-01trivial tinderbox fixMichael Meeks1-1/+1
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f
2012-06-01targeted string re-workNorbert Thiebaud14-73/+72
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-05-28targetted string re-workNorbert Thiebaud1-4/+4
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan1-5/+0
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl6-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)
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
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 Tardon6-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 .-)
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