|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module uno {
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.
the base of all UNO exceptions
Definition: Exception.idl:29
Definition: Ambiguous.idl:20
void registerObject([in]string Name, [in]com::sun::star::uno::XInterface Object)
registers one object under the specified name.
base interface of all UNO interfaces
Definition: XInterface.idl:46
void revokeObject([in]string Name)
revokes the registration of an object.