summaryrefslogtreecommitdiff
path: root/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: salStephan Bergmann1-673/+673
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen1-1/+0
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-1937/+4773
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-38/+21
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-76/+76
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in salNoel Grandin1-4/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-825/+823
2018-08-06loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin1-999/+862
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-378/+0
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-50/+50
2017-10-23loplugin:includeform: salStephan Bergmann1-5/+5
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-2/+2
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann1-22/+88
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin1-10/+2
2017-01-31Work around GCC -Wunused-resultStephan Bergmann1-1/+2
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan1-2/+0
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin1-6/+2
2016-07-01CppunitTest_sal_rtl_ostringbuffer: fix loplugin:cppunitassertequals warningsMiklos Vajna1-78/+78
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-48/+48
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-03-02V805: Decreased performanceCaolán McNamara1-1/+1
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann1-0/+45
2014-05-11coverity#1213310 Dereference before null checkCaolán McNamara1-7/+1
2014-04-04Remove dead test codeStephan Bergmann1-319/+0
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-27/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-48/+48
2014-02-23Remove unneccessary commentsAlexander Wilms1-41/+41
2014-02-17sal: sal_Bool -> boolStephan Bergmann1-20/+20
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-4/+4
2012-12-04remove unused variables and codeLuboš Luňák1-0/+1
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-25fix tests that aren't testing anythingCaolán McNamara1-46/+25
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-59/+57
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák1-4/+4
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-25/+25
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora1-321/+0
2011-11-27remove include of pch header from salNorbert Thiebaud1-2/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-59/+118
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara1-60/+60
2011-09-22ensure contents are as expectedCaolán McNamara1-3/+6
2011-09-22unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara1-0/+20
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-0/+2
2011-08-02make sure we get the right interim objCaolán McNamara1-1/+17
2011-07-04change O[U]StringBuffer::remove() to take start+lenLuboš Luňák1-1/+1
2011-06-30add StringBuffers ::removeCaolán McNamara1-0/+48