summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-086-26/+26
* WaE: msvc, unreachable codeCaolán McNamara2012-04-071-17/+7
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-25/+11
* reset the flag before checking it it will be set againLuboš Luňák2012-04-061-0/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+6
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-062-11/+16
* Translated German comments to English in folder 'sal'.Mark Wolf2012-04-052-12/+11
* don't skip first cmdline argumentLuboš Luňák2012-04-031-2/+1
* fix crude command line arguments handlingLuboš Luňák2012-04-021-35/+45
* fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2012-04-022-24/+11
* (const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2012-03-291-3/+16
* CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák2012-03-282-12/+12
* gcc-4.0.1 SFINAE workaroundsLuboš Luňák2012-03-281-0/+4
* string literal overloads for OStringBufferLuboš Luňák2012-03-281-0/+31
* make unittest check also for invalid conversions with OUStringBufferLuboš Luňák2012-03-281-0/+3
* string literal overload for OUStringBuffer::insert()Luboš Luňák2012-03-281-0/+2
* use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2012-03-282-16/+23
* SFINAE workarounds for gcc-4.0.1Luboš Luňák2012-03-281-0/+2
* more SFINAE to distinguish between const char* and const char[]Luboš Luňák2012-03-281-0/+28
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-281-3/+57
* CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák2012-03-281-36/+36
* finish work-in-progress testLuboš Luňák2012-03-261-2/+1
* string literal overload for OString::operator=()Luboš Luňák2012-03-262-0/+52
* CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák2012-03-261-6/+6
* string literal overloads for OUStringBufferLuboš Luňák2012-03-261-0/+12
* removed duplicate includes in salTakeshi Abe2012-03-231-1/+0
* chmod -xTor Lillqvist2012-03-211-0/+0
* checked that we do not use OString ctor with literals with \0'sLuboš Luňák2012-03-134-24/+24
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-2/+10
* handle msvc not even compiling a test that should failLuboš Luňák2012-03-121-0/+5
* implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2012-03-121-0/+1
* also check that string literals do not actually trigger OUString ctorsLuboš Luňák2012-03-121-19/+33
* unittest checking basic string literals OUString functions functionalityLuboš Luňák2012-03-121-0/+23
* unittests for some possible OUString string literal handling problemsLuboš Luňák2012-03-121-0/+30
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-111/+88
* make the OUString unittest ctor contain garbageLuboš Luňák2012-03-121-1/+1
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-123-25/+138
* rtl_uString_newFromLiteral() for string literalsLuboš Luňák2012-03-121-0/+7
* use the new license header, this file has been written by meLuboš Luňák2012-03-071-20/+20
* WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* WaE: "NOMINMAX" redefinedDavid Tardon2012-03-071-0/+2
* remove useless include guardsDavid Tardon2012-03-071-14/+4
* WaE: ignoring #pragma warningDavid Tardon2012-03-071-1/+1
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-0/+91
* Various string function clean upStephan Bergmann2012-02-151-0/+349
* Remove unused VolumeDevice functions and related codeFrançois Tigeot2012-02-051-2/+0
* dead code in qaThomas Arnhold2012-01-248-1022/+5
* finalize gcc 4.7 string literal operatorsThomas Arnhold2012-01-242-4/+4
* sal: re-disable file based unit tests that don't passMichael Meeks2012-01-211-4/+4