LibreOffice
LibreOffice 5.0 SDK API Reference
|
specifies a standard tab controller model. More...
import "TabControllerModel.idl";
Exported Interfaces | |
interface | com::sun::star::awt::XTabControllerModel |
interface | com::sun::star::io::XPersistObject |
Additional Inherited Members | |
![]() | |
boolean | getGroupControl () |
returns whether the control models are grouped together. More... | |
void | setGroupControl ([in] boolean GroupControl) |
determines if the control models are grouped together. More... | |
void | setControlModels ([in] sequence< com::sun::star::awt::XControlModel > Controls) |
sets the control models. More... | |
sequence < com::sun::star::awt::XControlModel > | getControlModels () |
returns the control models. More... | |
void | setGroup ([in] sequence< com::sun::star::awt::XControlModel > Group,[in] string GroupName) |
sets a control model group. More... | |
long | getGroupCount () |
returns the number of control model groups. More... | |
void | getGroup ([in] long nGroup,[out] sequence< com::sun::star::awt::XControlModel > Group,[out] string Name) |
returns a control model group. More... | |
void | getGroupByName ([in] string Name,[out] sequence< com::sun::star::awt::XControlModel > Group) |
returns a control model group by name. More... | |
![]() | |
string | getServiceName () |
gives the service name of the object More... | |
void | write ([in] com::sun::star::io::XObjectOutputStream OutStream) raises ( com::sun::star::io::IOException ) |
writes all the persistent data of the object to the stream. More... | |
void | read ([in] com::sun::star::io::XObjectInputStream InStream) raises ( com::sun::star::io::IOException ) |
reads all the persistent data of the object from the stream. More... | |
specifies a standard tab controller model.
interface com::sun::star::awt::XTabControllerModel |
interface com::sun::star::io::XPersistObject |