summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)Author
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-06-24loplugin:singlevalfields in hwpfilterNoel Grandin
2016-06-23loplugin:implicitboolconversionStephan Bergmann
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-07cppcheck: noExplicitConstructorCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19remove leftover commentJochen Nitschke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Add SAL_FALLTHROUGH to what looks like flex-generated codeStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guardsStephan Bergmann
2016-04-12Get rid of _DATECODE_WEEK_DEFINES_Stephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
2016-03-07improve defaultparams lopluginNoel Grandin
2016-03-04-Werror,-WundefStephan Bergmann
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-21coverity#1349757 Unchecked return valueCaolán McNamara
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in hwpfilterNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-04cppcheck: duplInheritedMemberCaolán McNamara
2016-01-02cppcheck: allocaCalledCaolán McNamara
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-07unused Picture::Type()Juergen Funk
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-24'#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann
2015-11-24Translate Korean commentsStephan Bergmann
2015-11-24Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann
2015-11-24Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin