summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2022-06-27tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna
2022-04-12add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-03-23make Calc jumbo sheets an explicit build featureLuboš Luňák
2022-03-22tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin
2022-03-22tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2022-02-14jsonwriter: ensure correct number of bytes is availableSzymon Kłos
2022-02-14MSVC -arch is independent from the ability to use CPU intrinsicsLuboš Luňák
2022-02-14remove AVX and AVX512 code from CalcLuboš Luňák
2021-12-08tdf#146120 sw: show tracked table changes with different colorLászló Németh
2021-11-23tdf#133835 speedup calc autofilter (11)Noel Grandin
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin
2021-11-22Generalize DegreeNMike Kaganski
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock
2021-10-14Simplify JsonWriter a bitMike Kaganski
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-07Match order of the beginning of fldunit.hxx with FieldUnit.idlJulien Nabet
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin
2021-08-26add back getX()/getY() to tools::RectangleLuboš Luňák
2021-08-26Correction on cpui flagsdante
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante
2021-08-19Fix typoAndrea Gelmini
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski
2021-08-17Converted Color type input parameters to hex valuesHossein
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-15Simplify tools::Rectangle a bitMike Kaganski
2021-08-12Unify and simplify tools::Rectangle methods returning PointMike Kaganski
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-11Deduplicate number read/writeMike Kaganski
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-30tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann
2021-07-06Explicitly call an operator to avoid a bogus IntelliSense warningMike Kaganski