| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
specifies the basic operations for a tab controller model. More...
import "XTabControllerModel.idl";
 
  
| Public Member Functions | |
| boolean | getGroupControl () | 
| returns whether the control models are grouped together. | |
| void | setGroupControl ([in] boolean GroupControl) | 
| determines if the control models are grouped together. | |
| void | setControlModels ([in] sequence< com::sun::star::awt::XControlModel > Controls) | 
| sets the control models. | |
| sequence< com::sun::star::awt::XControlModel > | getControlModels () | 
| returns the control models. | |
| void | setGroup ([in] sequence< com::sun::star::awt::XControlModel > Group, [in] string GroupName) | 
| sets a control model group. | |
| long | getGroupCount () | 
| returns the number of control model groups. | |
| void | getGroup ([in] long nGroup, [out] sequence< com::sun::star::awt::XControlModel > Group, [out] string Name) | 
| returns a control model group. | |
| void | getGroupByName ([in] string Name, [out] sequence< com::sun::star::awt::XControlModel > Group) | 
| returns a control model group by name. | |
| 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 the basic operations for a tab controller model.
| sequence< com::sun::star::awt::XControlModel > getControlModels | ( | ) | 
returns the control models.
| void getGroup | ( | [in] long | nGroup, | 
| [out] sequence< com::sun::star::awt::XControlModel > | Group, | ||
| [out] string | Name ) | 
returns a control model group.
| void getGroupByName | ( | [in] string | Name, | 
| [out] sequence< com::sun::star::awt::XControlModel > | Group ) | 
returns a control model group by name.
| boolean getGroupControl | ( | ) | 
returns whether the control models are grouped together.
| long getGroupCount | ( | ) | 
returns the number of control model groups.
| void setControlModels | ( | [in] sequence< com::sun::star::awt::XControlModel > | Controls | ) | 
sets the control models.
| void setGroup | ( | [in] sequence< com::sun::star::awt::XControlModel > | Group, | 
| [in] string | GroupName ) | 
sets a control model group.
| void setGroupControl | ( | [in] boolean | GroupControl | ) | 
determines if the control models are grouped together.