summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2021-06-25tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel 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
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch
2021-03-14loplugin:unusedmethodsNoel
2021-02-25drop WB_ROLLABLECaolán McNamara
2021-02-24fix tools::Color(ColorAlpha.. constructorNoel Grandin
2021-02-16WB_HYPHENATION is newly unusedCaolán McNamara
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-08Small refactorMike Kaganski
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-18make internals of ::Color privateNoel
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2021-01-13Revert to use of delegating ctorMike Kaganski
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-08Introduce Color::IsFullyTransparentNoel
2021-01-06bIsBig member is redundantNoel Grandin
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2021-01-06use anonymous union for BigIntNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-29use Degree10 in SwRotationGrfNoel Grandin
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-26tools: add Color::IsTransparent()Chris Sherlock
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-08jsdialog: send close on dialog responseSzymon Kłos
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos