summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ofz#62935 avoid negative numbers in olHanglJasoCaolán McNamara1-1/+1
2023-02-09Fix build errors by suppressing warnings when building with Xcode 14.2Patrick Luby4-0/+80
2022-07-26ofz: Use-of-uninitialized-valueCaolán McNamara1-2/+4
2022-04-27ofz#47042 previous use of static variable affecting later runsCaolán McNamara1-6/+6
2022-03-30ofz: ensure unsigned indexCaolán McNamara1-6/+6
2022-03-22hwpfilter: why isn't that path string null terminatedMichael Stahl1-0/+1
2022-03-09ofz#45314 limit to valid day/month indexesCaolán McNamara1-7/+25
2022-03-09ofz#44997 Use-of-uninitialized-valueCaolán McNamara5-3/+16
2022-03-09cid#1501377 Dereference after null checkCaolán McNamara1-1/+1
2022-03-09ofz: don't register style if hbox load failedCaolán McNamara1-6/+12
2022-03-09ofz#44991 keep paragraph's that failed to load until import is completeCaolán McNamara4-7/+19
2022-03-09ofz#44991 keep within legal ArrowShape rangeCaolán McNamara1-4/+10
2022-03-09ofz#44991 Use-of-uninitialized-valueCaolán McNamara2-1/+8
2022-03-09ofz#44991 don't skip over terminatorCaolán McNamara1-0/+2
2022-02-27keep paragraph's that failed to load until import is completeCaolán McNamara2-0/+6
2022-01-31use our own tempfile mechanismCaolán McNamara1-15/+11
2022-01-31avoid dangling tmp files in hwp importCaolán McNamara1-49/+15
2021-11-14Use M_PI instead of defined value; use rad2deg()Hossein2-37/+26
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-2/+2
2021-11-05update diagnostic ignoreNoel Grandin1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in hwpfilterMike Kaganski1-4/+2
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-10-13ditch problematic HWPFile::Read4b variantCaolán McNamara6-17/+8
2021-10-13ofz: nLen should be of type 'uint' not tools::LongCaolán McNamara1-1/+1
2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet1-13/+12
2021-09-03cid#1490898 Unchecked return valueCaolán McNamara1-5/+5
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+3
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+12
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+2
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2-2/+3
2021-08-14tdf#143148: Use pragma once in sdextYildiray1-5/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-19Fix typoAndrea Gelmini2-2/+2
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-2/+2
2021-07-01Related: ofz#33724 detect earlier if comparison shape has no cshapeCaolán McNamara1-2/+3
2021-07-01can flatten this a levelCaolán McNamara1-24/+21
2021-07-01ofz#33724 compareParaShape will return 0 if input shape has no cshapeCaolán McNamara1-1/+4
2021-07-01fix indentCaolán McNamara1-18/+18
2021-07-01getParaShape() adds bounds checking we don't need in this caseCaolán McNamara1-3/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin7-92/+93
2021-06-02no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-14Improve loplugin:stringviewStephan Bergmann1-14/+18
2021-04-11Fix typoAndrea Gelmini1-1/+1
2021-04-11ofz#31685 give up on large tables to avoid TimeoutCaolán McNamara1-1/+6
2021-04-11Related: ofz#31685 Timeout. This hunk is a simple swapCaolán McNamara1-8/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-26ofz#32499 overflowing posCaolán McNamara1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-3/+2