summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-6/+6
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-52/+52
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guardsStephan Bergmann2016-04-121-9/+0
* Get rid of _DATECODE_WEEK_DEFINES_Stephan Bergmann2016-04-122-23/+22
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-1/+1
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+1
* -Werror,-WundefStephan Bergmann2016-03-041-1/+1
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-032-3/+3
* loplugin:write only fieldsNoel Grandin2016-02-224-110/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-168-34/+24
* Remove excess newlinesChris Sherlock2016-02-096-11/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-29/+31
* coverity#1349757 Unchecked return valueCaolán McNamara2016-01-211-1/+1
* loplugin:unusedmethodsNoel Grandin2016-01-203-65/+0
* loplugin: unused return valuesNoel Grandin2016-01-186-30/+26
* loplugin:unusedmethods unused return value in hwpfilterNoel Grandin2016-01-1112-73/+65
* Fix typosAndrea Gelmini2016-01-101-12/+12
* cppcheck: duplInheritedMemberCaolán McNamara2016-01-042-2/+2
* cppcheck: allocaCalledCaolán McNamara2016-01-021-32/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-291-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-6/+6
* unused Picture::Type()Juergen Funk2015-12-072-12/+0
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-4/+4
* '#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