summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-08-22tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin2-39/+0
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
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-03-04Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann1-14/+2
2018-03-04Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann1-7/+1
2018-03-04Improve commentStephan Bergmann1-1/+4
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann2-6/+6
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin1-0/+10
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-26use less RGB_COLORDATANoel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin3-26/+26
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann2-23/+0
2018-02-16Resolves: tdf#115750 SvStream::WriteStream was brokenCaolán McNamara1-6/+5
2018-02-06simplify ImpXPolygonNoel Grandin2-0/+23
2018-02-02tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk1-4/+29
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin1-0/+7
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann1-0/+1
2018-01-23Point default ctor already zero-initializes the membersStephan Bergmann1-5/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-3/+3
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin2-9/+8
2018-01-20loplugin:unusedmethodsNoel Grandin1-16/+0
2018-01-19ofz#5475 Integer-overflowCaolán McNamara1-1/+18
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+4
2018-01-15More loplugin:cstylecast: toolsStephan Bergmann1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-3/+3