summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-02valgrind: uninitialized readCaolán McNamara1-1/+1
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-7/+7
2018-05-26demangle context type name in DBG_UNHANDLED_EXCEPTIONNoel Grandin1-0/+9
2018-05-19Revert "tools: test Pair"Noel Grandin4-156/+0
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin1-3/+1
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+1
2018-05-16tools: test PairChris Sherlock4-0/+156
2018-05-12tools: test for FRoundChris Sherlock2-0/+64
2018-05-09there are 3600000 seconds in an hourCaolán McNamara3-1/+43
2018-05-08tools: document and test sanitiseMm100ToTwip()Chris Sherlock2-0/+56
2018-05-07tools: date unit testsChris Sherlock2-18/+447
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe6-99/+174
2018-04-30tools: test for MinMaxChris Sherlock2-0/+100
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin1-43/+6
2018-04-20loplugin:constantparamNoel Grandin1-63/+58
2018-04-18tdf#117044 Base crash when attempting to edit a table definitionNoel Grandin1-1/+1
2018-04-18tdf#116420: Windows: Test if a filepath redirects to a WebDAV resourceMike Kaganski2-0/+79
2018-04-16assert that we own the data before freeing itNoel Grandin1-1/+6
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann3-25/+25
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin3-25/+25
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin1-2/+5
2018-03-14loplugin:constantparamNoel Grandin1-3/+3
2018-03-13ofz#6843 Integer-overflowCaolán McNamara1-0/+12
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin3-15/+15
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-2/+2