20 #ifndef __com_sun_star_form_binding_XValueBinding_idl__
21 #define __com_sun_star_form_binding_XValueBinding_idl__
29 module
com { module sun { module star { module form { module binding {
41 getSupportedValueTypes( );
50 boolean supportsType( [in] type aType );
59 any getValue( [in] type aType )
77 void setValue( [in] any aValue )
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:47