LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef _com_sun_star_deployment_XPackageRegistry_idl
21 #define _com_sun_star_deployment_XPackageRegistry_idl
29 module
com { module sun { module star { module deployment {
87 [in]
string mediaType,
89 [in]
string identifier,
105 [in]
string mediaType)
XPackage bindPackage([in] string url, [in] string mediaType, [in] boolean removed, [in] string identifier, [in] com::sun::star::ucb::XCommandEnvironment xCmdEnv)
binds a package URL to a XPackage handle.
This exception is thrown if an exception situation occurred during the processing of a command and an...
Definition: CommandFailedException.idl:40
defines the environment for a command.
Definition: XCommandEnvironment.idl:36
sequence< XPackageTypeInfo > getSupportedPackageTypes()
gets the supported XPackageTypeInfos.
Objects of this interface reflect a bound package and are issued by a PackageRegistryBackend.
Definition: XPackage.idl:47
void packageRemoved([in] string url, [in] string mediaType)
Interface to bind a UNO package.
Definition: XPackageRegistry.idl:36
A DeploymentException reflects a deployment error.
Definition: DeploymentException.idl:33
Definition: Ambiguous.idl:22
indicates that XPackageRegistry::bindPackage() was previously called with a different value for the r...
Definition: InvalidRemovedParameterException.idl:36
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31