summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-2/+2
2019-02-19pretty up logging of exceptionsNoel Grandin2-38/+319
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin2-3/+3
2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl1-0/+5
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen3-9/+6
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann2-40/+5
2019-02-02tools: use std::swap() in Rectangle::Justify()Miklos Vajna1-8/+3
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2019-01-25Disable test for Linux x86 CXXFLAGS=-O1 corner caseStephan Bergmann1-0/+7
2019-01-23Test for XmlWalker to check it parses the xml as expectedTomaž Vajngerl3-0/+109
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-10/+10
2019-01-11o3tl::string_view -> std::string_view (in tools)Stephan Bergmann1-1/+1
2018-12-08fix buildRene Engelhard1-0/+5
2018-12-08missing includeStephan Bergmann1-0/+1
2018-12-08don't use deprecated boost/math/common_factor_rt.hppRene Engelhard1-0/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-4/+4
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin1-2/+2
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+0
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-18/+18
2018-11-27remove unused PolyOptimizeFlags enum valuesNoel Grandin1-14/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-22convert INetURLObject::PrefixInfo::Kind to scoped enumNoel Grandin1-50/+50
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-11-19loplugin:constantparamNoel Grandin1-8/+8
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin2-7/+10
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann1-9/+10
2018-11-09SvStream::m_isConsistent is always trueNoel Grandin1-20/+8
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin1-6/+10
2018-11-06convert some macros to local functionsNoel Grandin1-7/+9
2018-10-31loplugin:useuniqueptr in ImplSysReadConfigNoel Grandin1-19/+17
2018-10-31fix delete in MultiSelection::SetTotalRangeNoel Grandin1-1/+0
2018-10-29loplugin:oncevarNoel Grandin3-44/+22
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov1-31/+16
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22loplugin:staticvar in variousNoel Grandin1-2/+2
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2-27/+10
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-2/+2
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin3-32/+11
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen5-0/+5
2018-10-17workaround weird linking error on tb71Noel Grandin1-0/+5
2018-10-17loplugin:singlevalfieldsNoel Grandin2-23/+11
2018-10-12Fix typosAndrea Gelmini1-1/+1
2018-10-11Don't just log the file name, at least say what we are doing with itTor Lillqvist1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann5-19/+19
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin1-5/+0
2018-09-27loplugin:constfields in toolsNoel Grandin4-19/+19