class XMLStarBasicContextFactory final : public XMLEventContextFactory
{ public:
XMLStarBasicContextFactory(); virtual ~XMLStarBasicContextFactory() override;
virtual SvXMLImportContext* CreateContext(
SvXMLImport& rImport, /// import context const css::uno::Reference<css::xml::sax::XFastAttributeList> & xAttrList,/// attribute list /// 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.