summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-2/+2
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-29/+27
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-02-10Remove unneeded breaksAndrea Gelmini1-5/+0
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-1/+0
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-13/+0
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-07-16loplugin:unusedmethodsNoel Grandin1-12/+0
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-4/+4
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-14/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-1/+2
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin1-1/+0
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen1-6/+0
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+4
2020-01-23loplugin:unusedmethodsNoel Grandin1-22/+0
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin1-42/+17
2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin1-10/+4
2020-01-21use FastParser in XMLScriptContextNoel Grandin1-3/+3
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-6/+1
2020-01-13convert dbaccess to FastParser APIsNoel Grandin1-241/+27
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2020-01-08make ODBFilter return a fast contextNoel Grandin1-65/+48
2020-01-07extract some common code from ImportContext classesNoel Grandin1-14/+2
2019-12-18sal_Char->char in dbaccessNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-06-15loplugin:logexceptionnicely in dbaccessNoel Grandin1-4/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-1/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin1-5/+0
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-11/+11
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-07tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet1-0/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-04Properly decompose vnd.sun.star.pkg URLStephan Bergmann1-6/+34
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl1-0/+1