summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2021-05-11fix leak in ZCodecNoel Grandin1-2/+3
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin1-3/+3
2021-04-29rename A field in ::Color to TNoel Grandin1-6/+6
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-40/+40
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-16/+3
2021-04-27use more string_view in tools/streamNoel Grandin1-16/+16
2021-04-26Simplify center calculationMike Kaganski1-7/+5
2021-04-26Add unit conversion for Point, Size and RectangleTomaž Vajngerl1-72/+96
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-4/+4
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák1-2/+2
2021-04-19use more string_view in OString APINoel Grandin1-3/+3
2021-04-14loplugin:unusedmethodsNoel Grandin1-7/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen3-3/+1
2021-04-07implement operators +,-,*,/ for tools::SizeLuboš Luňák1-0/+60
2021-04-07make tools::Point/Size/Rectangle/etc. constructors constexprLuboš Luňák1-56/+54
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl2-3/+10
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-0/+5
2021-03-14loplugin:unusedmethodsNoel1-4/+0
2021-02-25drop WB_ROLLABLECaolán McNamara1-2/+1
2021-02-24fix tools::Color(ColorAlpha.. constructorNoel Grandin1-1/+1
2021-02-16WB_HYPHENATION is newly unusedCaolán McNamara1-1/+1
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-40/+96
2021-02-08Small refactorMike Kaganski1-4/+3
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski1-26/+40
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski2-34/+15
2021-02-04have one set of twips<->mm conversionsNoel1-3/+6
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann1-2/+8
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara1-7/+0
2021-01-18make internals of ::Color privateNoel1-2/+0
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl1-0/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel1-9/+29
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara1-18/+27
2021-01-13Revert to use of delegating ctorMike Kaganski1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-9/+9
2021-01-08Introduce Color::IsFullyTransparentNoel1-0/+7
2021-01-06bIsBig member is redundantNoel Grandin1-17/+13
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin1-0/+3
2021-01-06use anonymous union for BigIntNoel Grandin1-2/+5
2021-01-02introduce Degree100 strong_int typeNoel1-2/+20
2020-12-29use Degree10 in SwRotationGrfNoel Grandin1-0/+7
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-2/+1
2020-12-26tools: add Color::IsTransparent()Chris Sherlock1-0/+8
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann1-17/+37
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin1-37/+17
2020-12-24custom literal for Degree10Noel Grandin1-1/+3
2020-12-18throw exception in SvStream when reading past end of fileNoel1-3/+7
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-8/+15
2020-12-08jsdialog: send close on dialog responseSzymon Kłos1-1/+1
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos1-0/+3
2020-11-23improve comment in tools::Long headerNoel Grandin1-6/+9