summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: create unit tests for ConfigChris Sherlock2018-07-094-0/+246
* XmlWriter: support namespaces, writing of base64 attributeTomaž Vajngerl2018-07-061-2/+37
* Improved loplugin:redundantcast (const-qualified typedefs): toolsStephan Bergmann2018-06-291-1/+1
* teach useuniqueptr loplugin about calling delete on a paramNoel Grandin2018-06-221-15/+7
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-2/+2
* valgrind: uninitialized readCaolán McNamara2018-06-021-1/+1
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-7/+7
* demangle context type name in DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-05-261-0/+9
* Revert "tools: test Pair"Noel Grandin2018-05-194-156/+0
* loplugin:unusedfields in tools..xmlhelpNoel Grandin2018-05-171-3/+1
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-1/+1
* tools: test PairChris Sherlock2018-05-164-0/+156
* tools: test for FRoundChris Sherlock2018-05-122-0/+64
* there are 3600000 seconds in an hourCaolán McNamara2018-05-093-1/+43
* tools: document and test sanitiseMm100ToTwip()Chris Sherlock2018-05-082-0/+56