summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* Make HWPStyle::style type-safeStephan Bergmann2022-01-132-15/+16
* loplugin:flatten in filter..includeNoel Grandin2021-12-221-15/+12
* tdf#145630 Changed atan to atan2 where appropriateDhiraj Holden2021-12-151-36/+3
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* loplugin:stringliteraldefine in hwpfilterNoel Grandin2021-11-292-2/+2
* Use M_PI instead of defined value; use rad2deg()Hossein2021-11-142-37/+26
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-081-2/+2
* update diagnostic ignoreNoel Grandin2021-11-051-2/+2
* Prepare for removal of non-const operator[] from Sequence in hwpfilterMike Kaganski2021-10-301-4/+2
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-5/+5
* ditch problematic HWPFile::Read4b variantCaolán McNamara2021-10-136-17/+8
* ofz: nLen should be of type 'uint' not tools::LongCaolán McNamara2021-10-131-1/+1
* drop 'using namespace std' in h* i* j*Julien Nabet2021-10-051-13/+12
* cid#1490898 Unchecked return valueCaolán McNamara2021-09-031-5/+5
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-08-311-4/+3
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-08-311-8/+12
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-08-311-0/+2
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-08-292-2/+3
* tdf#143148: Use pragma once in sdextYildiray2021-08-141-5/+1
* convert #defines to OUStringLiteralNoel Grandin2021-08-021-1/+1
* Fix typoAndrea Gelmini2021-07-192-2/+2
* loplugin:indentation (clang-cl)Stephan Bergmann2021-07-091-2/+2
* Related: ofz#33724 detect earlier if comparison shape has no cshapeCaolán McNamara2021-07-011-2/+3
* can flatten this a levelCaolán McNamara2021-07-011-24/+21
* ofz#33724 compareParaShape will return 0 if input shape has no cshapeCaolán McNamara2021-07-011-1/+4
* fix indentCaolán McNamara2021-07-011-18/+18
* getParaShape() adds bounds checking we don't need in this caseCaolán McNamara2021-07-011-3/+1
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-287-92/+93
* no need to allocate these on the heapNoel Grandin2021-06-021-4/+4
* Improve loplugin:stringviewStephan Bergmann2021-05-141-14/+18
* Fix typoAndrea Gelmini2021-04-111-1/+1
* ofz#31685 give up on large tables to avoid TimeoutCaolán McNamara2021-04-111-1/+6
* Related: ofz#31685 Timeout. This hunk is a simple swapCaolán McNamara2021-04-111-8/+4
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* ofz#32499 overflowing posCaolán McNamara2021-03-261-2/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-231-3/+2
* loplugin:referencecasting in hwpfilter..lotuswordproNoel2021-02-162-218/+218
* Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski2021-02-011-1/+1
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-241-2/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-1/+1
* update pchesCaolán McNamara2020-12-041-1/+2
* tdf#123936 Formatting files in module hwpfilter with clang-formatPhilipp Hofer2020-11-137-65/+43
* convert more long -> tools::LongNoel2020-11-111-1/+2
* long->tools::Long in hwpfilter..ooxNoel2020-10-224-4/+6
* Remove unused include list in hwpfilterJulien Nabet2020-09-274-4/+0
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-3/+3
* Improve hchar_string to OUString conversionStephan Bergmann2020-09-053-44/+57
* Fix typo in codeAndrea Gelmini2020-08-291-1/+1