LibreOffice
LibreOffice 24.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. More... | |
void | setLock ([in] boolean bLock) |
is used for altering the current lock state of the component. 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... | |
allows locking the input on components.
boolean getLock | ( | ) |
determines whether the input is currently locked or not.
TRUE
when it is currently locked, otherwise FALSE
. void setLock | ( | [in] boolean | bLock | ) |
is used for altering the current lock state of the component.
bLock | the new lock state. |