summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2017-10-19use std::unique_ptr in hwpfilterNoel Grandin5-53/+60
2017-10-18Replace some lists by vectors in hwpfilterJulien Nabet6-98/+65
2017-10-09Replace list by vector for nodelist var (hwpfilter)Julien Nabet3-17/+10
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2-5/+5
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-4/+9
2017-09-22ofz: alloc+read+discard -> skipblockCaolán McNamara2-7/+3
2017-09-18hwpfilter: [loplugin:redundantcast]Michael Stahl1-6/+3
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+4
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin1-1/+1
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