summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* ofz#2846 null derefCaolán McNamara2017-08-031-0/+7
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:checkunusedparamsNoel Grandin2017-08-011-24/+24
* ofz#2704 null-dereference readCaolán McNamara2017-07-211-0/+1
* loplugin:constparams in scaddins,hwpfilterNoel Grandin2017-07-1810-27/+27
* ofz#2668 fix oomCaolán McNamara2017-07-176-12/+27
* zero init the TabSet tooCaolán McNamara2017-07-162-25/+32
* don't use memset on structure with std::shared_ptr memberMarkus Mohrhard2017-07-164-2/+28
* ofz#2452 use shared_ptr for cshapeCaolán McNamara2017-07-133-5/+4
* loplugin:useuniqueptr in hwpfilterNoel Grandin2017-07-106-84/+67
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-3/+3
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* valgrind: use of uninitialized valueCaolán McNamara2017-07-061-1/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-251-4/+4
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-152-6/+5
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-2/+1
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-092-4/+4
* Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann2017-06-051-1/+1
* spelling instanciate -> instantiateNoel Grandin2017-06-051-1/+1
* ofz#1193 we only set these values, never read themCaolán McNamara2017-06-014-14/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-1/+0
* enhance useuniqueptr lopluginNoel Grandin2017-05-232-5/+4
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* remove empty commentsNoel Grandin2017-05-031-15/+10
* loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin2017-05-022-10/+6
* ofz: avoid timeout and return early on failureCaolán McNamara2017-04-282-5/+8
* convert to std::vectorCaolán McNamara2017-04-283-14/+8
* fix indentCaolán McNamara2017-04-281-57/+55
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-242-6/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* treat ParaShape like CharShapeCaolán McNamara2017-04-214-21/+22
* coverity#1405158 Wrong sizeof argumentCaolán McNamara2017-04-161-1/+1
* ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara2017-04-135-44/+31
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* hwpfilter: remove write-only variableMichael Stahl2017-04-121-3/+0
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-062-37/+25
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2017-04-042-17/+15
* ofz#820 oom terminateCaolán McNamara2017-04-045-42/+42
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-4/+0
* Fix some usage of std::istream unformatted input in hwpfilter/source/hwpeq.cxxStephan Bergmann2017-03-231-20/+32
* std::istream::get() returns std::istream::traits_type::eof()Stephan Bergmann2017-03-231-3/+5
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-222-10/+15
* valgrind: uninitialized readsCaolán McNamara2017-03-211-0/+1
* Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara2017-03-201-12/+19
* ofz#860 clear old data before reading new dataCaolán McNamara2017-03-141-0/+2
* ofz#798 oomCaolán McNamara2017-03-103-13/+7
* bin is unusedCaolán McNamara2017-03-043-6/+2
* ofz#725 fix hwp leakCaolán McNamara2017-03-033-66/+52