LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XUnoControlContainer_idl__
20 #define __com_sun_star_awt_XUnoControlContainer_idl__
28 module
com { module sun { module star { module awt {
38 void setTabControllers( [in] sequence<com::sun::star::awt::XTabController> TabControllers );
void addTabController([in] com::sun::star::awt::XTabController TabController)
adds a single tab controller.
void setTabControllers([in] sequence< com::sun::star::awt::XTabController > TabControllers)
sets a set of tab controllers.
void removeTabController([in] com::sun::star::awt::XTabController TabController)
removes a single tab controller.
specifies the basic operations for a tab controller.
Definition: XTabController.idl:38
specifies a standard tab controller.
Definition: TabController.idl:31
Definition: Ambiguous.idl:22
gives access to the tab controllers of a UnoControlContainer.
Definition: XUnoControlContainer.idl:34
sequence< com::sun::star::awt::XTabController > getTabControllers()
returns all currently specified tab controllers.
base interface of all UNO interfaces
Definition: XInterface.idl:48