| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
allows locking the input on components. More...
import "XBoundControl.idl";
 
  
| Public Member Functions | |
| boolean | getLock () | 
| determines whether the input is currently locked or not. | |
| void | setLock ([in] boolean bLock) | 
| is used for altering the current lock state of the component. | |
| 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. | |
allows locking the input on components.
| boolean getLock | ( | ) | 
determines whether the input is currently locked or not.
| void setLock | ( | [in] boolean | bLock | ) | 
is used for altering the current lock state of the component.
| bLock | the new lock state. |