/** *Import<script:events>element. * *Theimportcontextusuallysetstheeventsimmediatelyattheevent *XNameReplace.Ifnonewasgivenonconstruction,itoperatesin *delayedmode:Alleventsarecollectedandmaythenbeset *withthesetEvents()method.
*/ class XMLOFF_DLLPUBLIC XMLEventsImportContext : public SvXMLImportContext
{ // the event XNameReplace; may be empty
css::uno::Reference<css::container::XNameReplace> m_xEvents;
protected: // if no XNameReplace is given, use this vector to collect events
std::vector< EventNameValuesPair > m_aCollectEvents;
/// if the import operates in delayed mode, you can use this method /// to set all events that have been read on the XEventsSupplier void SetEvents( const css::uno::Reference<css::document::XEventsSupplier> & xEventsSupplier);
/// if the import operates in delayed mode, you can use this method /// to set all events that have been read on the XNameReplace void SetEvents( const css::uno::Reference<css::container::XNameReplace> & xNameRepl);
/// if the import operates in delayed mode, you can use this method /// to obtain the value sequence for a specific event void GetEventSequence( const OUString& rName,
css::uno::Sequence<css::beans::PropertyValue> & rSequence );
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.