summaryrefslogtreecommitdiffstats
path: root/tools/source/inet/inetstrm.cxx
Commit message (Expand)AuthorAgeFilesLines
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-14/+14
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-7/+7
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann2015-02-111-20/+8
* Fold INetOStream into INetMessageOStreamStephan Bergmann2015-02-111-16/+1
* Fold INetIStream into INetMessageIStreamStephan Bergmann2015-02-111-16/+1
* GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann2015-02-111-2/+2
* Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2015-02-111-4/+4
* Fold INetMessage into INetRFC822MessageStephan Bergmann2015-02-111-4/+4
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-4/+4
* coverity#708548 Uninitialized pointer fieldCaolán McNamara2014-03-101-5/+7
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-15/+15
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-4/+0
* Delete SvCacheStream classPalenik Mihály2013-07-161-3/+2
* Clean String and sal_Bool in toolsNorbert Thiebaud2013-06-301-290/+284
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-12/+12
* tools: remove no longer needed CONSTASCII_STRINGPARAM macroMiklos Vajna2013-03-221-9/+4
* Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith2013-03-161-12/+8
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-02-081-3/+2
* Some cppcheck cleaningJulien Nabet2012-12-291-1/+1
* loplugin: various warningsCaolán McNamara2012-10-221-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-3/+2
* UniString->OUStringCaolán McNamara2012-08-311-1/+1
* re-indent falsely formatted code in tools/sourcePhilipp Riemer2012-08-181-17/+16
* removed ascii-art and blank lines in tools/sourcePhilipp Riemer2012-08-181-182/+27
* re-base on ALv2 code. Includes:Michael Meeks2012-07-111-23/+14
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-281-2/+1
* There's no reason for GetDefaultContentType to be virtualCaolán McNamara2012-06-281-5/+3
* tidy INetMessage a littleCaolán McNamara2012-06-281-1/+1
* targetted revert of minor cppcheck cleanupsMichael Meeks2012-05-311-1/+1
* ByteString->rtl::OStringCaolán McNamara2012-02-271-16/+16
* Various string function clean upStephan Bergmann2012-02-151-1/+1
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-171-1/+1
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-161-2/+1
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-1/+1
* ByteString->rtl::OString[Buffer]Caolán McNamara2012-01-051-3/+3
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-211-1/+1
* needs more work firstCaolán McNamara2011-12-211-1/+1
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-211-1/+1
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-11-281-15/+20
* remove include of pch header from toolsNorbert Thiebaud2011-11-271-2/+0
* ByteString->rtl::OStringCaolán McNamara2011-11-241-11/+11
* add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara2011-11-231-2/+2
* add a stripStart, can replace EraseLeadingCharsCaolán McNamara2011-11-231-3/+4
* ByteString->rtl::OStringCaolán McNamara2011-08-251-7/+9
* ditch deprecated apiCaolán McNamara2011-08-231-4/+4
* callcatcher: cleanup INetIStreamThomas Arnhold2011-07-141-42/+0
* Replace List with std::vector< INetMIMEMessage* >Joseph Powers2011-07-081-2/+0