summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2019-08-01ofz#2899 increment pos before check, like all the other casesCaolán McNamara2-3/+2
2019-08-01ofz#2846 null derefCaolán McNamara1-0/+7
2018-04-21forcepoint #7 check ksc5601_2uni_page21 boundsCaolán McNamara1-17/+11
2018-04-21forcepoint #2Caolán McNamara1-0/+2
2018-04-21forcepoint #1Caolán McNamara1-1/+1
2017-06-13ofz#1193 we only set these values, never read themCaolán McNamara4-14/+1
2017-06-13coverity#1405158 Wrong sizeof argumentCaolán McNamara1-1/+1
2017-06-13ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara5-35/+26
2017-06-13backport various fixes to aid future backportingCaolán McNamara8-500/+435
2017-03-21ofz#798 oomCaolán McNamara3-57/+49
2017-03-21ofz#820 oom terminateCaolán McNamara5-42/+42
2017-03-06Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2-17/+15
2017-02-27hwpfilter needs a new filter for each documentCaolán McNamara2-12/+4
2017-02-24ofz: don't loop endlessly on failed skipCaolán McNamara1-2/+6
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin2-2/+2
2016-05-19remove leftover commentJochen Nitschke1-1/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+0
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-1/+1
2016-05-10Add SAL_FALLTHROUGH to what looks like flex-generated codeStephan Bergmann1-0/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-2/+1
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-6/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-52/+52
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-12Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guardsStephan Bergmann1-9/+0
2016-04-12Get rid of _DATECODE_WEEK_DEFINES_Stephan Bergmann2-23/+22
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-04-Werror,-WundefStephan Bergmann1-1/+1
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin2-3/+3
2016-02-22loplugin:write only fieldsNoel Grandin4-110/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin8-34/+24
2016-02-09Remove excess newlinesChris Sherlock6-11/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-29/+31
2016-01-21coverity#1349757 Unchecked return valueCaolán McNamara1-1/+1
2016-01-20loplugin:unusedmethodsNoel Grandin3-65/+0
2016-01-18loplugin: unused return valuesNoel Grandin6-30/+26
2016-01-11loplugin:unusedmethods unused return value in hwpfilterNoel Grandin12-73/+65
2016-01-10Fix typosAndrea Gelmini1-12/+12
2016-01-04cppcheck: duplInheritedMemberCaolán McNamara2-2/+2
2016-01-02cppcheck: allocaCalledCaolán McNamara1-32/+3
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-6/+6
2015-12-07unused Picture::Type()Juergen Funk2-12/+0
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-4/+4
2015-11-24'#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann2-10/+0
2015-11-24Translate Korean commentsStephan Bergmann1-3/+3
2015-11-24Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann1-1/+1
2015-11-24Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann1-4/+25