summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-1/+1
2017-08-08SvPersistStream deadNoel Grandin2-517/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara2-160/+0
2017-07-31Related: tdf#109427 cache std::localesCaolán McNamara1-2/+9
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-26loplugin:unusedmethodsNoel Grandin1-27/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-27/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-5/+4
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke3-26/+26
2017-07-21migrate to boost::gettextCaolán McNamara5-1456/+62
2017-07-20loplugin:unusedfields in toolsNoel Grandin1-25/+4
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-1/+1
2017-07-16tools: create DateTime from Unix timeAshod Nakashian1-0/+20
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-11ofz#2538: avoid oomCaolán McNamara1-0/+6
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-5/+1
2017-07-03loplugin:oncevar (clang-cl): toolsStephan Bergmann1-1/+5
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-12/+12
2017-07-03use sal_Int32 in tools::DateNoel Grandin2-25/+25
2017-07-02loplugin:casttovoid: toolsStephan Bergmann2-2/+0
2017-06-29loplugin:oncevar variousNoel Grandin1-2/+1
2017-06-28loplugin:oncevar in test..toolsNoel Grandin3-5/+3
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-6/+5
2017-06-25make some tools macros into functionsNoel Grandin1-50/+54
2017-06-23simplify some string handling in tracing callsNoel Grandin2-19/+4
2017-06-21convert ErrCode to strong typedefNoel Grandin3-12/+12
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin2-8/+2
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin4-10/+10
2017-06-05Improved loplugin:cstylecast to reference types: toolsStephan Bergmann1-1/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-18loplugin:unusedmethodsNoel Grandin1-12/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-08tdf#43157 Cleanup DBG_ASSERT in pstm.cxxFakabbir Amin1-13/+11
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert tools from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-05-06DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke1-8/+15
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-05DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke1-30/+21
2017-05-05Use gcd from boost::math::gcdDavid Ostrovsky1-2/+3
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-03tools: don't use std::tie when comparing resourcesMichael Stahl1-2/+4