summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-06return string_view from some XmlWalker methodsNoel Grandin
2024-01-14Fix system-libfixmathThorsten Behrens
2024-01-09Simplify a bitMike Kaganski
2024-01-09lok: external data source listSzymon Kłos
2024-01-08Simplify JsonWriter a bitMike Kaganski
2023-12-30no need to use SvLockBytes in formsNoel Grandin
2023-12-23cid#1471704 Assignment of overlapping memoryCaolán McNamara
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-20Make BigInt::DivMod public, to allow optimized divisionMike Kaganski
2023-12-20Simplify and rename for clarityMike Kaganski
2023-12-20ofz#65165 Stack-buffer-overflow READ 4 test caseCaolán McNamara
2023-12-17Simplify BigIntMike Kaganski
2023-12-16Drop incorrect conditional compilationMike Kaganski
2023-12-12Simplify and fix SvGlobalName comparisonMike Kaganski
2023-12-12Make some SvGlobalName ctors constexprMike Kaganski
2023-12-11Clean up SvStream API a bitMike Kaganski
2023-12-10Simplify SvStream::WriteDoubleMike Kaganski
2023-12-10Keep original errorMike Kaganski
2023-12-07cid#1545320 Unused valueCaolán McNamara
2023-11-29Extended loplugin:ostr: toolsStephan Bergmann
2023-11-19Extended loplugin:ostr: toolsStephan Bergmann
2023-11-07warn about exotic protocols as wellCaolán McNamara
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara
2023-11-01tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in toolssahil
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolsStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-27Check / adjust the correct variablesMike Kaganski
2023-07-22no need to create OString temporaries when calling XmlWriter methodsNoel Grandin
2023-07-22avoid some unnecessary string copies in tools::XmlWriterNoel Grandin
2023-07-16cid#1537992 deadcodeJulien Nabet
2023-07-13linking: api: use JsonWriterSzymon Kłos
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-07-04jsdialog: encode properly control charactersSzymon Kłos
2023-06-27Fix typoAndrea Gelmini
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-23Clamp and assert maximum hours value in Time::init()Eike Rathke
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke
2023-06-21rbOverflow was already set for bBadNS, unnecessary to set it againEike Rathke
2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke
2023-06-20Use tools::Duration in friend double operator-() if DateTime has Time setEike Rathke
2023-06-19Fix TB Jenkins_Linux_Ubsan (duration.cxx)Julien Nabet
2023-06-17Fix typoAndrea Gelmini