summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlfilter.cxx
AgeCommit message (Expand)Author
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-05-11remove archaic Content.xml fallbackCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen
2020-02-26new loplugin:xmlimportNoel Grandin
2020-01-23loplugin:unusedmethodsNoel Grandin
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin
2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin
2020-01-21use FastParser in XMLScriptContextNoel Grandin
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin
2020-01-13convert dbaccess to FastParser APIsNoel Grandin
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten
2020-01-08make ODBFilter return a fast contextNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-12-18sal_Char->char in dbaccessNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann
2019-06-15loplugin:logexceptionnicely in dbaccessNoel Grandin
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-04Properly decompose vnd.sun.star.pkg URLStephan Bergmann
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-11-30dbaccess: split up ODBFilter::CreateContext()Michael Stahl
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski
2017-11-08ODBFilter::filter: Also leave window wait on exceptionMike Kaganski
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin