summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2017-08-29Removed ancient commentAndrea Gelmini1-1/+1
2017-08-29ofz#3201: avoid oomCaolán McNamara4-20/+22
2017-08-28ofz#3160 Direct-leakCaolán McNamara1-4/+7
2017-08-28ofz#3174 disallow header in headerCaolán McNamara3-3/+22
2017-08-25ofz#2899 increment pos before check, like all the other casesCaolán McNamara2-3/+2
2017-08-11ofz#2906: direct-leakCaolán McNamara1-0/+3
2017-08-03ofz#2846 null derefCaolán McNamara1-0/+7
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-24/+24
2017-07-21ofz#2704 null-dereference readCaolán McNamara1-0/+1
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin10-27/+27
2017-07-17ofz#2668 fix oomCaolán McNamara6-12/+27
2017-07-16zero init the TabSet tooCaolán McNamara2-25/+32
2017-07-16don't use memset on structure with std::shared_ptr memberMarkus Mohrhard4-2/+28
2017-07-13ofz#2452 use shared_ptr for cshapeCaolán McNamara3-5/+4
2017-07-10loplugin:useuniqueptr in hwpfilterNoel Grandin6-84/+67
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-06valgrind: use of uninitialized valueCaolán McNamara1-1/+1
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin1-4/+4
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin2-6/+5
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin2-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-06-01ofz#1193 we only set these values, never read themCaolán McNamara4-14/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-23enhance useuniqueptr lopluginNoel Grandin2-5/+4
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-03remove empty commentsNoel Grandin1-15/+10
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin2-10/+6
2017-04-28ofz: avoid timeout and return early on failureCaolán McNamara2-5/+8
2017-04-28convert to std::vectorCaolán McNamara3-14/+8
2017-04-28fix indentCaolán McNamara1-57/+55
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2-6/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-21treat ParaShape like CharShapeCaolán McNamara4-21/+22
2017-04-16coverity#1405158 Wrong sizeof argumentCaolán McNamara1-1/+1
2017-04-13ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara5-44/+31
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12hwpfilter: remove write-only variableMichael Stahl1-3/+0
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2-37/+25
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-04-04Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2-17/+15
2017-04-04ofz#820 oom terminateCaolán McNamara5-42/+42
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann3-4/+0
2017-03-23Fix some usage of std::istream unformatted input in hwpfilter/source/hwpeq.cxxStephan Bergmann1-20/+32
2017-03-23std::istream::get() returns std::istream::traits_type::eof()Stephan Bergmann1-3/+5
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2-10/+15