21module
com { module sun { module star { module document {
23interface XDocumentEventListener;
83 [in]
string EventName,
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown when a feature of an interface is not supported.
Definition NoSupportException.idl:35
allows to be notified of events happening in an OfficeDocument, and to cause notification of such eve...
Definition XDocumentEventBroadcaster.idl:36
void addDocumentEventListener([in] XDocumentEventListener Listener)
registers a listener which is notified about document events
void removeDocumentEventListener([in] XDocumentEventListener Listener)
revokes a listener which has previously been registered to be notified about document events.
void notifyDocumentEvent([in] string EventName, [in] ::com::sun::star::frame::XController2 ViewController, [in] any Supplement)
causes the broadcaster to notify all registered listeners of the given event
allows to be notified of events happening in an OfficeDocument
Definition XDocumentEventListener.idl:33
extends the XController interface
Definition XController2.idl:29
Definition Ambiguous.idl:20