| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
This interface extends XUpdatable in order to provide more fine-tuned update modes. More...
import "XUpdatable2.idl";
 
  
| Public Member Functions | |
| void | updateSoft () | 
| Perform update, but update may not always be performed especially when the controller is locked. | |
| void | updateHard () | 
| Perform update, even when the controller is locked. | |
| Public Member Functions inherited from XUpdatable | |
| void | update () | 
| refreshes the data of the object from the connected data source. | |
| 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. | |
This interface extends XUpdatable in order to provide more fine-tuned update modes.
When performing a soft update, the implementor may decide not to update in certain cases, such as when the controller is locked. When performing a hard update, on the other hand, the implementor should perform update more aggressively even when the controller is locked.
| void updateHard | ( | ) | 
Perform update, even when the controller is locked.
| void updateSoft | ( | ) | 
Perform update, but update may not always be performed especially when the controller is locked.