service TypeDescriptionManager in module com::sun::star::reflection::

(Global Index)

Syntax

service TypeDescriptionManager;

Description

This service is the central manager supporting the XHierarchicalNameAccessy interface. At runtime there will only be at most a single instance of the service. A manager instance is hooked into the C UNO runtime typelib and lives until the service manager is going down.
You can manually add a provider by inserting it via the XSet interface.

Exported Interfaces


com::sun::star::container::XHierarchicalNameAccess

com::sun::star::container::XSet
Top of Page