summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.cxx
AgeCommit message (Expand)Author
2021-01-07convert XML_STYLE_FAMILY to scoped enumNoel Grandin
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
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre