LibreOffice
LibreOffice 5.0 SDK API Reference
|
can be used to identify office modules. More...
import "ModuleManager.idl";
Additional Inherited Members | |
![]() | |
interface | XModuleManager |
provides functions to identify office modules. More... | |
interface | ::com::sun::star::container::XNameReplace |
provides read access to the configuration of office modules. More... | |
![]() | |
string | identify ([in]::com::sun::star::uno::XInterface Module) raises (::com::sun::star::lang::IllegalArgumentException, UnknownModuleException ) |
identifies the given module. More... | |
![]() | |
void | replaceByName ([in] string aName,[in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
replaces the element with the specified name with the given element. More... | |
can be used to identify office modules.
Further it provides read access to the configuration of office modules.