summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Expand)AuthorAgeFilesLines
* fdo#73618: Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-3/+3
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-3/+3
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-195-9/+9
* remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin2013-11-116-6/+6
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-042-6/+6
* Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard dataArmin Le Grand2013-10-151-0/+15
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-075-48/+10
* cppcheck: some cleaningsJulien Nabet2013-09-291-2/+1
* WaE: use number() instead of valueOf()Tor Lillqvist2013-09-041-3/+3
* #i122752# check iterator in each iteration of CFormatEtcContainer::nextFormat...Herbert Dürr2013-07-161-3/+4
* remove OUString wrap for string literalsThomas Arnhold2013-06-293-14/+14
* Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2013-06-135-22/+45
* mingw64: sal_Int32 cannot hold pointerFridrich Štrba2013-06-101-1/+1
* Slowly, but surely going on compiling for mingw64Fridrich Štrba2013-06-061-3/+4
* Some more win64 "fixes"Fridrich Štrba2013-06-051-15/+15
* use uno::Reference#clear() method...Noel Grandin2013-06-053-7/+5
* re-base on ALv2 code. Includes:Michael Meeks2013-06-037-147/+84
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-3/+3
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* move URE headers to include/David Tardon2013-04-241-4/+0
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-4/+1
* remove unused component_canUnload functionsMatúš Kukan2013-04-196-46/+0
* -Werror=unused-macros (MinGW, dtrans)Stephan Bergmann2013-04-171-7/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0733-116/+91
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-055-6/+6
* add missing deps on URE headersDavid Tardon2013-03-281-3/+9
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* doubled includesThomas Arnhold2013-03-043-4/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* remove all d.lstMichael Stahl2013-02-281-0/+0
* Translation of messages in test programUrs Fässler2013-02-261-4/+4
* Translation of German (test) stringUrs Fässler2013-02-261-1/+1
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* typo: allways -> alwaysAndras Timar2013-02-201-2/+2
* Translation of german commentUrs Fässler2013-02-141-10/+9
* fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin2013-02-1221-56/+54
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-1210-30/+31
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-6/+5
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-265-20/+0
* fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2013-01-152-5/+5
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
* Missing includesStephan Bergmann2012-12-213-0/+3
* Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2012-12-213-3/+0
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-282-8/+0
* Update dtrans commented code to use string.h function instead of rtl/memoryArnaud Versini2012-11-111-3/+3
* drop rdbmaker completelyMatúš Kukan2012-10-221-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-11/+13