/// a translation table for the events defined in the XEventsSupplier service /// (implemented in XMLEventExport.cxx) externconst XMLEventNameTranslation aStandardEventTable[];
virtualvoid Export(
SvXMLExport& rExport, /// the current XML export const OUString& rEventQName, /// the XML name of the event const css::uno::Sequence<css::beans::PropertyValue> & rValues, /// the values for the event bool bUseWhitespace) = 0; /// create whitespace around elements?
};
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) = 0;
};
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.