summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2022-05-13ofz#47042 previous use of static variable affecting later runsCaolán McNamara1-6/+6
2022-03-18hwpfilter: why isn't that path string null terminatedMichael Stahl1-0/+1
2022-03-03ofz: don't register style if hbox load failedCaolán McNamara1-6/+12
2022-03-03ofz#44991 keep paragraph's that failed to load until import is completeCaolán McNamara4-7/+19
2022-03-03loplugin:useuniqueptr in LoadDrawingObjectNoel Grandin1-14/+20
2022-03-03tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-8/+5
2022-03-03ofz#44991 don't skip over terminatorCaolán McNamara1-0/+2
2022-03-03ofz#44991 keep within legal ArrowShape rangeCaolán McNamara1-4/+11
2022-02-23keep paragraph's that failed to load until import is completeCaolán McNamara2-0/+6
2022-02-17avoid dangling tmp files in hwp importCaolán McNamara1-49/+15
2022-02-17use our own tempfile mechanismCaolán McNamara1-15/+11
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-7/+7
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-2/+1
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-2/+2
2018-03-30loplugin:virtualdown in variousNoel Grandin2-11/+2
2018-03-30Silence lex errors by adding breaksChris Sherlock1-1/+3
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-10/+6
2018-02-25forcepoint #8 ensure ColumnDef lifetimeCaolán McNamara5-14/+14
2018-02-25forcepoint #7 check ksc5601_2uni_page21 boundsCaolán McNamara1-17/+11
2018-02-21forcepoint #1Caolán McNamara1-1/+1
2018-02-21forcepoint #2Caolán McNamara1-0/+2
2018-02-17loplugin:useuniqueptr in HWPFontNoel Grandin2-10/+6
2018-02-01hwpfilter: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-6/+0
2018-01-29ofz#5810 the vector has an entry for each charCaolán McNamara2-2/+3
2018-01-26ofz#5717 check state in readblockCaolán McNamara2-16/+14
2018-01-26drop the slow pathCaolán McNamara8-110/+88
2018-01-25ofz#5379 TimeoutCaolán McNamara1-1/+1
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin2-4/+2
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-19new loplugin:emptyifNoel Grandin1-1/+1
2018-01-19loplugin:useuniqueptr in hwpfilterNoel Grandin5-25/+19
2018-01-16ofz#5379 TimeoutCaolán McNamara1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: hwpfilterStephan Bergmann10-61/+61
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-28Fix typoAndrea Gelmini1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-14/+14
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-60/+60
2017-11-16ofz: limit depth of hwp parsingCaolán McNamara3-0/+25
2017-11-16loplugin:useuniqueptr in hwpfilterNoel Grandin4-49/+25
2017-11-06loplugin:constparams in various(2)Noel Grandin2-12/+12
2017-11-02ofz#3858 use a single scratch bufferCaolán McNamara2-10/+10
2017-11-01loplugin:finalclasses in h*,i*,j*Noel Grandin1-2/+1
2017-10-31loplugin:constantparam in f*Noel Grandin2-3/+3
2017-10-27loplugin:includeform: hwpfilter (Windows)Stephan Bergmann1-2/+2
2017-10-27hwp fuzzing timeoutCaolán McNamara1-7/+8