summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* untranslated strings are just stringsCaolán McNamara2017-05-021-4/+8
* Move getProcessWorkingDir from tools to unotoolsChris Sherlock2017-04-292-61/+0
* use std container for ParameterListJochen Nitschke2017-04-282-114/+61
* loplugin:salunicodeliteral: toolsStephan Bergmann2017-04-281-5/+5
* Add unit tests for Date::Normalize()Eike Rathke2017-04-281-0/+17
* Month 100 was always wrongEike Rathke2017-04-281-1/+1
* loplugin:cppunitassertequals: toolsStephan Bergmann2017-04-281-18/+18
* split nTypeAndId into two fields in ImpContentNoel Grandin2017-04-271-27/+41
* no bitmaps in .src files anymoreCaolán McNamara2017-04-271-11/+0
* loplugin:unusedmethodsNoel Grandin2017-04-261-20/+0
* extend unit test for INetMIME::scanContentTypeJochen Nitschke2017-04-262-16/+108
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-252-351/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* tools: cleanup tools/source/ref/errinf.cxxChris Sherlock2017-04-241-18/+18
* tools: change internal DynamicErrorInfo struct nameChris Sherlock2017-04-231-16/+16
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* remove some old MSVC workaroundsNoel Grandin2017-04-212-2/+2
* loplugin:unusedmethodsNoel Grandin2017-04-203-27/+1
* remove freshly unused menu support from src filesCaolán McNamara2017-04-192-98/+0
* Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann2017-04-122-4/+32
* Revert "remove duplicate charset entries"Noel Grandin2017-04-121-0/+10
* remove duplicate charset entriesJochen Nitschke2017-04-121-10/+0
* loplugin:inlinefields in INetMIMEMessageStreamNoel Grandin2017-04-101-11/+9
* use correct string lengthJochen Nitschke2017-04-091-3/+1
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-2/+2
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-061-8/+6