summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-69/+69
2015-10-07Reduce variable scopeStephan Bergmann1-2/+1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-10-01loplugin:unusedmethodsNoel Grandin4-165/+0
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-35/+0
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-14boost->stdCaolán McNamara2-6/+3
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn2-4/+3
2015-08-21add hwp to fftesterCaolán McNamara2-0/+22
2015-08-18hwpfilter: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe3-8/+6
2015-08-05loplugin:unusedmethodsNoel Grandin1-11/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-8/+0
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-16tdf#91067: Translate Korean commentsJihui Choi13-309/+308
2015-07-06loplugin:unusedmethods hwpfilter,i18npoolNoel Grandin7-44/+0
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann5-12/+12
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
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