summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke5-19/+557
2023-06-16-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): toolsPatrick Luby1-0/+5
2023-05-25jsdialog: encode properly control charactersSzymon Kłos1-0/+9
2023-05-23linking: api: use JsonWriterSzymon Kłos1-0/+26
2023-04-18fix bug in json_writerJaume Pujantell1-1/+5
2023-03-12tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs1-9/+14
2023-02-24I 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
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-372/+1
2022-08-18cid#1500387 alternative silence Resource leakCaolán McNamara1-1/+3
2022-08-17cid#1500387 silence Resource leakCaolán McNamara1-2/+1
2022-08-16cid#1509285 Use of 32-bit time_tCaolán McNamara1-4/+4
2022-08-13tdf#145614 Convert #define to constexprehsan1-7/+7
2022-08-09tools: json writer test does not need to use test::BootstrapFixtureChris Sherlock1-9/+3
2022-08-09tools: prefix member variables with an 'm'Chris Sherlock1-37/+37
2022-07-18tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding pathMichael Stahl1-1/+6
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák3-0/+42
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock2-6/+9
2022-06-20elide some makeStringAndClear() callsNoel Grandin2-2/+4
2022-06-18cid#1506306 Uninitialized scalar fieldCaolán McNamara1-0/+3
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-0/+1
2022-06-17Rectangle: split SetSize into SetWidth/SetHeightJan-Marek Glogowski1-17/+0
2022-06-15Add unit tests for ZCodecofftkp2-0/+124
2022-06-12Add compression support for GZ through ZCodecofftkp1-7/+45
2022-06-03Use more appropriate type for MultiSelection::nCurSubSel et alStephan Bergmann1-22/+26
2022-05-30tdf#147021 Use std::size() instead SAL_N_ELEMENTS macroRoman Kuznetsov1-3/+4
2022-05-24no need to call makeStringAndClear hereNoel Grandin1-2/+2
2022-05-24no need to call makeStringAndClear hereNoel Grandin1-20/+13
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin1-53/+54
2022-05-16no need to stat a dir when opening a temporary fileNoel Grandin1-6/+12
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-3/+10
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna1-0/+17