summaryrefslogtreecommitdiff
path: root/svtools/source/misc/transfer.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-11/+13
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-4/+4
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-7/+7
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-11/+11
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-3/+3
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+1
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza1-1/+1
2013-09-17convert SVTOOLS module from String to OUStringNoel Grandin1-2/+4
2013-08-30Resolves: #i122982# Fallback to bitmap reader when no PNG even when claimedArmin Le Grand1-3/+6
2013-08-22convert svtools/source/misc/* from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-15convert include/svtools/transfer.hxx from String to OUStringNoel Grandin1-41/+17
2013-06-29remove some createFromAscii usageThomas Arnhold1-2/+2
2013-06-17Resolves: #i122388# Corrected old fix to mentioned boundsArmin Le Grand1-1/+7
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-35/+130
2013-06-07sal_Bool to boolTakeshi Abe1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-65/+65
2013-03-30Prefer to be sure not to have invalided iterator problemsJulien Nabet1-2/+1
2013-03-30Optimize a bit iterators stuffJulien Nabet1-5/+3
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-30/+13
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-11/+11
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-11/+11
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-2/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin1-94/+77
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-2/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-28/+7
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-3/+2
2012-09-26TransferableHelper: fix annoying assertion "bad pCharClass"Michael Stahl1-1/+1
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-7/+0
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-05UniString(const rtl::OString ...) no longer implementedCaolán McNamara1-3/+3
2012-03-29no need for a global rtl::OUString hereCaolán McNamara1-3/+5
2012-01-31convert windows only codeCaolán McNamara1-2/+2
2012-01-31make svtools ByteString freeCaolán McNamara1-6/+6
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-8/+16
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot1-4/+4
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-2/+2
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+4
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-4/+4
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+4
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara1-8/+9
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud1-2/+0