summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings
AgeCommit message (Expand)Author
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-02Drop duplicate #includeTakeshi Abe
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-31rewrite OUString test to not trigger literalalternative plugin warningsLuboš Luňák
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák
2013-03-25Add test case for toInt overflow detectionStephan Bergmann
2013-03-20Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-05testOUBoolean should test with OUString, not OStringLionel Elie Mamane
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann
2013-01-28consolidate the float number testsLuboš Luňák
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák
2013-01-18Create OUString and OString number(*) methods.Noel Grandin
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák
2012-12-06committed by mistakeLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-01unused variablesLuboš Luňák
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-14Include clean-upStephan Bergmann
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-07use new file header, this is actually a new fileLuboš Luňák
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-07-16fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks
2012-07-16Confusing behavior of cmopareToAscii overloadsStephan Bergmann
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-04-06reset the flag before checking it it will be set againLuboš Luňák
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák
2012-03-28string literal overloads for OStringBufferLuboš Luňák
2012-03-28make unittest check also for invalid conversions with OUStringBufferLuboš Luňák
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák