LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_util_XModeChangeBroadcaster_idl__
21 #define __com_sun_star_util_XModeChangeBroadcaster_idl__
29 module
com { module sun { module star { module util {
allows to veto changes in an object's internal mode.
Definition: XModeChangeApproveListener.idl:38
void removeModeChangeListener([in] XModeChangeListener rxListener)
removes the given listener from the list of components to be notified when the mode changes.
allows to listen for changes in an object's internal mode.
Definition: XModeChangeListener.idl:38
broadcasts changes in an object's internal mode.
Definition: XModeChangeBroadcaster.idl:41
void addModeChangeApproveListener([in] XModeChangeApproveListener rxListener)
adds the given listener to the list of components to be notified when the mode is about to change.
Definition: Ambiguous.idl:22
void removeModeChangeApproveListener([in] XModeChangeApproveListener rxListener)
remove the given listener from the list of components to be notified when the mode is about to change...
base interface of all UNO interfaces
Definition: XInterface.idl:48
void addModeChangeListener([in] XModeChangeListener rxListener)
adds the given listener to the list of components to be notified when the mode changes.
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:39