summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken1-4/+61
2014-02-23Remove unneccessary commentsAlexander Wilms46-764/+764
2014-02-21loplugin:literaltoboolconversionStephan Bergmann1-7/+7
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+0
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann2-60/+3
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 Bergmann30-458/+448
2014-02-17String cleanups.Muthu Subramanian1-1/+6
2014-02-13Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann1-1/+1
2014-02-13Move string hash function into String class.Muthu Subramanian2-0/+14
2014-02-12sal: fix some clang warning about implicit bool conversionMichael Stahl1-1/+1
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann1-2/+2
2014-02-06typo fixes in commentsAndras Timar2-2/+2
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara1-0/+5
2014-01-28bool improvementsStephan Bergmann9-16/+16
2014-01-28Apparently missing "== nError1"Stephan Bergmann1-1/+1
2014-01-28coverity#440521 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440520 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440519 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#440517 Dereference before null checkCaolán McNamara1-2/+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-25coverity#440167 Dereference after null checkNorbert Thiebaud1-9/+7
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann3-4/+3
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+1
2014-01-13Handle osl_createThread failureStephan Bergmann1-2/+7
2014-01-10Use boolStephan Bergmann3-7/+7
2014-01-10Use boolStephan Bergmann2-5/+5
2014-01-10Use boolStephan Bergmann1-4/+4
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl1-3/+2
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl3-43/+12
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist1-6/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-3/+3
2013-12-23TyposJulien Nabet1-1/+1
2013-12-21Print file and not pointer value in SAL_INFOTor Lillqvist1-2/+4
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-9/+9
2013-12-20typo fixesAndras Timar2-2/+2
2013-12-19Fix crash on AndroidTor Lillqvist1-6/+2
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-5/+0
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-3/+3
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-15/+0
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-5/+0
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-04HINSTANCE vs. HMODULE clean upStephan Bergmann1-26/+19
2013-12-02Drop duplicate #includeTakeshi Abe9-10/+0
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann23-113/+113
2013-11-26No need for additional << overload hereStephan Bergmann1-7/+0