summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlExport.cxx
AgeCommit message (Expand)Author
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2017-10-23loplugin:includeform: reportdesignStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-02Improved loplugin:redundantcast static_cast handling: reportdesignStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-11reportdesign: what the whitespace?Michael Stahl
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-27Add default line width defines for TableBordersslideon
2016-04-20Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
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-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-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-10cppcheck: variableScopeCaolán McNamara
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-18reportdesign: Use appropriate OUString functions on string constantsStephan Bergmann