summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlExport.cxx
Commit message (Expand)AuthorAgeFilesLines
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-1/+1
* loplugin:stringadd in package..saxNoel Grandin2019-10-011-8/+2
* Fix typosAndrea Gelmini2019-09-151-2/+2
* tdf#45789 [API CHANGE] Automatic row height in reportsIlhan Yesil2019-09-131-1/+38
* Simplify Sequence iterations in postprocess..saxArkadiy Illarionov2019-08-171-4/+3
* Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann2019-07-311-6/+6
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-171-1/+1
* Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov2019-02-121-12/+9
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-201-4/+2
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-121-6/+6
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-3/+0
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-1/+0
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-1/+1
* new loplugin:emptyifNoel Grandin2018-01-191-3/+0
* loplugin:includeform: reportdesignStephan Bergmann2017-10-231-2/+2
* clang-tidy modernize-use-emplace in package..saxNoel Grandin2017-09-121-9/+9
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-3/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-6/+6
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* Improved loplugin:redundantcast static_cast handling: reportdesignStephan Bergmann2017-06-021-8/+8
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* loplugin:checkunusedparams in xmloffNoel Grandin2017-05-081-22/+4
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* reportdesign: what the whitespace?Michael Stahl2017-04-111-1/+1
* xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl2017-04-111-2/+2
* templatize SvXMLEnumMapEntryNoel Grandin2017-03-131-11/+11
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-021-13/+5
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-13/+13
* loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2016-11-021-10/+5
* improve unnecessaryoverride pluginNoel Grandin2016-07-191-5/+0
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-05-231-5/+2
* reportdesign: replace boost::bind with C++11 stuffMichael Stahl2016-05-121-4/+4
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-051-2/+2
* Add default line width defines for TableBordersslideon2016-04-271-2/+4
* Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann2016-04-201-4/+4
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-291-23/+23
* Use const_iterator when possible (reportdesign)Julien Nabet2016-03-291-16/+16
* loplugin:unuseddefaultparams in xmloff/Noel Grandin2016-02-251-8/+8
* reportdesign: -Werror=unused-but-set-variableMiklos Vajna2016-02-221-4/+0
* loplugin:write only fieldsNoel Grandin2016-02-221-3/+1
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+1
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* reportbuilder: tdf#92720: add loext namespaceMichael Stahl2016-02-031-0/+7
* loplugin:unusedmethods unused return value in oox,packageNoel Grandin2016-01-151-4/+1