summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-08-22tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin
2018-05-19Revert "tools: test Pair"Noel Grandin
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-16tools: test PairChris Sherlock
2018-05-12tools: test for FRoundChris Sherlock
2018-05-09there are 3600000 seconds in an hourCaolán McNamara
2018-05-08tools: document and test sanitiseMm100ToTwip()Chris Sherlock
2018-05-07tools: date unit testsChris Sherlock
2018-05-05Fix typosAndrea Gelmini
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe
2018-04-30tools: test for MinMaxChris Sherlock
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-04-20loplugin:constantparamNoel Grandin
2018-04-18tdf#117044 Base crash when attempting to edit a table definitionNoel Grandin
2018-04-18tdf#116420: Windows: Test if a filepath redirects to a WebDAV resourceMike Kaganski
2018-04-16assert that we own the data before freeing itNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin
2018-03-14loplugin:constantparamNoel Grandin
2018-03-13ofz#6843 Integer-overflowCaolán McNamara
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-03-04Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann
2018-03-04Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann
2018-03-04Improve commentStephan Bergmann
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann
2018-02-16Resolves: tdf#115750 SvStream::WriteStream was brokenCaolán McNamara
2018-02-06simplify ImpXPolygonNoel Grandin
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-23Point default ctor already zero-initializes the membersStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-19ofz#5475 Integer-overflowCaolán McNamara
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann
2018-01-15More loplugin:cstylecast: toolsStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin