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

service ModuleManager
Description
can be used to identify office modules.

Further it provides read access to the configuration of office modules.

Since
OOo 2.0

Exported Interfaces - Summary
XModuleManager

provides functions to identify office modules.

::com::sun::star::container::XNameAccess

provides read access to the configuration of office modules. (details)

Exported Interfaces - Details
XModuleManager
Description
provides functions to identify office modules.
::com::sun::star::container::XNameAccess
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 getted from the configuration template org.openoffice.Setup/Factory.


 
Top of Page