summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2014-02-21loplugin:literaltoboolconversionStephan Bergmann
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-18C++03 fixupStephan Bergmann
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann
2014-02-13Move string hash function into String class.Muthu Subramanian
2014-02-12sal: fix some clang warning about implicit bool conversionMichael Stahl
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28Apparently missing "== nError1"Stephan Bergmann
2014-01-28coverity#440521 Dereference before null checkCaolán McNamara
2014-01-28coverity#440520 Dereference before null checkCaolán McNamara
2014-01-28coverity#440519 Dereference before null checkCaolán McNamara
2014-01-28coverity#440517 Dereference before null checkCaolán McNamara
2014-01-27coverity#982254 Same on both sidesCaolán McNamara
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-25coverity#440167 Dereference after null checkNorbert Thiebaud
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-13Handle osl_createThread failureStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-23TyposJulien Nabet
2013-12-21Print file and not pointer value in SAL_INFOTor Lillqvist
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-12-20typo fixesAndras Timar
2013-12-19Fix crash on AndroidTor Lillqvist
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-04HINSTANCE vs. HMODULE clean upStephan Bergmann
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-26No need for additional << overload hereStephan Bergmann
2013-11-25WaE: C4100: 'pExcPtrs' : unreferenced formal parameterTor Lillqvist
2013-11-25Related: #i123747# ignore single step and breakpoint SEH eventsHerbert Dürr