summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
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
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-22simplify and improve WildcardNoel Grandin
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin
2021-06-17tweak tools::Color::IsDark so it triggers on UbuntuNoel Grandin
2021-05-11fix leak in ZCodecNoel Grandin
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin
2021-04-29rename A field in ::Color to TNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-26Simplify center calculationMike Kaganski
2021-04-26Add unit conversion for Point, Size and RectangleTomaž Vajngerl
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák
2021-04-19use more string_view in OString APINoel Grandin
2021-04-14loplugin:unusedmethodsNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-07implement operators +,-,*,/ for tools::SizeLuboš Luňák
2021-04-07make tools::Point/Size/Rectangle/etc. constructors constexprLuboš Luňák
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl