diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-11-14 10:42:10 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-11-14 10:42:10 +0000 |
commit | 6fc0786af941d8c8d716747b6292ec5c87aa6367 (patch) | |
tree | 72a2029cdbea821a1615faa9ec99ee9f4c5b2835 /offapi | |
parent | c2f8a1d04b598b652313005e5834b30938d7ec6b (diff) |
add new parameter filter for newStream/newURL
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/mozilla/XPluginInstance.idl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/mozilla/XPluginInstance.idl b/offapi/com/sun/star/mozilla/XPluginInstance.idl index 6b2cd3977faa..a82f7976fda0 100644 --- a/offapi/com/sun/star/mozilla/XPluginInstance.idl +++ b/offapi/com/sun/star/mozilla/XPluginInstance.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPluginInstance.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:25 $ + * last change: $Author: as $ $Date: 2000-11-14 11:42:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,7 @@ interface XPluginInstance: com::sun::star::uno::XInterface [oneway] void newStream( [in] string MIMEDesc, [in] string theURL, + [in] string filter, [in] ::com::sun::star::io::XInputStream stream , [in] any sessionData ); @@ -137,7 +138,7 @@ interface XPluginInstance: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::newURL /** notifies the plugin of a new document to open as document. */ - [oneway] void newURL( [in] string MIMEDesc, [in] string theURL, [in] any sessionData ); + [oneway] void newURL( [in] string MIMEDesc, [in] string theURL, [in] string filter, [in] any sessionData ); //------------------------------------------------------------------------- @@ -160,6 +161,9 @@ interface XPluginInstance: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:25 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:28 hjs initial import |