LibreOffice
LibreOffice 24.2 SDK API Reference
|
broadcasts changes in an object's internal mode. More...
import"XModeChangeBroadcaster.idl";
Public Member Functions | |
void | addModeChangeListener ([in] XModeChangeListener rxListener) |
adds the given listener to the list of components to be notified when the mode changes. More... | |
void | removeModeChangeListener ([in] XModeChangeListener rxListener) |
removes the given listener from the list of components to be notified when the mode changes. More... | |
void | addModeChangeApproveListener ([in] XModeChangeApproveListener rxListener) raises ( com::sun::star::lang::NoSupportException ) |
adds the given listener to the list of components to be notified when the mode is about to change. More... | |
void | removeModeChangeApproveListener ([in] XModeChangeApproveListener rxListener) raises ( com::sun::star::lang::NoSupportException ) |
remove the given listener from the list of components to be notified when the mode is about to change. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
broadcasts changes in an object's internal mode.
void addModeChangeApproveListener | ( | [in] XModeChangeApproveListener | rxListener | ) | |
raises | ( | com::sun::star::lang::NoSupportException | |||
) |
adds the given listener to the list of components to be notified when the mode is about to change.
com::sun::star::lang::NoSupportException | if the component does not allow vetoing mode changes |
void addModeChangeListener | ( | [in] XModeChangeListener | rxListener | ) |
adds the given listener to the list of components to be notified when the mode changes.
void removeModeChangeApproveListener | ( | [in] XModeChangeApproveListener | rxListener | ) | |
raises | ( | com::sun::star::lang::NoSupportException | |||
) |
remove the given listener from the list of components to be notified when the mode is about to change.
com::sun::star::lang::NoSupportException | if the component does not allow vetoing mode changes |
void removeModeChangeListener | ( | [in] XModeChangeListener | rxListener | ) |
removes the given listener from the list of components to be notified when the mode changes.