LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to retrieve user interface configuration managers related to OpenOffice.org modules. More...
import"XModuleUIConfigurationManagerSupplier.idl";
Public Member Functions | |
XUIConfigurationManager | getUIConfigurationManager ([in] string ModuleIdentifier) raises ( com::sun::star::container::NoSuchElementException ) |
returns the requested module based user interface configuration manager. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
allows to retrieve user interface configuration managers related to OpenOffice.org modules.
XUIConfigurationManager getUIConfigurationManager | ( | [in] string | ModuleIdentifier | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
returns the requested module based user interface configuration manager.
ModuleIdentifier | a module identifier which identifies an OpenOffice.org module. The module identifier can be retrieved from the com::sun::star::frame::ModuleManager service. |