LibreOffice
LibreOffice 5.0 SDK API Reference
|
is the implementation of the interface XImplementationRegistration. More...
import "ImplementationRegistration.idl";
Additional Inherited Members | |
![]() | |
void | registerImplementation ([in] string aImplementationLoader,[in] string aLocation,[in] com::sun::star::registry::XSimpleRegistry xReg) raises ( com::sun::star::registry::CannotRegisterImplementationException ) |
registers a component which provides one or more implementations. More... | |
boolean | revokeImplementation ([in] string aLocation,[in] com::sun::star::registry::XSimpleRegistry xReg) |
revokes a component and all their provided implementations from the registry. More... | |
sequence< string > | getImplementations ([in] string aImplementationLoader,[in] string aLocation) |
sequence< string > | checkInstantiation ([in] string implementationName) |
is the implementation of the interface XImplementationRegistration.
This service can be used to install or uninstall components (implementations). Further, it is possible to check if all runtime dependencies (needed services) are available to use a specified component.
Guarantees: