19 #ifndef __com_sun_star_awt_XTabControllerModel_idl__
20 #define __com_sun_star_awt_XTabControllerModel_idl__
28 module
com { module sun { module star { module awt {
38 boolean getGroupControl();
43 void setGroupControl( [in]
boolean GroupControl );
48 void setControlModels( [in] sequence<com::sun::star::awt::XControlModel> Controls );
53 sequence<com::sun::star::awt::XControlModel> getControlModels();
58 void setGroup( [in] sequence<com::sun::star::awt::XControlModel> Group,
59 [in]
string GroupName );
69 void getGroup( [in]
long nGroup,
70 [out] sequence<com::sun::star::awt::XControlModel> Group,
76 void getGroupByName( [in]
string Name,
77 [out] sequence<com::sun::star::awt::XControlModel> Group );
– idl definition –
Definition: Ambiguous.idl:22
specifies the basic operations for a tab controller model.
Definition: XTabControllerModel.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47