summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/transfer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-10/+10
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-8/+8
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-201-31/+18
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-181-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-86/+86
* Some more loplugin:cstylecast: svtoolsStephan Bergmann2015-01-201-2/+2
* remove unnecessary parenthesesNoel Grandin2015-01-161-1/+1
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* remove unnecessary casts'sNoel Grandin2014-09-261-5/+4
* fdo#82577: Handle WindowNoel Grandin2014-09-231-7/+7
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-051-12/+9
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-44/+66
* fix-includes.pl: svtoolsThomas Arnhold2014-05-111-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-05-081-1/+1
* Remove unused codeStephan Bergmann2014-04-091-36/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* svtools: sal_Bool->boolNoel Grandin2014-03-251-83/+83
* OLE preview: Limit the GDI metafile size to 100000 actions.Jan Holesovsky2014-03-041-2/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-18/+18
* Remove visual noise from svtoolsAlexander Wilms2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-106/+106
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-7/+7
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-5/+5
* Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2014-01-301-11/+13
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-4/+4
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-7/+7
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-11/+11
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin2013-11-221-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-2/+2
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+1
* fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza2013-09-171-1/+1
* convert SVTOOLS module from String to OUStringNoel Grandin2013-09-171-2/+4
* Resolves: #i122982# Fallback to bitmap reader when no PNG even when claimedArmin Le Grand2013-08-301-3/+6
* convert svtools/source/misc/* from String to OUStringNoel Grandin2013-08-221-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-4/+4
* convert include/svtools/transfer.hxx from String to OUStringNoel Grandin2013-08-151-41/+17
* remove some createFromAscii usageThomas Arnhold2013-06-291-2/+2
* Resolves: #i122388# Corrected old fix to mentioned boundsArmin Le Grand2013-06-171-1/+7
* Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2013-06-131-35/+130
* sal_Bool to boolTakeshi Abe2013-06-071-1/+1
* use uno::Reference#clear() method...Noel Grandin2013-06-051-2/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-9/+9
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-65/+65
* Prefer to be sure not to have invalided iterator problemsJulien Nabet2013-03-301-2/+1
* Optimize a bit iterators stuffJulien Nabet2013-03-301-5/+3
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-30/+13