summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2016-10-24Simplify code furtherStephan Bergmann
2016-10-24fixes for >>= with rhs AnyJochen Nitschke
2016-10-21clang plugin for push_back after using sized constructorCaolán McNamara
2016-10-21loplugin:expandablemethodds in include/filterNoel Grandin
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara
2016-10-21split MSCodec_Std97 into a baseclass MSCodec97Caolán McNamara
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara
2016-10-20be more c++yCaolán McNamara
2016-10-20Any can't be nested ...Jochen Nitschke
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke
2016-10-19two elements at the same packing positionCaolán McNamara
2016-10-19loplugin:expandablemethodds in filter..formsNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: filterStephan Bergmann
2016-10-14Revert "Better wording in UI for in case of PDF export from Calc - tdf#90436"Samuel Mehrbrodt
2016-10-14Better wording in UI for in case of PDF export from Calc - tdf#90436Cor Nouws
2016-10-13loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdrNoel Grandin
2016-10-12loplugin:unnecessaryoverride in extensions..filterNoel Grandin
2016-10-11improve comment about non-BMP code points in RTFMichael Stahl
2016-10-11Comment about state of non-BMP Unicode chars in RTFStephan Bergmann
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07filter: don't loose signing description during pdf exportMiklos Vajna
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-09-30loplugin:constantparamNoel Grandin
2016-09-29coverity#1371147 avoid Missing move assignment operatorCaolán McNamara
2016-09-27Actually, just get rid of these file-local const variablesTor Lillqvist
2016-09-27tdf#38835 - strip out non-trivial globals before mainRosen
2016-09-26loplugin:loopvartoosmall, use size_t for loop varsMarkus Mohrhard
2016-09-25improve scopingCaolán McNamara
2016-09-23fix denglish commentMichael Stahl
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-19loplugin:unusedenumvaluesNoel Grandin
2016-09-16filter: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-15use std::unique_ptrCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-15Make OGenericUnoDialog::destoryDialog non-virtualStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10Typo: (un)kown->(un)knownJulien Nabet
2016-09-08convert PictDrawingMethod to enum classDouglas Mencken
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-04cppcheck: nullPointerZolnai Tamás