summaryrefslogtreecommitdiff
path: root/tools/inc/tools/stream.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-35/+35
2013-04-04fdo#44994 write out tools' FileCopier classAndras Timar1-3/+0
2013-03-21The private SvFileStream::GetFileHandle() was used only on UNXTor Lillqvist1-1/+2
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-2/+2
2013-01-22Detect SvStream::operator<< calls with bool args w/o using -Wsign-promoStephan Bergmann1-0/+2
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet1-3/+0
2012-08-13re-indent LOC to match coding styles (in tools/inc/)Philipp Riemer1-53/+53
2012-08-13remove ascii art and blank lines in tools/inc/Philipp Riemer1-5/+1
2012-08-13removed "// end of sth." comments in tools/inc/Philipp Riemer1-1/+1
2012-08-13clean-up of existing comments in tools/incPhilipp Riemer1-119/+107
2012-08-13"doxygenized" comments in tools/incPhilipp Riemer1-60/+57
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther1-37/+34
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-4/+3
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-2/+0
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara1-1/+2
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-6/+61
2012-04-05convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara1-1/+1
2012-03-01now restore and use reduced UnlockFile and UnlockRange implsCaolán McNamara1-3/+1
2012-02-29callcatcher: update listCaolán McNamara1-1/+1
2012-02-28fix windows buildCaolán McNamara1-1/+3
2012-02-28convert some low hanging fruitCaolán McNamara1-1/+1
2012-02-27Removed dead codeMarc-André Laverdière-Papineau1-1/+0
2012-02-13callcatcher: regenerate listCaolán McNamara1-1/+0
2012-01-25refresh unused code listCaolán McNamara1-2/+0
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara1-1/+0
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara1-13/+58
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara1-0/+11
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara1-2/+2
2012-01-20cleanup: privatise SvStream's LockFile impl. and in-line Redirector bitsMichael Meeks1-5/+5
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks1-2/+2
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-6/+8
2012-01-16force users of WriteByteStringLine to explictly denote encodingCaolán McNamara1-1/+0
2012-01-16force users of ReadByteStringLine to explictly denote encodingCaolán McNamara1-1/+0
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara1-54/+0
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara1-13/+24
2012-01-13noone checks the return value of ReadCsvLineCaolán McNamara1-3/+2
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara1-2/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-1/+1
2012-01-05convert SvStream::WriteLine to rtl::OStringCaolán McNamara1-1/+1
2011-12-22Revert "callcatcher: Remove unused code"August Sodora1-0/+1
2011-12-22callcatcher: Remove unused codeAugust Sodora1-1/+0
2011-12-21tweak for pre language-defect #77Caolán McNamara1-4/+4
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-5/+6
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-6/+53
2011-12-21needs more work firstCaolán McNamara1-53/+6
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-6/+5
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-5/+6
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-6/+53
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin1-1/+0