summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-27WB_LISTBOX_POPUP is newly unusedCaolán McNamara1-2/+0
2020-05-14tdf#79082 Improve ppt tab import/exportSamuel Mehrbrodt1-0/+6
2020-05-11lok: fix the window type of the formatted field controlHenry Castro1-0/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-0/+3
2020-05-03move unit conversions to UnitConversion, add convertPointToMm100Tomaž Vajngerl2-10/+26
2020-05-03use more compact namespace syntax in /includeNoel Grandin6-11/+11
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-0/+3
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-0/+2
2020-04-03loplugin:singlevalfieldsNoel Grandin1-4/+0
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-3/+4
2020-03-19add operator* to tools::WeakReferenceNoel Grandin2-0/+9
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