summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/XPackageRegistry.idl
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-05-04 12:37:01 +0200
committerJoachim Lingner <jl@openoffice.org>2010-05-04 12:37:01 +0200
commit1ba274302f3404e4ecd8a65108fbf6dd530da780 (patch)
tree9e862d6404a88511ec0d563fa2f46d608ad87c80 /offapi/com/sun/star/deployment/XPackageRegistry.idl
parent39ca722d12345ead74d3d28df88564da477c70b6 (diff)
jl152 bundled extensions, import of changeset 263438:8b253e76e957 from native0jl
Diffstat (limited to 'offapi/com/sun/star/deployment/XPackageRegistry.idl')
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index 3cfa6a75236c..7f0b8c5c42d4 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -50,6 +50,15 @@ interface XPackageRegistry
package URL, must be UCB conform
@param mediaType
media type of package, empty string if to be detected
+ @param noFileAccess
+ true - the implementation may not try to access the files referenced
+ by the parameter url. This is useful when the files are already
+ removed, but the respective XPackage object haven not been
+ revoked yet. Then the caller can obtain an XPackage object for the
+ removed extension and call XPackage.revokePackage.
+ The implementation can throw an
+ <type>com.sun.star.lang.IllegalArgumentException</type> if it does
+ not support this.
@param xCmdEnv
command environment for error and progress handling
@return
@@ -58,6 +67,7 @@ interface XPackageRegistry
XPackage bindPackage(
[in] string url,
[in] string mediaType,
+ [in] boolean noFileAccess,
[in] com::sun::star::ucb::XCommandEnvironment xCmdEnv )
raises (DeploymentException,
com::sun::star::ucb::CommandFailedException,