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

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


Top of Page