summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)Author
2018-03-06forcepoint #8 ensure ColumnDef lifetimeCaolán McNamara
2018-03-06forcepoint #7 check ksc5601_2uni_page21 boundsCaolán McNamara
2018-03-06ofz: check state in readblockCaolán McNamara
2018-02-21forcepoint #2Caolán McNamara
2018-02-21forcepoint #1Caolán McNamara
2017-08-21ofz#2899 increment pos before check, like all the other casesCaolán McNamara
2017-08-11ofz#2846 null derefCaolán McNamara
2017-07-31don't use memset on structure with std::shared_ptr memberMarkus Mohrhard
2017-07-12ofz#2452 use shared_ptr for cshapeCaolán McNamara
2017-07-12backport various ofz findingsCaolán McNamara
2017-04-24ofz#1193 we only set these values, never read themCaolán McNamara
2017-04-18coverity#1405158 Wrong sizeof argumentCaolán McNamara
2017-04-12ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara
2017-04-12backport various fixes to aid future backportingCaolán McNamara
2017-03-16ofz#820 oom terminateCaolán McNamara
2017-03-10ofz#798 oomCaolán McNamara
2017-03-06Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara
2017-03-01hwpfilter needs a new filter for each documentCaolán McNamara
2017-03-01ofz: don't loop endlessly on failed skipCaolán McNamara
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-16new loplugin finalprotectedNoel Grandin
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin
2016-10-16clang-cl loplugin: hwpfilterStephan Bergmann
2016-09-28remove define 'local'Jochen Nitschke
2016-09-16No need for an abstaract HIODev::closeStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-06-24loplugin:singlevalfields in hwpfilterNoel Grandin
2016-06-23loplugin:implicitboolconversionStephan Bergmann
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-07cppcheck: noExplicitConstructorCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19remove leftover commentJochen Nitschke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Add SAL_FALLTHROUGH to what looks like flex-generated codeStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin