summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-14/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin3-6/+6
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2-22/+29
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-07Name threads for debug purposeArnaud Versini1-0/+2
2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl1-1/+1
2013-11-05windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold1-6/+0
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin4-10/+7
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara1-6/+6