summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03loplugin:oncevar (clang-cl): toolsStephan Bergmann
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin
2017-07-03use sal_Int32 in tools::DateNoel Grandin
2017-07-02loplugin:casttovoid: toolsStephan Bergmann
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-28loplugin:oncevar in test..toolsNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-25make some tools macros into functionsNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: toolsStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08tdf#43157 Cleanup DBG_ASSERT in pstm.cxxFakabbir Amin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert tools from OSL_ASSERT to assertChris Sherlock
2017-05-06DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke
2017-05-05Fix typosAndrea Gelmini
2017-05-05DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke
2017-05-05Use gcd from boost::math::gcdDavid Ostrovsky
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-03tools: don't use std::tie when comparing resourcesMichael Stahl
2017-05-03remove excessive forward declarationsJochen Nitschke
2017-05-02Assert that nMonth and nDay <100 to be representableEike Rathke
2017-05-02Add more unit tests for Date::Normalize()Eike Rathke
2017-05-02Date::Normalize: handle day 0 and empty dateEike Rathke
2017-05-02Test that empty date is not a valid dateEike Rathke
2017-05-02Date::IsValidDate: year 0 is notEike Rathke
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock
2017-04-28use std container for ParameterListJochen Nitschke
2017-04-28loplugin:salunicodeliteral: toolsStephan Bergmann
2017-04-28Add unit tests for Date::Normalize()Eike Rathke
2017-04-28Month 100 was always wrongEike Rathke
2017-04-28loplugin:cppunitassertequals: toolsStephan Bergmann
2017-04-27split nTypeAndId into two fields in ImpContentNoel Grandin
2017-04-27no bitmaps in .src files anymoreCaolán McNamara
2017-04-26loplugin:unusedmethodsNoel Grandin