summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-07-20Fix typosAndrea Gelmini1-12/+12
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-6/+6
2016-07-12Remove excess newlinesChris Sherlock6-11/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-52/+52
2015-11-24'#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann2-10/+0
2015-11-24Translate Korean commentsStephan Bergmann1-3/+3
2015-11-24Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann1-1/+1
2015-11-24Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann1-4/+25
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara6-10/+10
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin2-12/+6
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-59/+59
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-14/+43
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-15/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-418/+418
2015-11-04yyyyyNoel Grandin2-19/+19
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-4/+3
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-4/+2
2015-10-19com::sun::star->css in hwpfilter/Noel Grandin2-9/+9
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