LibreOffice
LibreOffice 24.8 SDK API Reference
|
a simple named object container. More...
import <NamingService.idl;
Additional Inherited Members | |
![]() | |
com::sun::star::uno::XInterface | getRegisteredObject ([in] string Name) raises (Exception) |
provides a previous registered object. | |
void | registerObject ([in]string Name, [in]com::sun::star::uno::XInterface Object) raises (Exception) |
registers one object under the specified name. | |
void | revokeObject ([in]string Name) raises (Exception) |
revokes the registration of an object. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
a simple named object container.