summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-09warn about exotic protocols as wellCaolán McNamara1-1/+2
2023-11-07add some protocols that don't make sense as floating frame targetsCaolán McNamara1-0/+8
2023-11-02tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski2-17/+97
2023-08-16Resolves: tdf#127334 Backport tools::Duration ScInterpreter::CalculateAddSub()Eike Rathke3-13/+174
2023-06-21rbOverflow was already set for bBadNS, unnecessary to set it againEike Rathke1-1/+0
2023-06-21Use 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-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
2023-02-27inline StreamData into SvFileStreamNoel Grandin2-48/+24
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann1-17/+6
2023-01-29tools: rearrange Rectangle test, add construction test caseTomaž Vajngerl1-38/+79
2023-01-27Remove support for AIXStephan Bergmann1-1/+1
2023-01-09tdf#147906 Use std::hypot for Pythagorean additionLeonid Ryzhov1-1/+1
2022-12-30I get "warning: unsupported syscall: __sys_prlimit64" in WASM so avoid thatTor Lillqvist1-1/+1
2022-11-22Calculate null-date days to assert only onceEike Rathke1-1/+4
2022-11-22Avoid second null-date check of convertDateToDaysNormalizing()Eike Rathke1-1/+7
2022-11-22Related: tdf#152114 Move some tools' Date class algorithms to comphelper::dateEike Rathke1-211/+17
2022-11-18ofz#53450 Integer-overflowCaolán McNamara1-1/+1
2022-11-17ofz#53450 Integer-overflowCaolán McNamara1-2/+2
2022-11-13Fix typosAndrea Gelmini1-1/+1
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): toolsStephan Bergmann4-10/+13
2022-10-27add some more asserts in Fraction::MakeFractionNoel Grandin1-1/+9
2022-10-27rational_ReduceInaccurate unnecessary hereNoel Grandin1-1/+0
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin1-0/+40
2022-10-24tdf#133768 speed up temp file creationNoel Grandin1-0/+2
2022-10-22Fix StartWritingUnicodeTextMike Kaganski3-4/+54
2022-10-16Simplify a bitMike Kaganski1-5/+2
2022-10-07ofz#52191 Integer-overflowCaolán McNamara1-7/+7
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-0/+1
2022-08-30ofz#50761 Integer-overflowCaolán McNamara1-6/+6
2022-08-28cid#1500491 silence Untrusted loop boundCaolán McNamara1-0/+1
2022-08-24tools: test Rectangle::Normalize()Chris Sherlock1-0/+98
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock2-7/+7