summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* fix tests that aren't testing anythingCaolán McNamara2012-10-251-46/+25
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-131-1/+1
* loplugin: more unused OUStrings and so forthCaolán McNamara2012-10-111-17/+0
* loplugin: unused O[U]StringsCaolán McNamara2012-10-103-14/+0
* fix indentationMarkus Mohrhard2012-10-031-7/+7
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-183-4/+3
* update unused code listCaolán McNamara2012-09-171-40/+0
* Fix comparisonJulien Nabet2012-09-151-1/+1
* no ascii >127 chars in string literalsLuboš Luňák2012-09-111-1/+1
* fdo#39625 Make existing cppunittests workRadu Ioan2012-09-112-21/+20
* what gets tested here turns out to be out of date nowCaolán McNamara2012-09-103-583/+0
* fdo#39625 Make existing cppunittests workRadu Ioan2012-09-102-27/+29
* use new file header, this is actually a new fileLuboš Luňák2012-09-071-31/+6
* add O(U)String::startsWith() to complement endsWith()Luboš Luňák2012-09-063-0/+70
* callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara2012-08-281-12/+0
* Perhaps this will fix the windows build?Kohei Yoshida2012-08-251-5/+6
* fdo#39625 Make existing cppunittests workRadu Ioan2012-08-252-72/+9
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-141-17/+16
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+1
* remove include comments and boxesThomas Arnhold2012-08-081-1/+1
* Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist2012-08-016-243/+0
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-271-2/+2
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-161-0/+30
* fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks2012-07-161-1/+1
* Confusing behavior of cmopareToAscii overloadsStephan Bergmann2012-07-161-0/+13
* Report correct test nameChristophe JAILLET2012-07-081-1/+1
* Remove unused definesThomas Arnhold2012-07-021-5/+0
* Remove include guardsThomas Arnhold2012-06-293-72/+17
* rename unittest from ZeroMemory causing issues on windows.Michael Meeks2012-06-291-4/+4
* remove malingering legacy RCS tags.Michael Meeks2012-06-284-4/+4
* targetted re-work of cppunit pieces.Michael Meeks2012-06-2755-524/+385
* Remove various commented out definesThomas Arnhold2012-06-251-43/+0
* re-base on ALv2 code.Michael Meeks2012-06-225-121/+76
* re-base on ALv2 code.Michael Meeks2012-06-215-101/+83
* re-base on ALv2 code.Michael Meeks2012-06-215-29/+80
* targeted string re-workNorbert Thiebaud2012-06-0221-390/+390
* targeted string re-workNorbert Thiebaud2012-06-011-3/+3
* targeted string re-workNorbert Thiebaud2012-06-012-43/+43
* targeted string re-workNorbert Thiebaud2012-06-011-64/+58
* 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