LibreOffice Module editeng (master) 1
|
#include <SvXMLAutoCorrectImport.hxx>
Public Member Functions | |
SvXMLExceptionContext (SvXMLExceptionListImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) | |
virtual | ~SvXMLExceptionContext () override |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 103 of file SvXMLAutoCorrectImport.hxx.
SvXMLExceptionContext::SvXMLExceptionContext | ( | SvXMLExceptionListImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList | ||
) |
Definition at line 144 of file SvXMLAutoCorrectImport.cxx.
References ABBREVIATED_NAME, o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), and SvXMLExceptionListImport::rList.
|
overridevirtual |
Definition at line 159 of file SvXMLAutoCorrectImport.cxx.