| LibreOffice
    LibreOffice 25.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. | |
| void | addResetListener ([in] com::sun::star::form::XResetListener aListener) | 
| adds the specified listener to receive events related to resetting the component. | |
| void | removeResetListener ([in] com::sun::star::form::XResetListener aListener) | 
| removes the specified listener | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.