LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies support for being bound to an external value More...
import"XBindableValue.idl";
Public Member Functions | |
void | setValueBinding ([in] XValueBinding aBinding) raises ( IncompatibleTypesException ) |
sets an external instance which controls the value of the component More... | |
XValueBinding | getValueBinding () |
retrieves the external instance which currently controls the value 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... | |
specifies support for being bound to an external value
XValueBinding getValueBinding | ( | ) |
retrieves the external instance which currently controls the value of the component
void setValueBinding | ( | [in] XValueBinding | aBinding | ) | |
raises | ( | IncompatibleTypesException | |||
) |
sets an external instance which controls the value of the component
Any previously active binding will be revoked. There can be only one!
aBinding | the new binding which is to be used by the component. May be NULL , in this case only the current binding is revoked. |
IncompatibleTypesException | if the new binding (provided it's not NULL ) supports only types which are incompatible with the types of the bindable component. |