summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-04Remove dead test codeStephan Bergmann14-2408/+3
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist57-878/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-18/+18
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann17-254/+254
2014-03-23WaE: unused variablesTor Lillqvist1-6/+9
2014-03-23sal: Add rtl_digest_SHA1 which shows wrong sha1 calculationTomaž Vajngerl1-0/+50
2014-03-23sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl1-1268/+223
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-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-10/+12
2014-03-01Fix construction of non-ASCII test stringStephan Bergmann1-33/+17
2014-03-01Remove visual noise from salAlexander Wilms16-111/+111
2014-02-23Remove unneccessary commentsAlexander Wilms39-457/+457
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 Bergmann16-401/+396
2014-02-06typo fixes in commentsAndras Timar2-2/+2
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
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 Bergmann6-47/+47
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann3-4/+3
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-3/+3
2013-12-23TyposJulien Nabet1-1/+1
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 Abe5-5/+0
2013-11-24this script talks about dmake. it must be out of its mind!Bjoern Michaelsen1-488/+0
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-5/+5
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-114/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-4/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-8/+5
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-4/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-4/+4
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann1-0/+6
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke1-0/+12
2013-10-08CID#982700 silence coverityCaolán McNamara1-2/+6
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-9/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-15/+0
2013-09-22sal: rename "cppunit/cppunittester" executableMichael Stahl1-18/+0
2013-09-12WaE: unused variable suToken, aEmpty, aEmpty2.Andrzej J.R. Hunt1-3/+3