class XMLScriptContextFactory final : public XMLEventContextFactory
{ public:
XMLScriptContextFactory(); virtual ~XMLScriptContextFactory() override;
virtual SvXMLImportContext *
CreateContext(SvXMLImport & rImport, /// import context /// attribute list const css::uno::Reference< css::xml::sax::XFastAttributeList> & xAttrList, /// the context for the enclosing <script:events> element
XMLEventsImportContext * rEvents, /// the event name (as understood by the API) const OUString & rApiEventName) 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.