summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann
2018-11-09SvStream::m_isConsistent is always trueNoel Grandin
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-10-31loplugin:useuniqueptr in ImplSysReadConfigNoel Grandin
2018-10-31fix delete in MultiSelection::SetTotalRangeNoel Grandin
2018-10-29loplugin:oncevarNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-17workaround weird linking error on tb71Noel Grandin
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-10-12Fix typosAndrea Gelmini
2018-10-11Don't just log the file name, at least say what we are doing with itTor Lillqvist
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-09-27loplugin:constfields in toolsNoel Grandin
2018-09-18loplugin:useuniqueptr in convertToUnicodeNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-03Missing includeStephan Bergmann
2018-08-31Do as the comment says it should do..Eike Rathke
2018-08-31The never ending rounding and scaling of tools::Time::GetClock()Eike Rathke
2018-08-29Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke
2018-08-29Add unit tests for tools::Time::GetClock()Eike Rathke
2018-08-28Assign fFractionOfSecond in shortcutEike Rathke
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke
2018-08-21tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-30make DBG_TESTSOLARMUTEX available in assert buildsNoel Grandin
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-07-26-Werror,-Wunused-private-fieldStephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-07-09test: create unit tests for ConfigChris Sherlock
2018-07-06XmlWriter: support namespaces, writing of base64 attributeTomaž Vajngerl
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): toolsStephan Bergmann
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke