LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XBoundControl Interface Referencepublished

allows locking the input on components. More...

import"XBoundControl.idl";

Inheritance diagram for XBoundControl:
XInterface CheckBox ComboBox CurrencyField DateField FormattedField ImageControl ListBox NumericField PatternField RadioButton TextField TimeField

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...
 

Detailed Description

allows locking the input on components.

Member Function Documentation

◆ getLock()

boolean getLock ( )

determines whether the input is currently locked or not.

Returns
TRUE when it is currently locked, otherwise FALSE.

◆ setLock()

void setLock ( [in] boolean  bLock)

is used for altering the current lock state of the component.

Parameters
bLockthe new lock state.

The documentation for this interface was generated from the following file: