This service manages type descriptions and acts as a central access point
to every type description. It delegates calls for demanded types to
subsequent
TypeDescriptionProviders
and may cache type descriptions.
Using cppuhelper's bootstrapping routines bootstrapping an initial
component context, there is a singleton accessable via key
"/singletons/com.sun.star.reflection.theTypeDescriptionManager".
This singleton object is hooked into the C UNO runtime typelib and
lives until the context is shut down.
Interface to signal shutdown to the manager.
This signals all providers to shut down, because usually each provider
references its manager, listening for disposing events.
(details)
Even though the name of this interface suggests that the used type
names are hierarchic, this need not be the case. (For example, consider
the names of instantiated polymorphic struct types, like
"Struct<long>".)
Interface to signal shutdown to the manager.
This signals all providers to shut down, because usually each provider
references its manager, listening for disposing events.