summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_oustring_stringliterals.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: salStephan Bergmann1-3/+3
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann1-8/+8
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-3/+0
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-2/+1
2017-01-09New loplugin:externvar: salStephan Bergmann1-4/+3
2016-12-17Make OUStringLiteral more usefulStephan Bergmann1-0/+97
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann1-1/+1
2016-12-06Comment cppcheck accessForwarded as harmlessStephan Bergmann1-0/+3
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna1-2/+2
2016-09-02Fix MSVC 2015 buildStephan Bergmann1-1/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-11/+12
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann1-4/+6
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann1-0/+73
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann1-2/+1
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna1-12/+12
2016-06-07Replace VALID_CONVERSION macro with functionStephan Bergmann1-10/+32
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann1-0/+14
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann1-14/+0
2015-06-24Generalize OUStringLiteral1Stephan Bergmann1-0/+14
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2014-12-17Fix 32-bit buildsStephan Bergmann1-2/+2
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-0/+18
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+24
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+1
2012-12-03assert on strange lengths of string literalsLuboš Luňák1-3/+6
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák1-0/+2
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud1-1/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák1-0/+2
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák1-10/+11
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák1-7/+7
2012-03-28make unittest check also for invalid conversions with OUStringBufferLuboš Luňák1-0/+3
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák1-0/+2
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák1-16/+22
2012-03-26string literal overload for OString::operator=()Luboš Luňák1-0/+2
2012-03-26CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák1-6/+6
2012-03-26string literal overloads for OUStringBufferLuboš Luňák1-0/+12
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák1-0/+1
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák1-19/+33
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák1-0/+23
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák1-0/+30
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák1-1/+1
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-0/+1
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák1-0/+7