:: com :: sun :: star :: frame ::

unpublished interface XModuleManager2
Base Interfaces
XModuleManager2XModuleManager
┗ ::com::sun::star::container::XNameReplace
   ┗ ::com::sun::star::container::XNameAccess
      ┗ ::com::sun::star::container::XElementAccess

XModuleManager
Description
provides functions to identify office modules.
::com::sun::star::container::XNameReplace
Description
provides read access to the configuration of office modules.

Every module is referenced by an unique service name (which is used inside configuration as set node name too) and is further represented by a sequence of elements of type ::com::sun::star::beans::PropertyValue. A list of properties can be gotten from the configuration template org.openoffice.Setup/Factory.

Usage Restrictions
not published
Description
This interface provides a merged single interface for the ModuleManager service to implement.
Since
LibreOffice 4.0

Top of Page