class SwXMLTextBlocks; class SwXMLBlockListImport final : public SvXMLImport
{ private:
SwXMLTextBlocks &m_rBlockList;
// This method is called after the namespace map has been updated, but // before a context for the current element has been pushed. virtual SvXMLImportContext* CreateFastContext( sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList ) override;
class SwXMLTextBlockImport final : public SvXMLImport
{ // This method is called after the namespace map has been updated, but // before a context for the current element has been pushed. virtual SvXMLImportContext* CreateFastContext( sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList ) override;
class SwXMLTextBlockTokenHandler final : public sax_fastparser::FastTokenHandlerBase
{ public:
SwXMLTextBlockTokenHandler(); virtual ~SwXMLTextBlockTokenHandler() override;
class SwXMLBlockListTokenHandler final : public sax_fastparser::FastTokenHandlerBase
{ public:
SwXMLBlockListTokenHandler(); virtual ~SwXMLBlockListTokenHandler() override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.