summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.cxx
AgeCommit message (Expand)Author
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin
2019-03-12tdf#121092: save db:suppress-version-columns to ODBMike Kaganski
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-10Modernize a bit more dbaccessJulien Nabet
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
2017-01-02micro optCaolán McNamara
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-15loplugin:constantparamNoel Grandin
2016-03-09Add missing includesDavid Ostrovsky