LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides functionality to reset components to some default values. More...
import"XReset.idl";
Public Member Functions | |
void | reset () |
resets a component to some default value. More... | |
void | addResetListener ([in] com::sun::star::form::XResetListener aListener) |
adds the specified listener to receive events related to resetting the component. More... | |
void | removeResetListener ([in] com::sun::star::form::XResetListener aListener) |
removes the specified listener 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... | |
provides functionality to reset components to some default values.
The semantics of default value depends on the providing service.
void addResetListener | ( | [in] com::sun::star::form::XResetListener | aListener | ) |
adds the specified listener to receive events related to resetting the component.
aListener | the listener to add. |
void removeResetListener | ( | [in] com::sun::star::form::XResetListener | aListener | ) |
removes the specified listener
aListener | the listener to remove |
void reset | ( | ) |
resets a component to some default value.