summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
AgeCommit message (Expand)Author
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl
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-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-27Add default line width defines for TableBordersslideon
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22Elide const varsStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in reportdesignNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet
2016-03-23loplugin:constantparam in reportdesignNoel Grandin
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-22reportdesign: -Werror=unused-but-set-variableMiklos Vajna
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin
2015-12-22loplugin:unusedfields in reportdesignNoel Grandin
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-27inline SfxMediumRef typedefNoel Grandin
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin
2015-10-19cppcheck:duplInheritedMemberNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-17boost->stdCaolán McNamara
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-26reportdesign: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe