summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparamNoel Grandin2018-03-141-3/+3
* ofz#6843 Integer-overflowCaolán McNamara2018-03-131-0/+12
* loplugin:constantparam in svtools..unotoolsNoel Grandin2018-03-083-15/+15
* drop sax::tools::*base64 methodsNoel Grandin2018-03-052-2/+2
* Make LibreOffice buildable on Haiku.Kacper Kasper2018-03-051-1/+1
* Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann2018-03-041-14/+2
* Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann2018-03-041-7/+1
* Improve commentStephan Bergmann2018-03-041-1/+4
* Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann2018-03-042-6/+6
* make Color::GetRGBColor return Color instead of ColorDataNoel Grandin2018-03-011-1/+1
* drop old tools/gen methods in reportdesign..xmloffNoel Grandin2018-02-281-0/+10
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-3/+3
* use less RGB_COLORDATANoel Grandin2018-02-261-3/+3
* loplugin:changetoolsgen in tools..toolkitNoel Grandin2018-02-223-26/+26
* Revert "simplify ImpXPolygon"Stephan Bergmann2018-02-212-23/+0
* Resolves: tdf#115750 SvStream::WriteStream was brokenCaolán McNamara2018-02-161-6/+5
* simplify ImpXPolygonNoel Grandin2018-02-062-0/+23
* tools: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-021-9/+0
* Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk2018-02-011-4/+29
* improve subtyping when dealing with tools::WeakReferenceNoel Grandin2018-01-271-0/+7
* Remove stdlib.h from sal/config.hStephan Bergmann2018-01-251-0/+1
* Point default ctor already zero-initializes the membersStephan Bergmann2018-01-231-5/+1
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-232-3/+3
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-1/+1
* loplugin:unused-returns in filter,tools,xmloffNoel Grandin2018-01-202-9/+8
* loplugin:unusedmethodsNoel Grandin2018-01-201-16/+0
* ofz#5475 Integer-overflowCaolán McNamara2018-01-191-1/+18
* Missing includes (Windows --disable-pch)Stephan Bergmann2018-01-171-0/+4
* More loplugin:cstylecast: toolsStephan Bergmann2018-01-151-2/+2
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-3/+3
* loplugin:useuniqueptr in PolyPolygonNoel Grandin2018-01-132-265/+84
* More loplugin:cstylecast: toolsStephan Bergmann2018-01-1214-153/+153
* loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2018-01-115-122/+89
* ofz#5000 Integer-overflowCaolán McNamara2018-01-091-10/+10
* UL->UCaolán McNamara2018-01-081-5/+5
* ofz#4995 Integer-overflowCaolán McNamara2018-01-071-5/+7
* Remove XmlWriter in test module and use tools::XmlWriterTomaž Vajngerl2018-01-071-0/+6
* long->sal_Int32 in BigIntNoel Grandin2018-01-052-57/+45
* loplugin:singlevalfields improve copy constructor checkNoel Grandin2018-01-031-21/+8
* tdf#114684: don't print pages for ranges completely outside ...Mike Kaganski2017-12-251-3/+16
* new loplugin: convertlongNoel Grandin2017-12-212-2/+2
* sal_uIntPtr->sal_uInt32 in ConfigNoel Grandin2017-12-181-10/+10
* merge ImplPolygon and ImplPolygonDataCaolán McNamara2017-12-152-24/+10
* use std::unique_ptrCaolán McNamara2017-12-142-226/+181
* sal_uIntPtr->sal_Int32 in MultiSelectionNoel Grandin2017-12-141-38/+38
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* sal_uIntPtr->size_t in ZCodecNoel Grandin2017-12-131-1/+1
* sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin2017-12-121-9/+9
* sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin2017-12-121-2/+2
* ofz#4592 Direct-leakCaolán McNamara2017-12-111-11/+11