summaryrefslogtreecommitdiff
path: root/tools/source/ref
AgeCommit message (Expand)AuthorFilesLines
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin1-0/+7
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann1-15/+15
2017-11-29loplugin:unusedmethodsNoel Grandin1-13/+0
2017-08-08SvPersistStream deadNoel Grandin1-516/+0
2017-06-23simplify some string handling in tracing callsNoel Grandin1-14/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-08tdf#43157 Cleanup DBG_ASSERT in pstm.cxxFakabbir Amin1-13/+11
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-350/+0
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-03tdf#39468 Translate German commentsJens Carl1-5/+5
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-23No need for a temporary OString hereStephan Bergmann1-15/+13
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-8/+8
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-4/+4
2017-03-14make o3tl::strong_int constructor explicitNoel Grandin1-8/+8
2017-02-27Remove odd check that writeUInt32 indeed writes four bytesStephan Bergmann1-11/+1
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin1-1/+1
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-25/+25
2017-02-08drop unused error stringsCaolán McNamara1-5/+4
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-3/+3
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-27/+27
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-27/+27
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-3/+3
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin1-5/+0
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-7/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-08-29cid#1371171 Missing move assignment operatorNoel Grandin1-0/+6
2016-07-13loplugin:constparams in toolsNoel Grandin2-3/+3
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-4/+5
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-4/+4
2016-06-02loplugin:unusedfieldsNoel Grandin1-1/+0
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-24/+24
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin1-69/+52
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin1-4/+4
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin1-7/+7
2016-03-17loplugin:constantparam in toolsNoel Grandin1-15/+11
2016-03-10loplugin:constantparam in toolsNoel Grandin1-23/+6
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin1-7/+7
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-3/+2
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin1-7/+4
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-3/+3
2015-10-27loplugin:unusedmethodsNoel Grandin1-35/+0
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+5
2015-09-30Fix typosAndrea Gelmini1-1/+1