summaryrefslogtreecommitdiffstats
path: root/include/tools
Commit message (Expand)AuthorAgeFilesLines
* tdf#146120 sw: show tracked table changes with different colorLászló Németh2021-12-081-0/+2
* improve the script for reducing symbol exportsNoel Grandin2021-12-011-8/+9
* remove unnecessary virtual inheritanceLuboš Luňák2021-11-301-1/+1
* tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna2021-11-291-0/+8
* tdf#133835 speedup calc autofilter (11)Noel Grandin2021-11-231-1/+1
* tdf#133835 speedup calc autofilter (9)Noel Grandin2021-11-221-1/+1
* Generalize DegreeNMike Kaganski2021-11-221-8/+21
* tdf#133835 speedup calc autofilter (6)Noel Grandin2021-11-221-8/+8
* tdf#133835 speedup calc autofilter (5)Noel Grandin2021-11-211-1/+1
* tdf#133835 speedup calc autofilter (4)Noel Grandin2021-11-211-1/+1
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-191-2/+5
* loplugin:stringliteraldefine in toolsNoel Grandin2021-11-191-6/+6
* Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski2021-11-031-15/+44
* CPU-specific files should not include templates or inlinesLuboš Luňák2021-10-271-0/+10
* vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock2021-10-181-0/+13
* Simplify JsonWriter a bitMike Kaganski2021-10-141-11/+4
* Unify JsonWriter::put and putRaw a bitMike Kaganski2021-10-131-9/+11
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-3/+3
* Match order of the beginning of fldunit.hxx with FieldUnit.idlJulien Nabet2021-10-071-2/+2
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-1/+1
* WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara2021-09-231-2/+0
* tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov2021-09-231-0/+2
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-202-8/+8
* clang:optin.performance.Padding in toolsNoel Grandin2021-09-101-2/+2
* add back getX()/getY() to tools::RectangleLuboš Luňák2021-08-261-2/+3
* Correction on cpui flagsdante2021-08-261-2/+2
* tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante2021-08-262-1/+29
* Fix typoAndrea Gelmini2021-08-191-1/+1
* loplugin:passstuffbyrefNoel Grandin2021-08-181-1/+1
* undo changes to TextAlignCaolán McNamara2021-08-181-9/+1
* Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski2021-08-171-2/+9
* Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski2021-08-171-2/+2
* Simplify and inline tools::Rectangle::JustifyMike Kaganski2021-08-171-1/+8
* Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski2021-08-171-2/+2
* Converted Color type input parameters to hex valuesHossein2021-08-171-29/+29
* Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski2021-08-161-9/+19
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-161-3/+1
* Simplify tools::Rectangle a bitMike Kaganski2021-08-151-57/+29
* Unify and simplify tools::Rectangle methods returning PointMike Kaganski2021-08-121-78/+15
* Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski2021-08-111-4/+0
* Deduplicate number read/writeMike Kaganski2021-08-111-0/+3
* convert TextAlign to scoped enumCaolán McNamara2021-07-301-1/+9
* tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl2021-07-301-1/+1
* Fix --enable-mergelibs `make check`Stephan Bergmann2021-07-292-5/+5
* Explicitly call an operator to avoid a bogus IntelliSense warningMike Kaganski2021-07-061-1/+1
* tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin2021-06-231-1/+3
* simplify and improve WildcardNoel Grandin2021-06-221-5/+5
* SvMemoryStream::GetSize can be more efficientNoel Grandin2021-06-191-1/+1
* tweak tools::Color::IsDark so it triggers on UbuntuNoel Grandin2021-06-171-1/+2
* fix leak in ZCodecNoel Grandin2021-05-111-2/+3