summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* forcepoint #8 ensure ColumnDef lifetimeCaolán McNamara2018-03-065-14/+14
* forcepoint #7 check ksc5601_2uni_page21 boundsCaolán McNamara2018-03-061-17/+11
* ofz: check state in readblockCaolán McNamara2018-03-062-16/+14
* forcepoint #2Caolán McNamara2018-02-211-0/+2
* forcepoint #1Caolán McNamara2018-02-211-1/+1
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-051-3/+1
* new loplugin useuniqueptrNoel Grandin2017-12-052-3/+4
* ofz#2899 increment pos before check, like all the other casesCaolán McNamara2017-08-212-3/+2
* ofz#2846 null derefCaolán McNamara2017-08-111-0/+7
* don't use memset on structure with std::shared_ptr memberMarkus Mohrhard2017-07-314-6/+39
* ofz#2452 use shared_ptr for cshapeCaolán McNamara2017-07-123-5/+5
* backport various ofz findingsCaolán McNamara2017-07-126-27/+52
* ofz#1193 we only set these values, never read themCaolán McNamara2017-04-244-14/+1
* coverity#1405158 Wrong sizeof argumentCaolán McNamara2017-04-181-1/+1
* ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara2017-04-125-35/+26
* backport various fixes to aid future backportingCaolán McNamara2017-04-128-500/+435
* ofz#820 oom terminateCaolán McNamara2017-03-165-42/+42
* ofz#798 oomCaolán McNamara2017-03-103-57/+49
* Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2017-03-062-17/+15
* hwpfilter needs a new filter for each documentCaolán McNamara2017-03-012-12/+4
* ofz: don't loop endlessly on failed skipCaolán McNamara2017-03-011-2/+6
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+1
* new loplugin finalprotectedNoel Grandin2016-11-161-2/+2
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-112-10/+10
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-082-7/+1
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2016-10-194-16/+2
* clang-cl loplugin: hwpfilterStephan Bergmann2016-10-163-12/+12
* remove define 'local'Jochen Nitschke2016-09-281-10/+6
* No need for an abstaract HIODev::closeStephan Bergmann2016-09-162-25/+7
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-14/+14
* loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin2016-08-051-1/+1
* Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2016-07-132-42/+1
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-115-26/+26
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* move #includes to top of fileNoel Grandin2016-06-291-2/+1
* loplugin:singlevalfields in hwpfilterNoel Grandin2016-06-244-78/+39
* loplugin:implicitboolconversionStephan Bergmann2016-06-231-1/+1
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-232-10/+14
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-06-071-5/+2
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* loplugin:constantparamsNoel Grandin2016-06-031-2/+2
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-202-2/+2
* remove leftover commentJochen Nitschke2016-05-191-1/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-1/+0
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-1/+1
* Add SAL_FALLTHROUGH to what looks like flex-generated codeStephan Bergmann2016-05-101-0/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2