summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-18tools::WeakBase still needs to be TOOLS_DLLPUBLIC under --enable-mergelibsStephan Bergmann1-2/+1
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin4-9/+9
2020-03-06mark some more classes hidden in --enable-mergelibs modeNoel Grandin5-5/+10
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+1
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin1-1/+2
2020-02-13tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt1-0/+2
2020-01-27tdf#124176: Use pragma once instead of header guardPelin Kuran2-8/+2
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl1-1/+1
2019-12-23sal_Char->char in toolsNoel Grandin2-10/+10
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna1-3/+3
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann1-2/+0
2019-12-05make some classes module privateNoel Grandin1-1/+1
2019-12-04Use SAL_STRINGIFYStephan Bergmann1-3/+2
2019-11-17cid#1455745 Not restoring ostream formatCaolán McNamara1-5/+8
2019-11-03find symbols that can be privateNoel Grandin2-2/+2
2019-10-30loplugin:finalclasses toolsNoel Grandin2-3/+2
2019-10-19add menubar support to vclbuilderCaolán McNamara1-0/+1
2019-10-17Remove some memset callsMike Kaganski1-2/+2
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann1-3/+0
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+4
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl2-10/+10
2019-09-18remove unused crc functionality from ZCodecNoel Grandin1-6/+1
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-30fix PolyPolygon move operator=Noel Grandin1-1/+2
2019-08-30new loplugin:noexceptmoveNoel Grandin2-4/+4
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann1-12/+0
2019-08-28INetURLObject FSysStyle ctor is unused nowStephan Bergmann1-15/+0
2019-08-23loplugin:returnconstval in toolsNoel Grandin2-3/+3
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-22weld ODbTypeWizDialogSetupCaolán McNamara1-1/+4
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-20Fix typosAndrea Gelmini2-2/+2
2019-07-18include supported SIMD intrinsics headers automaticallyTomaž Vajngerl1-8/+18
2019-07-17cid#1399432 Uncaught exceptionCaolán McNamara1-3/+3
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin1-1/+1
2019-07-15make tools::Rectangle::getWidth return 0 when emptyNoel Grandin1-1/+1
2019-07-12make tools::Rectangle::Bottom return Top when emptyNoel Grandin1-1/+1
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin1-1/+1
2019-07-10make tools::Rectangle::setY respect empty stateNoel Grandin1-1/+1
2019-07-10make tools::Rectangle::setX respect empty stateNoel Grandin1-1/+1
2019-07-10make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin1-1/+1
2019-07-10make tools::Rectangle::AdjustRight respect empty stateNoel Grandin1-1/+1
2019-07-09make tools::Rectangle::shrink respect empty stateNoel Grandin1-9/+1
2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl3-10/+153
2019-07-08make tools::Rectangle::expandBy respect empty stateNoel Grandin1-9/+1
2019-06-28tdf#126121: WebDAV redirection detectionMike Kaganski1-3/+2
2019-06-25weld HyperLink DialogCaolán McNamara1-1/+2
2019-06-25tdf#94677 Calc is slow opening large CSV, improve tools::FractionNoel Grandin1-11/+11