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 shut down.
You can manually add a provider by inserting it via the XSet interface.

Exported Interfaces

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

Description

is used to have hierarchical access to elements within a container.


com::sun::star::container::XSet

Description

This is the generic interface for supporting the insertion and removal of elements.


Top of Page