summaryrefslogtreecommitdiffstats
path: root/include/tools
Commit message (Expand)AuthorAgeFilesLines
* tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin2021-06-251-1/+3
* fix leak in ZCodecNoel Grandin2021-05-111-2/+3
* sal_uLong->sal_uInt32 in SvTreeListNoel Grandin2021-05-031-3/+3
* rename A field in ::Color to TNoel Grandin2021-04-291-6/+6
* use string_view in INetURLObject::encodeNoel Grandin2021-04-281-40/+40
* use string_view in INetURLObject::decodeNoel Grandin2021-04-271-16/+3
* use more string_view in tools/streamNoel Grandin2021-04-271-16/+16
* Simplify center calculationMike Kaganski2021-04-261-7/+5
* Add unit conversion for Point, Size and RectangleTomaž Vajngerl2021-04-261-72/+96
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-4/+4
* reduce copy pasta with Color::GetLuminance()Luboš Luňák2021-04-201-2/+2
* use more string_view in OString APINoel Grandin2021-04-191-3/+3
* loplugin:unusedmethodsNoel Grandin2021-04-141-7/+0
* Recheck include/ with IWYUGabor Kelemen2021-04-093-3/+1
* implement operators +,-,*,/ for tools::SizeLuboš Luňák2021-04-071-0/+60
* make tools::Point/Size/Rectangle/etc. constructors constexprLuboš Luňák2021-04-071-56/+54
* vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl2021-04-022-3/+10
* tdf#58745 - Detect end of month when extending a date listAndreas Heinisch2021-03-251-0/+5
* loplugin:unusedmethodsNoel2021-03-141-4/+0
* drop WB_ROLLABLECaolán McNamara2021-02-251-2/+1
* fix tools::Color(ColorAlpha.. constructorNoel Grandin2021-02-241-1/+1
* WB_HYPHENATION is newly unusedCaolán McNamara2021-02-161-1/+1
* Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2021-02-141-40/+96
* Small refactorMike Kaganski2021-02-081-4/+3
* Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski2021-02-061-26/+40
* Make sanitiseMm100ToTwip simpler and more correctMike Kaganski2021-02-052-34/+15
* have one set of twips<->mm conversionsNoel2021-02-041-3/+6
* Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann2021-01-211-2/+8
* ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2021-01-201-7/+0
* make internals of ::Color privateNoel2021-01-181-2/+0
* tools: support reading xml namespace with XmlWalkerTomaž Vajngerl2021-01-171-0/+2
* make the Color constructors explicitly specify transparencyNoel2021-01-161-9/+29
* cid#1471346 Uncaught exceptionCaolán McNamara2021-01-141-18/+27
* Revert to use of delegating ctorMike Kaganski2021-01-131-1/+1
* transparency->alpha in tools::ColorNoel2021-01-121-9/+9
* Introduce Color::IsFullyTransparentNoel2021-01-081-0/+7
* bIsBig member is redundantNoel Grandin2021-01-061-17/+13
* move the bigint based Scale() implementations to one central placeNoel Grandin2021-01-061-0/+3
* use anonymous union for BigIntNoel Grandin2021-01-061-2/+5
* introduce Degree100 strong_int typeNoel2021-01-021-2/+20
* use Degree10 in SwRotationGrfNoel Grandin2020-12-291-0/+7
* vcl: use Color:IsTransparent() where appropriateChris Sherlock2020-12-261-2/+1
* tools: add Color::IsTransparent()Chris Sherlock2020-12-261-0/+8
* Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann2020-12-241-17/+37
* add sal*Int64 conversions to BigIntNoel Grandin2020-12-241-37/+17
* custom literal for Degree10Noel Grandin2020-12-241-1/+3
* throw exception in SvStream when reading past end of fileNoel2020-12-181-3/+7
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-8/+15
* jsdialog: send close on dialog responseSzymon Kłos2020-12-081-1/+1
* jsdialog: fix arrays in JsonWriter outputSzymon Kłos2020-12-031-0/+3