summaryrefslogtreecommitdiffstats
path: root/include/tools
Commit message (Expand)AuthorAgeFilesLines
* Changes to the color classdante2021-09-231-1/+20
* tdf#79082 Improve ppt tab import/exportSamuel Mehrbrodt2020-05-191-0/+19
* tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt2020-02-141-0/+2
* find symbols that can be privateNoel Grandin2019-11-032-2/+2
* loplugin:finalclasses toolsNoel Grandin2019-10-302-3/+2
* add menubar support to vclbuilderCaolán McNamara2019-10-191-0/+1
* Remove some memset callsMike Kaganski2019-10-171-2/+2
* All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann2019-10-121-3/+0
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-1/+4
* Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl2019-09-292-10/+10
* remove unused crc functionality from ZCodecNoel Grandin2019-09-181-6/+1
* TyposAndrea Gelmini2019-09-061-1/+1
* fix PolyPolygon move operator=Noel Grandin2019-08-301-1/+2
* new loplugin:noexceptmoveNoel Grandin2019-08-302-4/+4
* INetURLObject::setFSysPath is unused nowStephan Bergmann2019-08-281-12/+0
* INetURLObject FSysStyle ctor is unused nowStephan Bergmann2019-08-281-15/+0
* loplugin:returnconstval in toolsNoel Grandin2019-08-232-3/+3
* Mark move ctors/assignments noexceptMike Kaganski2019-08-231-1/+1
* weld ODbTypeWizDialogSetupCaolán McNamara2019-08-221-1/+4
* Fix typosAndrea Gelmini2019-08-161-1/+1
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Fix typosAndrea Gelmini2019-07-202-2/+2
* include supported SIMD intrinsics headers automaticallyTomaž Vajngerl2019-07-181-8/+18
* cid#1399432 Uncaught exceptionCaolán McNamara2019-07-171-3/+3
* make tools::Rectangle::getBottom return 0 when emptyNoel Grandin2019-07-151-1/+1
* make tools::Rectangle::getWidth return 0 when emptyNoel Grandin2019-07-151-1/+1
* make tools::Rectangle::Bottom return Top when emptyNoel Grandin2019-07-121-1/+1
* make tools::Rectangle::Right return Left when emptyNoel Grandin2019-07-121-1/+1
* make tools::Rectangle::setY respect empty stateNoel Grandin2019-07-101-1/+1
* make tools::Rectangle::setX respect empty stateNoel Grandin2019-07-101-1/+1
* make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin2019-07-101-1/+1
* make tools::Rectangle::AdjustRight respect empty stateNoel Grandin2019-07-101-1/+1
* make tools::Rectangle::shrink respect empty stateNoel Grandin2019-07-091-9/+1
* CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl2019-07-093-10/+153
* make tools::Rectangle::expandBy respect empty stateNoel Grandin2019-07-081-9/+1
* tdf#126121: WebDAV redirection detectionMike Kaganski2019-06-281-3/+2
* weld HyperLink DialogCaolán McNamara2019-06-251-1/+2
* tdf#94677 Calc is slow opening large CSV, improve tools::FractionNoel Grandin2019-06-251-11/+11
* Fix INetURLObject::setName descriptionStephan Bergmann2019-06-211-2/+2
* tdf#42949 Fix IWYU warnings in include/Gabor Kelemen2019-06-212-1/+1
* Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski2019-06-211-5/+7
* Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski2019-06-211-8/+0
* fix copy/paste mistake in TOOLS_INFO_EXCEPTIONNoel Grandin2019-06-151-1/+1
* add TOOLS_WARN_EXCEPTION,etc macrosNoel Grandin2019-06-141-0/+30
* Revert "improve empty tools::Rectangle (width)"Noel Grandin2019-06-121-56/+27
* improve empty tools::Rectangle (width)Noel Grandin2019-06-071-27/+56
* Link: support tracing link source and targetAshod Nakashian2019-06-051-0/+51
* Remove unused, broken operator<< for PolyPolygonStephan Bergmann2019-06-041-12/+0
* Switch everyone to stricter GetColorErrorJan-Marek Glogowski2019-05-141-1/+9
* Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski2019-05-131-6/+24