Kaydet (Commit) 9e3cb0ad authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cyb2 (1.7.196); FILE MERGED

2005/10/17 19:16:03 cyb 1.7.196.2: Issue number: #54686# one more correction
2005/10/17 18:07:01 cyb 1.7.196.1: Issue number: #54686#
üst 436a657f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: XFilter.idl,v $ * $RCSfile: XFilter.idl,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 23:13:12 $ * last change: $Author: rt $ $Date: 2005-12-14 13:21:04 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -52,9 +52,9 @@ module com { module sun { module star { module document { ...@@ -52,9 +52,9 @@ module com { module sun { module star { module document {
<p> <p>
This interface will be used by service <type>ImportFilter</type> or This interface will be used by service <type>ImportFilter</type> or
<type>ExportFilter</type> to supports loading/saving of documents with <type>ExportFilter</type> to support loading/saving of documents in
different formats. The target/source of such filter operations must different formats. The target/source of such filter operations must
well known BEFORE filtering will be started. be known <em>before</em> filtering will be started.
(see <type>XImporter</type> and <type>XExporter</type> too) (see <type>XImporter</type> and <type>XExporter</type> too)
Otherwise this interface can't work right. Otherwise this interface can't work right.
<p> <p>
...@@ -73,9 +73,12 @@ published interface XFilter: com::sun::star::uno::XInterface ...@@ -73,9 +73,12 @@ published interface XFilter: com::sun::star::uno::XInterface
The given <type>MediaDescriptor</type> holds all neccessary information The given <type>MediaDescriptor</type> holds all neccessary information
about the document. about the document.
Don't hold hard references to the descriptor items. You must copy needed informations! Don't hold hard references to the descriptor items. You must copy needed information!
Otherwise we couldn't destroy (for example) an existing input stream! Otherwise we couldn't destroy (for example) an existing input stream!
</p> </p>
@param aDescriptor
the MediaDescriptor describing the respective document.
@return a boolean value indicating whether the filter operation was successful or not.
*/ */
boolean filter( [in] sequence< com::sun::star::beans::PropertyValue > aDescriptor ); boolean filter( [in] sequence< com::sun::star::beans::PropertyValue > aDescriptor );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment