| LibreOffice
    LibreOffice 24.8 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 | |
| XValueBinding | getValueBinding () | 
| retrieves the external instance which currently controls the value 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. | |
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. |