summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 10:34:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 10:34:00 +0000
commitbdbc9ad59b8e5ec064533e2f67776400e813a6cd (patch)
treef84f84f7e5f0a9b4af0a5bd695c5b1fbd83b5719 /offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
parentc3860439f2e41b21858ae3ea93a067a9bd01fd2f (diff)
INTEGRATION: CWS jl46 (1.4.180); FILE MERGED
2006/12/04 16:50:23 jl 1.4.180.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 13:21:50 jl 1.4.180.1: #i69173# new method for making >unopkg gui ext possible<
Diffstat (limited to 'offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl')
-rw-r--r--offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl20
1 files changed, 18 insertions, 2 deletions
diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
index fd0182f2e90d..21ab7f91d947 100644
--- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
+++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: PackageManagerDialog.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:30:59 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 11:34:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,6 +64,22 @@ service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecuta
*/
create( [in] com::sun::star::awt::XWindow xParent,
[in] string focussedContext );
+
+ /** Create a GUI and pass the extensions which shall be installed right away.
+ This constructor is instended for the case when unopkg is run as result of
+ clicking an extension in a file browser, etc.
+
+ @param extensions
+ sequence of system file URLs of extensions
+
+ @param focussedContext
+ context to be focussed and under which the extensions are to be installed,
+ for example "user" or "shared".
+ */
+ createAndInstall( [in] sequence< string > extensions,
+ [in] string focussedContext);
+
+
};
}; }; }; }; };