20 module 
com {  module sun {  module star {  module uno {
 
the base of all UNO exceptions
Definition Exception.idl:29
base interface of all UNO interfaces
Definition XInterface.idl:46
allows to insert, remove and access named objects.
Definition XNamingService.idl:26
com::sun::star::uno::XInterface getRegisteredObject([in] string Name)
provides a previous registered object.
void registerObject([in]string Name, [in]com::sun::star::uno::XInterface Object)
registers one object under the specified name.
void revokeObject([in]string Name)
revokes the registration of an object.
Definition Ambiguous.idl:20