summaryrefslogtreecommitdiff
path: root/dtrans/source/win32
AgeCommit message (Expand)AuthorFilesLines
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-3/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin5-5/+0
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-02dtrans (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-25set names on the Win32-only threadsMichael Stahl3-0/+10
2014-08-01typo: more then -> more thanTakeshi Abe1-2/+2
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-8/+8
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold26-52/+52
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet4-9/+9
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold2-2/+2
2014-03-29typo: inteface -> interfaceThomas Arnhold1-1/+1
2014-02-26Remove visual noise from dtransAlexander Wilms52-1008/+2
2014-02-25(a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet2-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms21-590/+589
2014-02-21Resolves: #i124085# improved support for PNG clipboard format on windowsArmin Le Grand1-2/+2
2014-02-21Update comment.Jan Holesovsky1-2/+2
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida1-5/+5
2014-02-04fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi2-59/+15
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand3-3/+13
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-3/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin5-9/+9
2013-11-11remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin3-3/+3
2013-10-15Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard dataArmin Le Grand1-0/+15
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2-20/+4
2013-09-29cppcheck: some cleaningsJulien Nabet1-2/+1
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist1-3/+3
2013-07-16#i122752# check iterator in each iteration of CFormatEtcContainer::nextFormat...Herbert Dürr1-3/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-9/+9
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand5-22/+45
2013-06-10mingw64: sal_Int32 cannot hold pointerFridrich Štrba1-1/+1
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-3/+4
2013-06-05Some more win64 "fixes"Fridrich Štrba1-15/+15
2013-06-05use uno::Reference#clear() method...Noel Grandin2-6/+5
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-4/+1
2013-04-19remove unused component_canUnload functionsMatúš Kukan6-46/+0
2013-04-17-Werror=unused-macros (MinGW, dtrans)Stephan Bergmann1-7/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák22-62/+44
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee2-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-04doubled includesThomas Arnhold2-2/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-02-26Translation of German (test) stringUrs Fässler1-1/+1
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-2/+2
2013-02-14Translation of german commentUrs Fässler1-10/+9
2013-02-12fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin16-43/+43
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin7-30/+28