summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2022-01-29avoid dangling tmp files in hwp importCaolán McNamara1-49/+15
2022-01-28use our own tempfile mechanismCaolán McNamara1-15/+11
2022-01-13Make HWPStyle::style type-safeStephan Bergmann2-15/+16
2021-12-22loplugin:flatten in filter..includeNoel Grandin1-15/+12
2021-12-15tdf#145630 Changed atan to atan2 where appropriateDhiraj Holden1-36/+3
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-29loplugin:stringliteraldefine in hwpfilterNoel Grandin2-2/+2
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
2021-02-16loplugin:referencecasting in hwpfilter..lotuswordproNoel2-218/+218
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-04update pchesCaolán McNamara1-1/+2
2020-11-13tdf#123936 Formatting files in module hwpfilter with clang-formatPhilipp Hofer7-65/+43
2020-11-11convert more long -> tools::LongNoel1-1/+2
2020-10-22long->tools::Long in hwpfilter..ooxNoel4-4/+6
2020-09-27Remove unused include list in hwpfilterJulien Nabet4-4/+0
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-3/+3