summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-9/+5
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen4-4/+0
2021-12-08tdf#146120 sw: show tracked table changes with different colorLászló Németh1-0/+2
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-8/+9
2021-11-30remove unnecessary virtual inheritanceLuboš Luňák1-1/+1
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna1-0/+8
2021-11-23tdf#133835 speedup calc autofilter (11)Noel Grandin1-1/+1
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin1-1/+1
2021-11-22Generalize DegreeNMike Kaganski1-8/+21
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin1-8/+8
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin1-1/+1
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-2/+5
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin1-6/+6
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-15/+44
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák1-0/+10
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock1-0/+13
2021-10-14Simplify JsonWriter a bitMike Kaganski1-11/+4
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-9/+11
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-3/+3
2021-10-07Match order of the beginning of fldunit.hxx with FieldUnit.idlJulien Nabet1-2/+2
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara1-2/+0
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov1-0/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2-8/+8
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin1-2/+2
2021-08-26add back getX()/getY() to tools::RectangleLuboš Luňák1-2/+3
2021-08-26Correction on cpui flagsdante1-2/+2
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante2-1/+29
2021-08-19Fix typoAndrea Gelmini1-1/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-18undo changes to TextAlignCaolán McNamara1-9/+1
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-2/+9
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski1-2/+2
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski1-1/+8
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski1-2/+2
2021-08-17Converted Color type input parameters to hex valuesHossein1-29/+29
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski1-9/+19
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-3/+1
2021-08-15Simplify tools::Rectangle a bitMike Kaganski1-57/+29
2021-08-12Unify and simplify tools::Rectangle methods returning PointMike Kaganski1-78/+15
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-4/+0
2021-08-11Deduplicate number read/writeMike Kaganski1-0/+3
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+9
2021-07-30tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl1-1/+1
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann2-5/+5
2021-07-06Explicitly call an operator to avoid a bogus IntelliSense warningMike Kaganski1-1/+1
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin1-1/+3
2021-06-22simplify and improve WildcardNoel Grandin1-5/+5
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin1-1/+1