summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
AgeCommit message (Expand)Author
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
2012-04-05convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara
2012-02-28convert some low hanging fruitCaolán McNamara
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-25refresh unused code listCaolán McNamara
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara
2012-01-23ByteString->rtl::OStringCaolán McNamara
2012-01-19Fix int/sal_Int32 mismatch.Stephan Bergmann
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
2012-01-16drop strange embedded null handling behaviourCaolán McNamara
2012-01-16convert some old-school ByteStringsCaolán McNamara
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara
2012-01-13noone checks the return value of ReadCsvLineCaolán McNamara
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05convert SvStream::WriteLine to rtl::OStringCaolán McNamara
2012-01-03Fix import of multi-line cell contents during csv import.Kohei Yoshida
2011-12-21I hate you poxy msvcCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21needs more work firstCaolán McNamara
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-01we need to assign this value also for non unix platforms (fdo#40801)Markus Mohrhard
2011-10-10tidy this a little bitCaolán McNamara
2011-10-04Silly attempts at humour not appreciatedTor Lillqvist
2011-10-04WaE: potentially uninitialized local variable 'n' usedTor Lillqvist
2011-10-04WaE: unreferenced formal parameterTor Lillqvist
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara
2011-08-23ditch deprecated apiCaolán McNamara
2011-07-31callcatcher: remove unused codeCaolán McNamara
2011-07-29make stream operators leave variables in original state on failureCaolán McNamara
2011-07-18add a SvStream::remainingSizeCaolán McNamara
2011-07-11strip out unused methodsCaolán McNamara
2011-07-11callcatcher: remove unused WriteUniStringLinesCaolán McNamara
2011-07-05Added SvStream::ReadLine( rtl::OString& )Christina Rossmanith