LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XModuleUIConfigurationManagerSupplier Interface Reference

allows to retrieve user interface configuration managers related to OpenOffice.org modules. More...

import"XModuleUIConfigurationManagerSupplier.idl";

Inheritance diagram for XModuleUIConfigurationManagerSupplier:
XInterface ModuleUIConfigurationManagerSupplier theModuleUIConfigurationManagerSupplier

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...
 

Detailed Description

allows to retrieve user interface configuration managers related to OpenOffice.org modules.

Since
OOo 2.0

Member Function Documentation

◆ getUIConfigurationManager()

XUIConfigurationManager getUIConfigurationManager ( [in] string  ModuleIdentifier)
raises (com::sun::star::container::NoSuchElementException
)

returns the requested module based user interface configuration manager.

Parameters
ModuleIdentifiera module identifier which identifies an OpenOffice.org module. The module identifier can be retrieved from the com::sun::star::frame::ModuleManager service.
Returns
an object implementing com::sun::star::ui::ModuleUIConfigurationManager service. If the provided module identifier is unknown a com::sun::star::container::NoSuchElementException is thrown.

The documentation for this interface was generated from the following file: