summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-02avoid a memcpy when constructing output of tools::JsonWriterNoel Grandin1-3/+3
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski1-12/+8
2024-02-23use more string_view in tools::JsonWriterNoel Grandin1-3/+3
2024-02-19hide more symbolsNoel Grandin1-5/+5
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+1
2024-02-09tdf#157664 Drop operator !=, where respective operator == is definedRafał Dobrakowski1-9/+0
2024-02-06return string_view from some XmlWalker methodsNoel Grandin1-3/+3
2024-01-29tdf#143148 use pragma once instead of include guardsKeldin Maldonado (KNM)1-4/+1
2024-01-16chart2: Make automatic area coloring for charts work for tiled renderingofftkp1-1/+4
2024-01-16loplugin:unusedfieldsNoel Grandin1-2/+0
2024-01-09lok: external data source listSzymon Kłos1-0/+28
2024-01-08Simplify JsonWriter a bitMike Kaganski1-67/+10
2023-12-31add comment to SvLockBytesNoel Grandin1-0/+4
2023-12-30no need to use SvLockBytes in formsNoel Grandin1-3/+3
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen1-30/+0
2023-12-20Fix BigInt::AbsMike Kaganski1-1/+10
2023-12-20Make BigInt::DivMod public, to allow optimized divisionMike Kaganski1-2/+3
2023-12-20Simplify and rename for clarityMike Kaganski1-37/+38
2023-12-20ofz#65165 Stack-buffer-overflow READ 4 test caseCaolán McNamara1-3/+2
2023-12-17Simplify BigIntMike Kaganski1-76/+51
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen2-2/+0
2023-12-12Simplify and fix SvGlobalName comparisonMike Kaganski1-5/+6
2023-12-12Make some SvGlobalName ctors constexprMike Kaganski1-4/+17
2023-12-11Clean up SvStream API a bitMike Kaganski1-28/+4
2023-12-10Simplify SvStream::WriteDoubleMike Kaganski1-1/+1
2023-11-22Fix typoAndrea Gelmini1-1/+1
2023-11-22tdf#148000 impress: improve fontwork text placement.Attila Szűcs1-0/+1
2023-11-15loplugin:unusedmethodsNoel Grandin1-12/+0
2023-11-13Related: tdf#125580 Use tools::Duration constexpr accuracy epsilon valuesEike Rathke1-1/+7
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen5-7/+3
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara1-0/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-6/+6
2023-10-16Related tdf#156182 - Keep legacy contrast for default backgroundHeiko Tietze1-2/+5
2023-10-05Drop MinMax in favor of std::clampMike Kaganski1-47/+0
2023-08-17Simplify Point/Size/tools::Rectangle templatesMike Kaganski1-37/+27
2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke1-2/+11
2023-08-02Make RectangleTemplate comparison operators symmetricStephan Bergmann1-2/+2
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-357/+474
2023-07-27pack the MapMode::ImplMapMode structNoel Grandin1-5/+3
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-0/+4
2023-07-22no need to create OString temporaries when calling XmlWriter methodsNoel Grandin1-6/+8
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert1-1/+2
2023-07-15Resolves tdf#156182 - Automatic text color unreadable with darker cellsHeiko Tietze1-2/+2
2023-07-13linking: api: use JsonWriterSzymon Kłos1-0/+2
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin1-4/+5
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke1-0/+12
2023-06-22Fix typoAndrea Gelmini1-1/+1
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke1-0/+5
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke1-3/+8
2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke1-0/+3