|
Syntax
- com::sun::star::uno::XInterface getRegisteredObject
(
- string Name )
- raises ( com::sun::star::uno::Exception );
Description
provides a previous registered object.
Syntax
- void registerObject
(
- string Name,
- com::sun::star::uno::XInterface Object )
- raises ( com::sun::star::uno::Exception );
Description
registers one object under the specified name.
If any object is registered before, then this
object is revoked automatically.
Syntax
- void revokeObject
(
- string Name )
- raises ( com::sun::star::uno::Exception );
Description
revokes the registration of an object. If the object wasn't
previous registered, then this call does nothing.
|