summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* More loplugin:simplifyboolStephan Bergmann2015-04-273-6/+6
* loplugin:simplifyboolStephan Bergmann2015-04-243-9/+9
* cppcheck: silence assertWithSideEffectCaolán McNamara2015-04-231-1/+1
* cppcheck: unsignedLessThanZeroCaolán McNamara2015-04-231-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1512-32/+32
* loplugin:staticmethodsNoel Grandin2015-04-133-10/+10
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2811-32/+32
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: hwpfilterNoel Grandin2015-03-245-44/+0
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-113-7/+3
* V801: Decreased performanceCaolán McNamara2015-03-091-3/+3
* TyposJulien Nabet2015-03-081-1/+1
* V805: Decreased performanceCaolán McNamara2015-03-021-5/+5
* more efficient check for empty stringsMarkus Mohrhard2015-03-011-2/+2
* wrong skip set hereCaolán McNamara2015-02-261-1/+1
* fix bustageCaolán McNamara2015-02-251-1/+0
* check if reads were successfulCaolán McNamara2015-02-2512-269/+481
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1