summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-17/+17
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-3/+1
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-2/+0
2018-09-07loplugin:useuniqueptr in HWPFileNoel Grandin1-11/+5
2018-08-21loplugin:useuniqueptr in HStreamIODevNoel Grandin1-4/+4
2018-08-13loplugin:returnconstant in hwpfilter,testNoel Grandin1-3/+1
2018-02-25forcepoint #8 ensure ColumnDef lifetimeCaolán McNamara1-3/+3
2018-01-26drop the slow pathCaolán McNamara1-5/+7
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-3/+1
2018-01-19loplugin:useuniqueptr in hwpfilterNoel Grandin1-6/+5
2017-11-16ofz: limit depth of hwp parsingCaolán McNamara1-0/+1
2017-11-16loplugin:useuniqueptr in hwpfilterNoel Grandin1-33/+12
2017-10-31loplugin:constantparam in f*Noel Grandin1-2/+2
2017-10-19use std::unique_ptr in hwpfilterNoel Grandin1-0/+35
2017-10-18Replace some lists by vectors in hwpfilterJulien Nabet1-50/+32
2017-08-29ofz#3201: avoid oomCaolán McNamara1-11/+13
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin1-4/+4
2017-07-17ofz#2668 fix oomCaolán McNamara1-1/+1
2017-06-01ofz#1193 we only set these values, never read themCaolán McNamara1-10/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21treat ParaShape like CharShapeCaolán McNamara1-6/+6
2017-04-13ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara1-7/+6
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-5/+4
2017-03-14ofz#860 clear old data before reading new dataCaolán McNamara1-0/+2
2017-03-02Missing includeStephan Bergmann1-0/+1
2017-03-02ofz: oom in reading hwp dataCaolán McNamara1-2/+16
2017-03-01ofz: ReadBlock has to be HWPIDLen to be usefulCaolán McNamara1-1/+1
2017-03-01ofz#711: direct leakCaolán McNamara1-2/+2
2017-02-28hwp: avoid low hanging invalid inputCaolán McNamara1-0/+6
2017-02-26ofz#691 leak of emblist dataCaolán McNamara1-3/+5
2017-02-25ofz: epic slow use of std::listCaolán McNamara1-61/+22
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-6/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-29/+31
2016-01-11loplugin:unusedmethods unused return value in hwpfilterNoel Grandin1-14/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-07-16tdf#91067: Translate Korean commentsJihui Choi1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-05-04hstream.h->hstream.hxxCaolán McNamara1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-23cppcheck: unsignedLessThanZeroCaolán McNamara1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2015-02-25check if reads were successfulCaolán McNamara1-28/+52
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-11/+5
2014-07-03Fix (harmless) stack-use-after-returnStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-04-13Change encoding from EUC-KR to utf8Julien Nabet1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1