summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-13loplugin:useuniqueptr in PolyPolygonNoel Grandin2-265/+84
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann14-153/+153
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin5-122/+89
2018-01-09ofz#5000 Integer-overflowCaolán McNamara1-10/+10
2018-01-08UL->UCaolán McNamara1-5/+5
2018-01-07ofz#4995 Integer-overflowCaolán McNamara1-5/+7
2018-01-07Remove XmlWriter in test module and use tools::XmlWriterTomaž Vajngerl1-0/+6
2018-01-05long->sal_Int32 in BigIntNoel Grandin2-57/+45
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin1-21/+8
2017-12-25tdf#114684: don't print pages for ranges completely outside ...Mike Kaganski1-3/+16
2017-12-21new loplugin: convertlongNoel Grandin2-2/+2
2017-12-18sal_uIntPtr->sal_uInt32 in ConfigNoel Grandin1-10/+10
2017-12-15merge ImplPolygon and ImplPolygonDataCaolán McNamara2-24/+10
2017-12-14use std::unique_ptrCaolán McNamara2-226/+181
2017-12-14sal_uIntPtr->sal_Int32 in MultiSelectionNoel Grandin1-38/+38
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin1-1/+1
2017-12-12sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin1-9/+9
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin1-2/+2
2017-12-11ofz#4592 Direct-leakCaolán McNamara1-11/+11