summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* regenerate PCH headersLuboš Luňák2019-05-121-5/+3
* Remove temporary config.ini after the testAurimas Fišeras2019-05-101-0/+2
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-10/+14
* AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete)Stephan Bergmann2019-05-081-1/+2
* fix leak in exceptionToStringNoel Grandin2019-05-071-0/+3
* tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen2019-04-3031-89/+37
* improve loplugin:stringconstantNoel Grandin2019-04-302-11/+10
* Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl2019-04-274-114/+106
* cleanup and rename COLORDATA_RGB to color::extractRGBTomaž Vajngerl2019-04-221-4/+4
* Replace compile time test with a static_assertTomaž Vajngerl2019-04-221-20/+0
* rework Color to have R,G,B,A public variablesTomaž Vajngerl2019-04-213-25/+150
* Fix uses of variables before their lifetimes beginStephan Bergmann2019-04-171-1/+1
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1
* loplugin:sequentialassign in test..toolsNoel Grandin2019-04-151-4/+2
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-031-6/+6
* add more append methods to *StringBufferNoel Grandin2019-04-031-6/+6
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-1/+1
* loplugin:indentation (macOS)Stephan Bergmann2019-02-211-2/+2
* pretty up logging of exceptionsNoel Grandin2019-02-192-38/+319
* loplugin:indentation in lingucomponent..toolsNoel Grandin2019-02-112-3/+3
* move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl2019-02-091-0/+5
* o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2019-02-083-9/+6
* Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann2019-02-052-40/+5
* tools: use std::swap() in Rectangle::Justify()Miklos Vajna2019-02-021-8/+3
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-01-311-1/+1
* Disable test for Linux x86 CXXFLAGS=-O1 corner caseStephan Bergmann2019-01-251-0/+7
* Test for XmlWalker to check it parses the xml as expectedTomaž Vajngerl2019-01-233-0/+109
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-10/+10
* o3tl::string_view -> std::string_view (in tools)Stephan Bergmann2019-01-111-1/+1
* fix buildRene Engelhard2018-12-081-0/+5
* missing includeStephan Bergmann2018-12-081-0/+1
* don't use deprecated boost/math/common_factor_rt.hppRene Engelhard2018-12-081-0/+4
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-4/+4
* remove unused SvLockBytesStatFlag enumNoel Grandin2018-12-051-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-031-3/+0
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-1/+1
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-18/+18
* remove unused PolyOptimizeFlags enum valuesNoel Grandin2018-11-271-14/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-1/+1
* convert INetURLObject::PrefixInfo::Kind to scoped enumNoel Grandin2018-11-221-50/+50
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-2/+2
* loplugin:constantparamNoel Grandin2018-11-191-8/+8
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-162-7/+10
* Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann2018-11-111-9/+10
* SvStream::m_isConsistent is always trueNoel Grandin2018-11-091-20/+8
* loplugin:collapseif in tools..xmloffNoel Grandin2018-11-081-5/+2
* tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin2018-11-071-6/+10
* convert some macros to local functionsNoel Grandin2018-11-061-7/+9
* loplugin:useuniqueptr in ImplSysReadConfigNoel Grandin2018-10-311-19/+17
* fix delete in MultiSelection::SetTotalRangeNoel Grandin2018-10-311-1/+0