summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara1-12/+0
2012-08-25Perhaps this will fix the windows build?Kohei Yoshida1-5/+6
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan2-72/+9
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-17/+16
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold1-1/+1
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist6-243/+0
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini1-2/+2
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+30
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-07-08Report correct test nameChristophe JAILLET1-1/+1
2012-07-02Remove unused definesThomas Arnhold1-5/+0
2012-06-29Remove include guardsThomas Arnhold3-72/+17
2012-06-29rename unittest from ZeroMemory causing issues on windows.Michael Meeks1-4/+4
2012-06-28remove malingering legacy RCS tags.Michael Meeks4-4/+4
2012-06-27targetted re-work of cppunit pieces.Michael Meeks55-524/+385
2012-06-25Remove various commented out definesThomas Arnhold1-43/+0
2012-06-22re-base on ALv2 code.Michael Meeks5-121/+76
2012-06-21re-base on ALv2 code.Michael Meeks5-101/+83
2012-06-21re-base on ALv2 code.Michael Meeks5-29/+80
2012-06-02targeted string re-workNorbert Thiebaud21-390/+390
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targeted string re-workNorbert Thiebaud2-43/+43
2012-06-01targeted string re-workNorbert Thiebaud1-64/+58
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi6-26/+26
2012-04-07WaE: msvc, unreachable codeCaolán McNamara1-17/+7
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-04-05Translated German comments to English in folder 'sal'.Mark Wolf2-12/+11
2012-04-03don't skip first cmdline argumentLuboš Luňák1-2/+1
2012-04-02fix crude command line arguments handlingLuboš Luňák1-35/+45
2012-04-02fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2-24/+11
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-28CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák1-36/+36
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