summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-20add tools::Rectangle::JustifyNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-03loplugin:singlevalfieldsNoel Grandin
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-19add operator* to tools::WeakReferenceNoel Grandin
2020-03-18tools::WeakBase still needs to be TOOLS_DLLPUBLIC under --enable-mergelibsStephan Bergmann
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2020-03-06mark some more classes hidden in --enable-mergelibs modeNoel Grandin
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-13tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt
2020-01-27tdf#124176: Use pragma once instead of header guardPelin Kuran
2020-01-08Grammar fixesAndrea Gelmini
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-05make some classes module privateNoel Grandin
2019-12-04Use SAL_STRINGIFYStephan Bergmann
2019-11-17cid#1455745 Not restoring ostream formatCaolán McNamara
2019-11-03find symbols that can be privateNoel Grandin
2019-10-30loplugin:finalclasses toolsNoel Grandin
2019-10-19add menubar support to vclbuilderCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2019-09-06TyposAndrea Gelmini
2019-08-30fix PolyPolygon move operator=Noel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann
2019-08-28INetURLObject FSysStyle ctor is unused nowStephan Bergmann
2019-08-23loplugin:returnconstval in toolsNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22weld ODbTypeWizDialogSetupCaolán McNamara
2019-08-16Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2019-07-18include supported SIMD intrinsics headers automaticallyTomaž Vajngerl
2019-07-17cid#1399432 Uncaught exceptionCaolán McNamara
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin
2019-07-15make tools::Rectangle::getWidth return 0 when emptyNoel Grandin
2019-07-12make tools::Rectangle::Bottom return Top when emptyNoel Grandin
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin
2019-07-10make tools::Rectangle::setY respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::setX respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustRight respect empty stateNoel Grandin