summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2017-04-23hwpfilter from libreoffice-5-2 (ofz fixes and other fixes)Andras Timar44-2313/+1730
2017-04-23ofz#820 oom terminateCaolán McNamara5-42/+42
2017-04-23Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2-17/+15
2017-04-23ofz: don't loop endlessly on failed skipCaolán McNamara1-2/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-04cppcheck: memleakOnReallocCaolán McNamara2-18/+9
2015-05-04hstream.h->hstream.hxxCaolán McNamara6-5/+5
2015-04-29sequence operator twaddle + silly castCaolán McNamara1-1/+2
2015-04-29redundant castCaolán McNamara1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann3-6/+6
2015-04-24loplugin:simplifyboolStephan Bergmann3-9/+9
2015-04-23cppcheck: silence assertWithSideEffectCaolán McNamara1-1/+1
2015-04-23cppcheck: unsignedLessThanZeroCaolán McNamara1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin12-32/+32
2015-04-13loplugin:staticmethodsNoel Grandin3-10/+10
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann11-32/+32
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: hwpfilterNoel Grandin5-44/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara3-7/+3
2015-03-09V801: Decreased performanceCaolán McNamara1-3/+3
2015-03-08TyposJulien Nabet1-1/+1
2015-03-02V805: Decreased performanceCaolán McNamara1-5/+5
2015-03-01more efficient check for empty stringsMarkus Mohrhard1-2/+2
2015-02-26wrong skip set hereCaolán McNamara1-1/+1
2015-02-25fix bustageCaolán McNamara1-1/+0
2015-02-25check if reads were successfulCaolán McNamara12-269/+481
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-8/+8
2015-01-20Just use plain memcpyStephan Bergmann1-47/+3
2015-01-20Some more loplugin:cstylecast: hwpfilterStephan Bergmann4-16/+16
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-25/+0
2014-12-18hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn6-31/+22
2014-12-15hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann2-1248/+1247
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-03coverity#1209713 Dereference null return valueCaolán McNamara1-2/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-04hwfilter: fix misuse of strncpyNorbert Thiebaud1-25/+33
2014-10-03fix indentationNoel Grandin1-344/+346
2014-10-02coverity#1242961 Unused valueCaolán McNamara1-4/+4
2014-10-01loplugin: cstylecastNoel Grandin1-14/+14
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-3/+2
2014-08-31cppcheck: Logical conjunction always evaluates to falseJulien Nabet1-2/+2