summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)AuthorFilesLines
2015-08-06dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl1-0/+3
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-1/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-20/+20
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-14/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-117/+117
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-03Fix for possible unaddressable write.Ashod Nakashian1-1/+1
2015-01-24Fix warning C4101: ´ex´ : unreferenced local variableMatteo Casalin1-0/+1
2015-01-24cppcheck: selfAssignmentCaolán McNamara1-1/+0
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-20TyposJulien Nabet1-1/+1
2014-12-18dtrans: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl5-3/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin10-10/+0
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-02dtrans (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-28Fix some *_component_getFactory function typesStephan 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 Nabet4-10/+10
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold35-70/+70
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet7-12/+12
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-22dtrans: sal_Bool->boolNoel Grandin2-5/+5
2014-04-15whitespace for include statementsThomas Arnhold2-4/+4
2014-04-14typo: dependend -> dependentThomas Arnhold2-2/+2
2014-03-29typo: inteface -> interfaceThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-20/+20
2014-02-26Remove visual noise from dtransAlexander Wilms72-1318/+2
2014-02-25(a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet2-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms29-764/+763
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-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+3
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2013-12-22Fix other typosJulien Nabet2-2/+2
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann5-10/+10
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-3/+3