summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2001-12-19 11:32:00 +0000
committerMikhail Voitenko <mav@openoffice.org>2001-12-19 11:32:00 +0000
commite64a3faab8e47535f044c364aa7a0465812e5dd6 (patch)
tree8800cb8ae33b7c64d8c49e07e2cd7daaa40b9684 /offapi
parente960f6ba035eec245bed08e095e60110c06fd9f2 (diff)
#79295# syncronous call to the plugin
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl15
1 files changed, 11 insertions, 4 deletions
diff --git a/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl b/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
index a28763235587..d854692f7e55 100644
--- a/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
+++ b/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPluginInstanceSyncPeer.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mav $ $Date: 2001-12-19 12:06:42 $
+ * last change: $Author: mav $ $Date: 2001-12-19 12:32:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,9 +83,16 @@ interface XPluginInstanceSyncPeer : com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceSyncPeer::openNewBrowserWindow
/** Opens a new browser window with a plugin instance synchronously.
- @return XPluginInstance on success
+ @param aInstance [out]: new plugin instance in case of success
+ @param Any [out]: linkage to the window data
+ @param embedded [out]: selects embedded or full page plugin mode
+
+
*/
- XPluginInstance openNewBrowserWindow();
+ void openNewBrowserWindow(
+ [out] XPluginInstance aInstance,
+ [out] any aLinkage,
+ [out] boolean embeded);
};