summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* long->sal_Int32 in FractionNoel Grandin2017-09-152-74/+33
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-4/+2
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-043-3/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* loplugin:unusedmethodsNoel Grandin2017-08-253-61/+0
* Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski2017-08-221-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-173-8/+10
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-175-21/+21
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-3/+3
* tdf#39468: Translate some german commentsChristian Barth2017-08-101-1/+1
* SvPersistStream deadNoel Grandin2017-08-082-517/+0
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-2/+2
* move resmgr to unotoolsCaolán McNamara2017-08-012-160/+0
* Related: tdf#109427 cache std::localesCaolán McNamara2017-07-311-2/+9
* loplugin:oncevarNoel Grandin2017-07-311-2/+2
* 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