summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 15:28:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 15:28:17 +0000
commit485c849bcf42f82f411b41e96467d4dc90f74f79 (patch)
treec3414c2b99ceb325d0686a77a0d451452cc97158 /offapi/com/sun/star/document
parent1dacbedc68285b9183a6044c50ab874e06ebbfda (diff)
INTEGRATION: CWS xmlfilter01 (1.6.72); FILE MERGED
2003/03/14 13:31:56 as 1.6.72.1: #107711# new service ExtendedTypeDetectionFactory; new interfaces and doc for TypeDetection and FilterFactory
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/ExportFilter.idl31
1 files changed, 4 insertions, 27 deletions
diff --git a/offapi/com/sun/star/document/ExportFilter.idl b/offapi/com/sun/star/document/ExportFilter.idl
index 26c017aa9626..d5f4eceff5f1 100644
--- a/offapi/com/sun/star/document/ExportFilter.idl
+++ b/offapi/com/sun/star/document/ExportFilter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ExportFilter.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: as $ $Date: 2002-11-05 09:18:24 $
+ * last change: $Author: hr $ $Date: 2003-04-04 16:28:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,32 +138,9 @@ service ExportFilter
of service <type>FilterFactory</type>.
</li>
</ul>
- See description of service <member>FilterFactory::XNameAccess</member> for a description of
- possible configuration data too.
+ See description of service <member>FilterFactory::XNameContainer</member> for a description of
+ possible configuration data.
</p>
-
- @example
- <listing>
- <b>void</b> XInitialization::initialize( java.lang.Object[] lData )
- {
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// Config part exist every time - it's guaranted by FilterFactory!</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>int</b> i=0;
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;com.sun.star.beans.NamedValue[] lConfig = lData[i];
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>for</b>( p=0; p&lt;lConfig.length; ++p )
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// ... work with this config data</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>if</b> (lConfig[p].Name=="...")
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// Arguments of call createInstanceWithArguments() are optional ones.</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// They mustn't exist.</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// Note: i starts with 1. Because first element was already handled.</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>for</b>( i=1; i&lt;lData.length(); ++i )
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i><font COLOR="#949494">// ... work with this optional data</font></i>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
- }
- </listing>
*/
[optional] interface com::sun::star::lang::XInitialization;