summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)AuthorFilesLines
2012-07-16fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks1-1/+1
2012-07-16Confusing behavior of cmopareToAscii overloadsStephan Bergmann1-0/+13
2012-06-29rename unittest from ZeroMemory causing issues on windows.Michael Meeks1-4/+4
2012-06-27targetted re-work of cppunit pieces.Michael Meeks25-131/+62
2012-06-21re-base on ALv2 code.Michael Meeks3-75/+48
2012-06-02targeted string re-workNorbert Thiebaud7-170/+170
2012-06-01targeted string re-workNorbert Thiebaud1-64/+58
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-20/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-25/+11
2012-04-06reset the flag before checking it it will be set againLuboš Luňák1-0/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák2-11/+16
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ňák2-12/+12
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-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ňák2-16/+23
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ňák2-0/+52
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-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-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-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-111/+88
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ňák2-0/+113
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák1-0/+7
2012-03-07use the new license header, this file has been written by meLuboš Luňák1-20/+20
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-0/+91
2012-02-15Various string function clean upStephan Bergmann1-0/+349
2012-01-09remove duplicate createHexCaolán McNamara1-20/+0
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-19sal: add more unit testsMatúš Kukan6-394/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-2/+2
2011-11-27remove include of pch header from salNorbert Thiebaud32-63/+0
2011-11-04Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann2-0/+64
2011-10-10WaE: -Wsign-promoCaolán McNamara1-0/+19
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara2-34/+34
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-4/+4
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann21-7/+54