summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-13These arguments can apparently never be nullStephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-10osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock
2017-07-10osl: followup - m_NamedObject never INVALID_HANDLE_VALUEChris Sherlock
2017-07-10Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptrChris Sherlock
2017-07-10osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUEChris Sherlock
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-05loplugin:casttovoid (clang-cl): salStephan Bergmann
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann
2017-07-03Rather translate "Sonderzeichen" as "special characters"Stephan Bergmann
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann
2017-06-26s/catched/caughtNoel Grandin
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-26osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock
2017-06-25osl: for should be a whileChris Sherlock
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock
2017-06-23osl: w32/file.cxx cleanup signatures of definitionsChris Sherlock
2017-06-23osl: w32/file.cxx normalized LHS/RHS if conditionsChris Sherlock
2017-06-23osl: w32/file.cxx remove extraneous space from around bracesChris Sherlock
2017-06-23osl: w32/file.cxx update commentsChris Sherlock
2017-06-23osl: w32/file.cxx update headersChris Sherlock
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin