summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-07cid#1545320 Unused valueCaolán McNamara1-4/+2
2023-11-29Extended loplugin:ostr: toolsStephan Bergmann1-1/+1
2023-11-19Extended loplugin:ostr: toolsStephan Bergmann8-81/+81
2023-11-07warn about exotic protocols as wellCaolán McNamara1-1/+2
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen1-0/+1
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara1-0/+8
2023-11-01tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski2-17/+97
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in toolssahil1-12/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolsStephan Bergmann1-28/+28
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-6/+6
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-10-05Drop MinMax in favor of std::clampMike Kaganski3-103/+4
2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke1-11/+14
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin2-32/+31
2023-07-27Check / adjust the correct variablesMike Kaganski1-9/+13
2023-07-22no need to create OString temporaries when calling XmlWriter methodsNoel Grandin1-10/+23
2023-07-22avoid some unnecessary string copies in tools::XmlWriterNoel Grandin1-21/+10
2023-07-16cid#1537992 deadcodeJulien Nabet1-5/+0
2023-07-13linking: api: use JsonWriterSzymon Kłos1-0/+20
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin1-0/+4
2023-07-04jsdialog: encode properly control charactersSzymon Kłos1-0/+9
2023-06-27Fix typoAndrea Gelmini1-1/+1
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke2-32/+103
2023-06-23Clamp and assert maximum hours value in Time::init()Eike Rathke1-0/+12
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke2-0/+75
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke1-2/+2
2023-06-21rbOverflow was already set for bBadNS, unnecessary to set it againEike Rathke1-1/+0
2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke1-0/+6
2023-06-20Use tools::Duration in friend double operator-() if DateTime has Time setEike Rathke1-10/+5
2023-06-19Fix TB Jenkins_Linux_Ubsan (duration.cxx)Julien Nabet1-2/+4
2023-06-17Fix typoAndrea Gelmini1-1/+1
2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke5-19/+555
2023-05-28Factor out DateTime::NormalizeTimeRemainderAndApply(tools::Time& rTime)Eike Rathke1-33/+15
2023-05-19Eliminate 24h loops in DateTime::operator+=/-=(tools::Time&)Eike Rathke1-14/+16
2023-04-27fix bug in json_writerJaume Pujantell1-1/+5
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-2/+2
2023-04-18tdf#143200 assert when pasting a cell to a large-height rangeNoel Grandin1-22/+22
2023-04-11Drop Writer::OutLongMike Kaganski1-10/+0
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski2-12/+4
2023-04-10Use more *string_viewMike Kaganski1-4/+2
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-1/+1
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin2-35/+18
2023-04-03Simplify JsonWriter a bitMike Kaganski1-136/+47
2023-03-30loplugin:stringadd in test..toolsNoel Grandin2-35/+27
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-20/+24
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs1-9/+14
2023-03-01Teach INetURLObject about RFC 7230 URLs with no path but queryStephan Bergmann2-3/+4
2023-02-28move sanitizing of Size inside GenericTypeSerializerNoel Grandin1-0/+12