summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Expand)AuthorAgeFilesLines
* dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl2015-08-061-0/+3
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-1/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-157-20/+20
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0111-14/+14
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-181-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-117/+117
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* Fix for possible unaddressable write.Ashod Nakashian2015-02-031-1/+1
* Fix warning C4101: ´ex´ : unreferenced local variableMatteo Casalin2015-01-241-0/+1
* cppcheck: selfAssignmentCaolán McNamara2015-01-241-1/+0
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-3/+0
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* TyposJulien Nabet2014-12-201-1/+1
* dtrans: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-6/+3
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-121-1/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-185-3/+6
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2910-10/+0
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* dtrans (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-021-1/+1
* Fix some *_component_getFactory function typesStephan Bergmann2014-08-281-1/+1
* set names on the Win32-only threadsMichael Stahl2014-08-253-0/+10
* typo: more then -> more thanTakeshi Abe2014-08-011-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-224-10/+10
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-171-1/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1535-70/+70
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-107-12/+12
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* dtrans: sal_Bool->boolNoel Grandin2014-04-222-5/+5
* whitespace for include statementsThomas Arnhold2014-04-152-4/+4
* typo: dependend -> dependentThomas Arnhold2014-04-142-2/+2
* typo: inteface -> interfaceThomas Arnhold2014-03-291-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-10/+10
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-20/+20
* Remove visual noise from dtransAlexander Wilms2014-02-2672-1318/+2
* (a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet2014-02-252-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2329-764/+763
* Resolves: #i124085# improved support for PNG clipboard format on windowsArmin Le Grand2014-02-211-2/+2
* Update comment.Jan Holesovsky2014-02-211-2/+2
* fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida2014-02-201-5/+5
* fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi2014-02-042-59/+15
* Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2014-01-303-3/+13
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-3/+3
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-061-1/+1
* Fix other typosJulien Nabet2013-12-222-2/+2
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-175-10/+10
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-1/+1
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-3/+3