summaryrefslogtreecommitdiff
path: root/sal/qa/osl
AgeCommit message (Expand)AuthorFilesLines
2014-03-19coverity#984119 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin2-13/+13
2014-03-10coverity#1079286 Uninitialized pointer fieldCaolán McNamara1-2/+10
2014-03-07coverity#982463 Dereference after null checkCaolán McNamara1-0/+1
2014-03-04Fix CppunitTest_sal_osl_profileStephan Bergmann1-31/+12
2014-03-01Remove visual noise from salAlexander Wilms11-80/+80
2014-02-23Remove unneccessary commentsAlexander Wilms19-290/+290
2014-02-18C++03 fixupStephan Bergmann1-2/+4
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud1-1/+9
2014-02-17sal: sal_Bool -> boolStephan Bergmann8-343/+338
2014-01-28bool improvementsStephan Bergmann5-9/+9
2014-01-28Apparently missing "== nError1"Stephan Bergmann1-1/+1
2014-01-27coverity#982254 Same on both sidesCaolán McNamara1-1/+1
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann5-35/+35
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-9/+9
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-3/+3
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-02Drop duplicate #includeTakeshi Abe2-2/+0
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-8/+5
2013-10-08CID#982700 silence coverityCaolán McNamara1-2/+6
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-9/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-08-01Mark as constTakeshi Abe1-3/+3
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard1-4/+12
2013-06-25coverity : #984128 and 21 others : Uninitialized scalar fieldNorbert Thiebaud1-0/+72
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist2-7/+7
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-1/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-09no mkdtemp on AIX eitherCaolán McNamara1-1/+1
2013-03-25remove external include guardsThomas Arnhold4-36/+0
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist7-28/+28
2012-12-25Get rid of (most uses of) GUITor Lillqvist7-14/+14
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-04remove unused variables and codeLuboš Luňák1-25/+2
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens1-4/+0
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 Meeks38-934/+544
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks1-282/+0
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 McNamara2-12/+0
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 Lillqvist4-16/+0
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini1-2/+2