summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2013-02-22silence warning.Michael Meeks1-1/+1
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist9-30/+30
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-05testOUBoolean should test with OUString, not OStringLionel Elie Mamane1-1/+1
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann1-0/+24
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky2-8/+8
2013-01-28consolidate the float number testsLuboš Luňák1-25/+2
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-8/+8
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák1-1/+0
2013-01-18Create OUString and OString number(*) methods.Noel Grandin1-0/+117
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák1-0/+2
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist1-4/+4
2012-12-25Get rid of (most uses of) GUITor Lillqvist8-22/+17
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+1
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák2-0/+67
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák2-6/+31
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák2-0/+85
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-04remove unused variables and codeLuboš Luňák2-25/+3
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2-5/+0
2012-12-04Fix fast concat of empty stringsStephan Bergmann2-0/+2
2012-12-03assert on strange lengths of string literalsLuboš Luňák2-5/+8
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák2-0/+147
2012-12-01unused variablesLuboš Luňák1-2/+0
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák1-0/+2
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud1-1/+0
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl1-13/+0
2012-11-30ditched rtl::OLocaleEike Rathke2-32/+30
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann1-0/+15
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara2-41/+42
2012-11-26get textencoding tests working againCaolán McNamara2-1251/+1112
2012-11-21This function should obviously be exported for it to be callableTor Lillqvist1-1/+1
2012-11-21fix day of week naming in sal unit test.Michael Meeks1-2/+2
2012-11-21re-base on ALv2 code. Includes:Michael Meeks113-4346/+1430
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks1-282/+0
2012-11-14Include clean-upStephan Bergmann1-1/+2
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna1-12/+0
2012-11-06Add some rtl::Bootstrap unit testStephan Bergmann1-0/+60
2012-10-25fix tests that aren't testing anythingCaolán McNamara1-46/+25
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák1-1/+1
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara1-17/+0
2012-10-10loplugin: unused O[U]StringsCaolán McNamara3-14/+0
2012-10-03fix indentationMarkus Mohrhard1-7/+7
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud3-4/+3
2012-09-17update unused code listCaolán McNamara1-40/+0
2012-09-15Fix comparisonJulien Nabet1-1/+1