summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:oncevarNoel Grandin2018-10-293-44/+22
* Simplify containers iterations in test..toolsArkadiy Illarionov2018-10-241-31/+16
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2018-10-241-1/+1
* loplugin:staticvar in variousNoel Grandin2018-10-221-2/+2
* pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2018-10-222-27/+10
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-2/+2
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-183-32/+11
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-175-0/+5
* workaround weird linking error on tb71Noel Grandin2018-10-171-0/+5
* loplugin:singlevalfieldsNoel Grandin2018-10-172-23/+11
* Fix typosAndrea Gelmini2018-10-121-1/+1
* Don't just log the file name, at least say what we are doing with itTor Lillqvist2018-10-111-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-095-19/+19
* drop SvMemoryStream::GetBufferNoel Grandin2018-10-041-5/+0
* loplugin:constfields in toolsNoel Grandin2018-09-274-19/+19
* loplugin:useuniqueptr in convertToUnicodeNoel Grandin2018-09-181-24/+20
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* loplugin:simplifyconstruct in toolkit..ucbNoel Grandin2018-09-122-4/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-1/+1
* Missing includeStephan Bergmann2018-09-031-0/+2
* Do as the comment says it should do..Eike Rathke2018-08-311-1/+1
* The never ending rounding and scaling of tools::Time::GetClock()Eike Rathke2018-08-311-3/+16
* Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke2018-08-292-9/+35
* Add unit tests for tools::Time::GetClock()Eike Rathke2018-08-291-0/+88
* Assign fFractionOfSecond in shortcutEike Rathke2018-08-281-0/+1
* Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke2018-08-281-0/+51
* tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin2018-08-212-39/+0
* remove mempoolNoel Grandin2018-08-162-53/+0
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-08-022-0/+2
* make DBG_TESTSOLARMUTEX available in assert buildsNoel Grandin2018-07-301-1/+1
* cppcheck: useInitializationList in test to xmloffJochen Nitschke2018-07-292-4/+3
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-271-17/+18
* -Werror,-Wunused-private-fieldStephan Bergmann2018-07-261-1/+0
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-263-9/+5
* Fix typosAndrea Gelmini2018-07-181-1/+1