summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-25WaE: C4100: 'pExcPtrs' : unreferenced formal parameterTor Lillqvist1-1/+1
2013-11-25Related: #i123747# ignore single step and breakpoint SEH eventsHerbert Dürr1-4/+7
2013-11-25Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr1-0/+41
2013-11-24this script talks about dmake. it must be out of its mind!Bjoern Michaelsen1-488/+0
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-5/+4
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold7-10/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-5/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14Use rtl::StaticStephan Bergmann1-120/+97
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-114/+0