|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
32 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:28
specifies a standard tab controller.
Definition: TabController.idl:27
Definition: Ambiguous.idl:20
gives access to the tab controllers of a UnoControlContainer.
Definition: XUnoControlContainer.idl:28
sequence< com::sun::star::awt::XTabController > getTabControllers()
returns all currently specified tab controllers.
base interface of all UNO interfaces
Definition: XInterface.idl:46