summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-18loplugin:useuniqueptr in convertToUnicodeNoel Grandin1-24/+20
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin2-4/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-09-03Missing includeStephan Bergmann1-0/+2
2018-08-31Do as the comment says it should do..Eike Rathke1-1/+1
2018-08-31The never ending rounding and scaling of tools::Time::GetClock()Eike Rathke1-3/+16
2018-08-29Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke2-9/+35
2018-08-29Add unit tests for tools::Time::GetClock()Eike Rathke1-0/+88
2018-08-28Assign fFractionOfSecond in shortcutEike Rathke1-0/+1
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke1-0/+51
2018-08-21tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin2-39/+0
2018-08-16remove mempoolNoel Grandin2-53/+0
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-3/+3
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-30make DBG_TESTSOLARMUTEX available in assert buildsNoel Grandin1-1/+1
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke2-4/+3
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-17/+18
2018-07-26-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin3-9/+5
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-09test: create unit tests for ConfigChris Sherlock4-0/+246
2018-07-06XmlWriter: support namespaces, writing of base64 attributeTomaž Vajngerl1-2/+37
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): toolsStephan Bergmann1-1/+1
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-15/+7
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+2