summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
7 daysloplugin:ostr in hwpfilterNoel Grandin3-1121/+1121
13 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-1/+3
2024-04-13Use more o3tl::convertMike Kaganski1-1/+0
2024-04-04A number of bogus GCC 13 warnings still hit with recent GCC 14 trunkStephan Bergmann1-2/+2
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann2-30/+30
2024-03-06Use less boost_headers in low level librariesGabor Kelemen2-3/+0
2024-03-01fix ODR violationNoel Grandin2-5/+5
2024-02-26Drop unused defineMike Kaganski1-4/+0
2024-02-13PicDefOle and PicDefEmbed have the same layout nowCaolán McNamara2-10/+1
2024-02-13drop unused hwpole memberCaolán McNamara1-1/+0
2024-02-13drop unused PicDefFile union memberCaolán McNamara1-10/+0
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-5/+5
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-30Extended loplugin:ostr: hwpfilterStephan Bergmann1-2/+2
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: hwpfilterStephan Bergmann1-4/+4
2023-10-03ofz#62935 avoid negative numbers in olHanglJasoCaolán McNamara1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-9/+9
2023-07-23ofz#49217 Out-of-memoryCaolán McNamara1-1/+6
2023-04-30ofz#58400 TimeoutCaolán McNamara1-0/+6
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-24cid#1524749 Copy into fixed size bufferCaolán McNamara1-8/+8
2023-04-10Drop MzStringMike Kaganski7-533/+97
2023-03-20tdf#145614 convert all #define into enum in hwpfilter/source/grammar.hMoazAlaa2-67/+71
2023-03-15Silence a false warning also for GCC 13Stephan Bergmann1-2/+2
2023-02-27Use SAL_NEWLINE_STRING to avoid some wheel re-inventionMike Kaganski1-11/+8
2023-02-11ofz: Use-of-uninitialized-valueCaolán McNamara1-3/+4
2023-02-10operator [] out of range assertCaolán McNamara1-1/+0
2023-02-09tdf#143148 Use pragma once instead of include guards in hwpfilterDevansh Jain3-48/+39
2023-02-07ofz#55751 check that level is validCaolán McNamara1-6/+9
2023-02-04ofz: Use-of-uninitialized-valueCaolán McNamara3-6/+6
2023-01-30ofz#55520 check level is < MAX_OUTLINE_LEVELCaolán McNamara1-3/+4
2022-12-20cid#1517796 Out-of-bounds readCaolán McNamara1-2/+2
2022-12-18ofz#54402 check boundsCaolán McNamara1-65/+67
2022-11-24hwpfilter: Fix use of std::char_trait<unsigned short>Stephan Bergmann4-9/+20
2022-11-06ofz#52490 TimeoutCaolán McNamara1-3/+3
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): hwpfilterStephan Bergmann4-69/+80
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-08-25ofz#47118 TimeoutCaolán McNamara1-3/+3
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-5/+2
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin1-2/+3
2022-08-06ofz#49832 Integer-overflowCaolán McNamara1-1/+2
2022-07-24ofz#49217 height_sp member, etc unusedCaolán McNamara2-22/+9
2022-07-17ofz: Use-of-uninitialized-valueCaolán McNamara1-2/+4
2022-06-21ofz#48161 Container-overflowCaolán McNamara1-3/+1
2022-06-20ofz#47118 TimeoutCaolán McNamara3-26/+28
2022-06-20ofz#47463 OOM only first byte of 'font', 'ratio' and 'space' are usedCaolán McNamara4-18/+25
2022-06-03No need for a cast here when comparing against const int DATE_SIZE = 40Stephan Bergmann1-1/+1
2022-05-16ofz#47473 OOM just skip the unused "reserved" data on readCaolán McNamara2-3/+1
2022-05-07GCC 12 is still just as brokenStephan Bergmann1-2/+2