summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-03remove excessive forward declarationsJochen Nitschke1-74/+24
2017-05-02Assert that nMonth and nDay <100 to be representableEike Rathke1-0/+2
2017-05-02Add more unit tests for Date::Normalize()Eike Rathke1-0/+29
2017-05-02Date::Normalize: handle day 0 and empty dateEike Rathke1-0/+16
2017-05-02Test that empty date is not a valid dateEike Rathke1-0/+4
2017-05-02Date::IsValidDate: year 0 is notEike Rathke1-0/+2
2017-05-02untranslated strings are just stringsCaolán McNamara1-4/+8
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock2-61/+0
2017-04-28use std container for ParameterListJochen Nitschke2-114/+61
2017-04-28loplugin:salunicodeliteral: toolsStephan Bergmann1-5/+5
2017-04-28Add unit tests for Date::Normalize()Eike Rathke1-0/+17
2017-04-28Month 100 was always wrongEike Rathke1-1/+1
2017-04-28loplugin:cppunitassertequals: toolsStephan Bergmann1-18/+18
2017-04-27split nTypeAndId into two fields in ImpContentNoel Grandin1-27/+41
2017-04-27no bitmaps in .src files anymoreCaolán McNamara1-11/+0
2017-04-26loplugin:unusedmethodsNoel Grandin1-20/+0
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke2-16/+108
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock2-351/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-24tools: cleanup tools/source/ref/errinf.cxxChris Sherlock1-18/+18
2017-04-23tools: change internal DynamicErrorInfo struct nameChris Sherlock1-16/+16
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-21remove some old MSVC workaroundsNoel Grandin2-2/+2
2017-04-20loplugin:unusedmethodsNoel Grandin3-27/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara2-98/+0
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann2-4/+32
2017-04-12Revert "remove duplicate charset entries"Noel Grandin1-0/+10
2017-04-12remove duplicate charset entriesJochen Nitschke1-10/+0
2017-04-10loplugin:inlinefields in INetMIMEMessageStreamNoel Grandin1-11/+9