summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: salStephan Bergmann1-3/+3
2017-01-09New loplugin:externvar: salStephan Bergmann1-4/+4
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna1-13/+13
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-16/+16
2015-04-27More loplugin:simplifyboolStephan Bergmann1-22/+22
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-19/+0
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-3/+3
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-03assert on strange lengths of string literalsLuboš Luňák1-2/+2
2012-12-01unused variablesLuboš Luňák1-2/+0
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák1-0/+5
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-04-06reset the flag before checking it it will be set againLuboš Luňák1-0/+1
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák1-1/+5
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák1-3/+16
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák1-5/+5
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák1-0/+4
2012-03-28string literal overloads for OStringBufferLuboš Luňák1-0/+31
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák1-0/+1
2012-03-28SFINAE workarounds for gcc-4.0.1Luboš Luňák1-0/+2
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák1-0/+28
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák1-3/+57
2012-03-26finish work-in-progress testLuboš Luňák1-2/+1
2012-03-26string literal overload for OString::operator=()Luboš Luňák1-0/+50
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák1-2/+10
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák1-0/+5
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-0/+112