summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2017-07-261-27/+0
* loplugin:unusedmethodsNoel Grandin2017-07-251-27/+0
* Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2017-07-211-5/+4
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-213-26/+26
* migrate to boost::gettextCaolán McNamara2017-07-215-1456/+62
* loplugin:unusedfields in toolsNoel Grandin2017-07-201-25/+4
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-1/+1
* tools: create DateTime from Unix timeAshod Nakashian2017-07-161-0/+20
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-141-1/+1
* ofz#2538: avoid oomCaolán McNamara2017-07-111-0/+6
* simplify some OUString compareTo callsNoel Grandin2017-07-101-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+1
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-5/+1
* loplugin:oncevar (clang-cl): toolsStephan Bergmann2017-07-031-1/+5
* use sal_Int64 in tools::DateTimeNoel Grandin2017-07-031-12/+12
* use sal_Int32 in tools::DateNoel Grandin2017-07-032-25/+25
* loplugin:casttovoid: toolsStephan Bergmann2017-07-022-2/+0
* loplugin:oncevar variousNoel Grandin2017-06-291-2/+1
* loplugin:oncevar in test..toolsNoel Grandin2017-06-283-5/+3
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-6/+5
* make some tools macros into functionsNoel Grandin2017-06-251-50/+54
* simplify some string handling in tracing callsNoel Grandin2017-06-232-19/+4
* convert ErrCode to strong typedefNoel Grandin2017-06-213-12/+12
* loplugin:unusedfields in tools..vbahelperNoel Grandin2017-06-162-8/+2
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-1/+1
* use more SAL_N_ELEMENTS part 1Noel Grandin2017-06-141-1/+1
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-064-10/+10
* Improved loplugin:cstylecast to reference types: toolsStephan Bergmann2017-06-051-1/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* make string translation loading more uniformCaolán McNamara2017-05-191-1/+1
* loplugin:unusedmethodsNoel Grandin2017-05-181-12/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* tdf#43157 Cleanup DBG_ASSERT in pstm.cxxFakabbir Amin2017-05-081-13/+11
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-082-2/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-3/+3
* tdf#43157: convert tools from OSL_ASSERT to assertChris Sherlock2017-05-071-3/+3
* DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke2017-05-061-8/+15
* Fix typosAndrea Gelmini2017-05-052-2/+2
* DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke2017-05-051-30/+21
* Use gcd from boost::math::gcdDavid Ostrovsky2017-05-051-2/+3
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* tools: don't use std::tie when comparing resourcesMichael Stahl2017-05-031-2/+4
* remove excessive forward declarationsJochen Nitschke2017-05-031-74/+24
* Assert that nMonth and nDay <100 to be representableEike Rathke2017-05-021-0/+2
* Add more unit tests for Date::Normalize()Eike Rathke2017-05-021-0/+29
* Date::Normalize: handle day 0 and empty dateEike Rathke2017-05-021-0/+16
* Test that empty date is not a valid dateEike Rathke2017-05-021-0/+4
* Date::IsValidDate: year 0 is notEike Rathke2017-05-021-0/+2