summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
commitb60ecff99ee637e28fed7890e6781178ae5b2200 (patch)
treed95c1a90c67837cee2936ba8b29550636517321d /offapi/com/sun/star/document
parent27c0c3ae6b7705f44b20bca1581ce01c31bf5549 (diff)
merge from src641 internal ODK release
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/FilterOptionsRequest.idl100
-rw-r--r--offapi/com/sun/star/document/MacroExecMode.idl128
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl19
-rw-r--r--offapi/com/sun/star/document/UpdateDocMode.idl107
-rw-r--r--offapi/com/sun/star/document/XFilterAdapter.idl99
-rw-r--r--offapi/com/sun/star/document/XInteractionFilterOptions.idl101
-rw-r--r--offapi/com/sun/star/document/makefile.mk44
7 files changed, 22 insertions, 576 deletions
diff --git a/offapi/com/sun/star/document/FilterOptionsRequest.idl b/offapi/com/sun/star/document/FilterOptionsRequest.idl
deleted file mode 100644
index 19ea2d8aad8c..000000000000
--- a/offapi/com/sun/star/document/FilterOptionsRequest.idl
+++ /dev/null
@@ -1,100 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: FilterOptionsRequest.idl,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: mav $ $Date: 2002-05-29 15:48:46 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-#ifndef __com_sun_star_document_AmbigousFilterRequest_idl__
-#define __com_sun_star_document_AmbigousFilterRequest_idl__
-
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
-#ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl>
-#endif
-
-#ifndef __com_sun_star_frame_XModel_idl__
-#include <com/sun/star/frame/XModel.idl>
-#endif
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-/** Is used for interaction handle to get filter options.
-*/
-exception FilterOptionsRequest : ::com::sun::star::uno::Exception
-{
- /** The model of the document that should be provided to filters
- that supports XExporter interface.
- */
- ::com::sun::star::frame::XModel rModel;
-
- /** The Media-descriptor of the document
- */
- sequence< com::sun::star::beans::PropertyValue > rProperties;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/document/MacroExecMode.idl b/offapi/com/sun/star/document/MacroExecMode.idl
deleted file mode 100644
index 2bdf47ddeb0d..000000000000
--- a/offapi/com/sun/star/document/MacroExecMode.idl
+++ /dev/null
@@ -1,128 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: MacroExecMode.idl,v $
- *
- * $Revision: 1.2 $
- *
- * last change: $Author: mav $ $Date: 2002-07-09 04:09:25 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-
-#ifndef __com_sun_star_document_MacroExecMode_idl__
-#define __com_sun_star_document_MacroExecMode_idl__
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-/** Specify whether a macro can be executed.
-*/
-constants MacroExecMode
-{
- //-------------------------------------------------------------------------
- /** A macro should not be executed at all
- */
-
- const short NEVER_EXECUTE = 0;
-
- //-------------------------------------------------------------------------
- /** Execute macros from list, posibility of warning output
- is specified by configuration.
- */
-
- const short FROM_LIST = 1;
-
- //-------------------------------------------------------------------------
- /** A macro should be executed always, posibility of warning output
- is specified by configuration.
- */
-
- const short ALWAYS_EXECUTE = 2;
-
- //-------------------------------------------------------------------------
- /** Use configuration to retrieve macro settings. In case a user confirmation
- is required a dialog is output.
- */
-
- const short USE_CONFIG = 3;
-
-
- //-------------------------------------------------------------------------
- /** A macro should be executed always no warning should be produced.
- */
-
- const short ALWAYS_EXECUTE_NO_WARN = 4;
-
- //-------------------------------------------------------------------------
- /** Use configuration to retrieve macro settings. Treat cases when user confirmation
- required as rejected.
- */
-
- const short USE_CONFIG_REJECT_CONFIRMATION = 5;
-
- //-------------------------------------------------------------------------
- /** Use configuration to retrieve macro settings. Mean cases when user confirmation
- required as approved.
- */
-
- const short USE_CONFIG_APPROVE_CONFIRMATION = 6;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index ea47e05eb779..e5727b6e5fcc 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MediaDescriptor.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 14:23:25 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:41:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -244,7 +244,7 @@ service MediaDescriptor
also implements the <type scope="com::sun::star::io">XSeekable</type> interface.
</p>
*/
- [property] com::sun::star::io::XInputStream InputStream;
+ [optional,property] com::sun::star::io::XInputStream InputStream;
//-------------------------------------------------------------------------
/** handle exceptional situations
@@ -510,19 +510,6 @@ service MediaDescriptor
*/
[optional,property] short ViewId;
- //-------------------------------------------------------------------------
- /** should the macro be executed.
- the value should be one from <type scope="com::sun::star::document">MacroExecMode</type>
- constant list
- */
- [optional,property] short MacroExecutionMode;
-
- //-------------------------------------------------------------------------
- /** can the document be updated depending from links.
- the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type>
- constant list
- */
- [optional,property] short UpdateDocMode;
};
//=============================================================================
diff --git a/offapi/com/sun/star/document/UpdateDocMode.idl b/offapi/com/sun/star/document/UpdateDocMode.idl
deleted file mode 100644
index 57f5447c2582..000000000000
--- a/offapi/com/sun/star/document/UpdateDocMode.idl
+++ /dev/null
@@ -1,107 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: UpdateDocMode.idl,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: mav $ $Date: 2002-07-17 14:11:28 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-
-#ifndef __com_sun_star_document_UpdateDocMode_idl__
-#define __com_sun_star_document_UpdateDocMode_idl__
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-/** Specify the way a document can be updated.
-*/
-constants UpdateDocMode
-{
- //-------------------------------------------------------------------------
- /** Do not update document.
- */
-
- const short NO_UPDATE = 0;
-
- //-------------------------------------------------------------------------
- /** Update document if it does not require a dialog.
- Otherwise do not update. For example a link to a database
- can require a dialog to get password for an update.
- */
-
- const short QUIET_UPDATE = 1;
-
- //-------------------------------------------------------------------------
- /** Produce update according to configuration settings.
- If there are no settings use dialog.
- */
-
- const short ACCORDING_TO_CONFIG = 2;
-
- //-------------------------------------------------------------------------
- /** Update document even if it does require a dialog.
- */
-
- const short FULL_UPDATE = 3;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/document/XFilterAdapter.idl b/offapi/com/sun/star/document/XFilterAdapter.idl
deleted file mode 100644
index 9fa33f0b4cf5..000000000000
--- a/offapi/com/sun/star/document/XFilterAdapter.idl
+++ /dev/null
@@ -1,99 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: XFilterAdapter.idl,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: mi $ $Date: 2002-04-18 16:18:06 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-#ifndef _COM_SUN_STAR_DOCUMENT_XFILTERADAPTOR_IDL__
-#define _COM_SUN_STAR_DOCUMENT_XFILTERADAPTOR_IDL__
-
-#ifndef __com_sun_star_uno_RuntimeException_idl__
-#include <com/sun/star/uno/RuntimeException.idl>
-#endif
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/io/XOutputStream.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-
- /** This is an interface that can be used to link a filter to the
- FilterAdapter
-
- @throws com::sun::star::uno::RuntimeException
- */
- interface XFilterAdapter : com::sun::star::uno::XInterface
- {
- void convert(
- [in] com::sun::star::io::XInputStream xml,
- [in] com::sun::star::io::XOutputStream device,
- [in] boolean convertToOffice,
- [in] string pluginUrl,
- [in] string fileName);
- /*raises( com::sun::star::uno::RuntimeException );*/
-
- };
- };
- };
- };
-};
-
-#endif
diff --git a/offapi/com/sun/star/document/XInteractionFilterOptions.idl b/offapi/com/sun/star/document/XInteractionFilterOptions.idl
deleted file mode 100644
index 71748564af9c..000000000000
--- a/offapi/com/sun/star/document/XInteractionFilterOptions.idl
+++ /dev/null
@@ -1,101 +0,0 @@
-/*************************************************************************
- *
- * $RCSfile: XInteractionFilterOptions.idl,v $
- *
- * $Revision: 1.1 $
- *
- * last change: $Author: mav $ $Date: 2002-05-29 15:48:46 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-#ifndef __com_sun_star_document_XInteractionFilterOptions_idl__
-#define __com_sun_star_document_XInteractionFilterOptions_idl__
-
-#ifndef __com_sun_star_task_XInteractionContinuation_idl__
-#include <com/sun/star/task/XInteractionContinuation.idl>
-#endif
-
-#ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl>
-#endif
-
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-/** A continuation to return filter options from interaction helper.
-*/
-interface XInteractionFilterOptions : ::com::sun::star::task::XInteractionContinuation
-{
- //-------------------------------------------------------------------------
- /** Store results to the continuation.
-
- @param rProperties the list of properties containing filter options.
-
- */
- void setFilterOptions( [in] sequence< com::sun::star::beans::PropertyValue > rProperties );
-
- //-------------------------------------------------------------------------
- /** Get results from the continuation.
-
- @returns the stored list of properties containing filter options.
- */
- sequence< com::sun::star::beans::PropertyValue > getFilterOptions();
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk
index f9cca9f48e0e..fe207f9c7512 100644
--- a/offapi/com/sun/star/document/makefile.mk
+++ b/offapi/com/sun/star/document/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: bm $ $Date: 2002-12-06 14:14:51 $
+# last change: $Author: mi $ $Date: 2003-01-21 13:41:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,54 +73,48 @@ PACKAGE=com$/sun$/star$/document
# ------------------------------------------------------------------------
IDLFILES=\
- AmbigousFilterRequest.idl\
- DocumentInfo.idl\
+ XMimeTypeInfo.idl\
+ XViewDataSupplier.idl\
+ XEmbeddedObjectResolver.idl\
+ XGraphicObjectResolver.idl\
+ XBinaryStreamResolver.idl\
+ XEventBroadcaster.idl\
+ XEventListener.idl\
+ XEventsSupplier.idl\
EventDescriptor.idl\
- EventObject.idl\
Events.idl\
+ EventObject.idl\
+ ExtendedTypeDetection.idl \
+ DocumentInfo.idl\
ExportFilter.idl\
- ExtendedTypeDetection.idl\
- FilterAdapter.idl\
FilterFactory.idl\
- FilterOptionsRequest.idl\
- HeaderFooterSettings.idl\
ImportFilter.idl\
LinkTarget.idl\
LinkTargets.idl\
- MacroExecMode.idl\
MediaDescriptor.idl\
- NoSuchFilterRequest.idl\
OfficeDocument.idl\
RedlineDisplayType.idl \
- Settings.idl\
StandaloneDocumentInfo.idl\
TypeDetection.idl\
- UpdateDocMode.idl\
XActionLockable.idl\
- XBinaryStreamResolver.idl\
XDocumentInfo.idl\
XDocumentInfoSupplier.idl\
XDocumentInsertable.idl\
- XEmbeddedObjectResolver.idl\
XEmbeddedObjectSupplier.idl\
- XEventBroadcaster.idl\
- XEventListener.idl\
- XEventsSupplier.idl\
XExporter.idl\
XExtendedFilterDetection.idl\
XFilter.idl\
- XFilterAdapter.idl\
- XGraphicObjectResolver.idl\
XImporter.idl\
- XInteractionFilterOptions.idl\
- XInteractionFilterSelect.idl\
XLinkTargetSupplier.idl\
- XMimeTypeInfo.idl\
XRedlinesSupplier.idl \
XStandaloneDocumentInfo.idl\
XTypeDetection.idl\
- XViewDataSupplier.idl\
- LinkUpdateModes.idl
+ XInteractionFilterSelect.idl\
+ NoSuchFilterRequest.idl\
+ AmbigousFilterRequest.idl\
+ LinkUpdateModes.idl\
+ HeaderFooterSettings.idl\
+ Settings.idl
# ------------------------------------------------------------------