summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit/test_stream.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-09CppunitTest_tools_test: fix loplugin:cppunitassertequals warningsMiklos Vajna1-22/+22
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-12/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-02-12more SvStream:operator>> conversionNoel Grandin1-4/+4
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+4
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-16use SAL_N_ELEMENTSCaolán McNamara1-6/+6
2013-03-16Remove STRINGPARAM in tools (qa)Chr. Rossmanith1-19/+19
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-16drop strange embedded null handling behaviourCaolán McNamara1-6/+4
2012-01-16document with unit test rather suspicious eof handlingCaolán McNamara1-3/+33
2012-01-16document with unit test rather odd embedded null handlingCaolán McNamara1-0/+67
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-8/+51
2011-12-21needs more work firstCaolán McNamara1-51/+8
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-8/+51
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara1-0/+21
2011-11-27remove include of pch header from toolsNorbert Thiebaud1-1/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-1/+6
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara1-4/+4
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara1-0/+148