summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2017-03-062-17/+15
* hwpfilter needs a new filter for each documentCaolán McNamara2017-03-062-12/+4
* ofz: don't loop endlessly on failed skipCaolán McNamara2017-02-271-2/+6
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-201-2/+2
* Fix typosAndrea Gelmini2016-07-201-12/+12
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2016-07-201-6/+6
* Remove excess newlinesChris Sherlock2016-07-126-11/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-07-121-1/+0
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-07-121-52/+52
* '#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann2015-11-242-10/+0
* Translate Korean commentsStephan Bergmann2015-11-241-3/+3
* Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann2015-11-241-1/+1
* Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann2015-11-241-4/+25
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-246-10/+10
* use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin2015-11-182-12/+6
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-172-59/+59
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-14/+43
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* new loplugin: memoryvarNoel Grandin2015-11-111-15/+8
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1021-418/+418
* yyyyyNoel Grandin2015-11-042-19/+19
* no need to be so verbose in constructing uno::ReferenceNoel Grandin2015-11-011-4/+3
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-4/+2
* com::sun::star->css in hwpfilter/Noel Grandin2015-10-192-9/+9
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-69/+69
* Reduce variable scopeStephan Bergmann2015-10-071-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+1
* loplugin:unusedmethodsNoel Grandin2015-10-014-165/+0
* Fix typosAndrea Gelmini2015-09-304-4/+4
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-35/+0
* boost->stdCaolán McNamara2015-09-181-2/+2
* boost->stdCaolán McNamara2015-09-142-6/+3
* clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-031-1/+1
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-222-4/+3
* add hwp to fftesterCaolán McNamara2015-08-212-0/+22
* hwpfilter: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-183-8/+6
* loplugin:unusedmethodsNoel Grandin2015-08-051-11/+0
* loplugin:unusedmethodsNoel Grandin2015-07-301-8/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
* tdf#91067: Translate Korean commentsJihui Choi2015-07-1613-309/+308
* loplugin:unusedmethods hwpfilter,i18npoolNoel Grandin2015-07-067-44/+0
* Fix typosAndrea Gelmini2015-07-032-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-085-12/+12
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-2/+2
* cppcheck: memleakOnReallocCaolán McNamara2015-05-042-18/+9
* hstream.h->hstream.hxxCaolán McNamara2015-05-046-5/+5
* sequence operator twaddle + silly castCaolán McNamara2015-04-291-1/+2
* redundant castCaolán McNamara2015-04-291-4/+4