summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-11 12:33:58 +0000
committerOliver Specht <os@openoffice.org>2001-01-11 12:33:58 +0000
commit9b5d8349e4427a9fa749ba668e7c7bfa5421a240 (patch)
tree47ab5f2f98400f523d5bfae4a45af4b497eeef73
parentd20b04ac73df2b628b0834f7a8e88f84f649eb17 (diff)
new: XRedlinesSupplier
-rw-r--r--offapi/com/sun/star/document/XRedlinesSupplier.idl90
-rw-r--r--offapi/com/sun/star/document/makefile.mk27
2 files changed, 104 insertions, 13 deletions
diff --git a/offapi/com/sun/star/document/XRedlinesSupplier.idl b/offapi/com/sun/star/document/XRedlinesSupplier.idl
new file mode 100644
index 000000000000..802a949cd2d4
--- /dev/null
+++ b/offapi/com/sun/star/document/XRedlinesSupplier.idl
@@ -0,0 +1,90 @@
+/*************************************************************************
+ *
+ * $RCSfile: XRedlinesSupplier.idl,v $
+ *
+ * $Revision: 1.1 $
+ *
+ * last change: $Author: os $ $Date: 2001-01-11 13:33:00 $
+ *
+ * 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_XRedlinesSupplier_idl__
+#define __com_sun_star_document_XRedlinesSupplier_idl__
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module document {
+
+//=============================================================================
+
+/** provides access to a container of the redline objects of the document.
+ */
+[ uik(7790ED70-E7C1-11d4-A0380050-04526B09), ident( "XRedlinesSupplier", 1.0 ) ]
+interface XRedlinesSupplier: com::sun::star::uno::XInterface
+{
+ //-------------------------------------------------------------------------
+ /** returns a enumeration access that provides access to the redline objects of the document.
+ */
+ [const] com::sun::star::container::XEnumerationAccess getRedlines();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk
index 577359d46c7f..da2ca267251a 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.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: as $ $Date: 2000-11-23 14:16:23 $
+# last change: $Author: os $ $Date: 2001-01-11 13:33:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,33 +73,34 @@ PACKAGE=com$/sun$/star$/document
# ------------------------------------------------------------------------
IDLFILES=\
+ DocumentEvent.idl\
+ DocumentEventType.idl\
DocumentInfo.idl\
+ ExportFilter.idl\
+ FilterFactory.idl\
+ ImportFilter.idl\
LinkTarget.idl\
LinkTargets.idl\
+ MediaDescriptor.idl\
OfficeDocument.idl\
StandaloneDocumentInfo.idl\
+ TypeDetection.idl\
XActionLockable.idl\
- DocumentEvent.idl\
- DocumentEventType.idl\
XDocumentEventBroadcaster.idl\
XDocumentEventListener.idl\
XDocumentInfo.idl\
XDocumentInfoSupplier.idl\
XDocumentInsertable.idl\
XEmbeddedObjectSupplier.idl\
+ XEventSupplier.idl\
XExporter.idl\
+ XExtendedFilterDetection.idl\
+ XFilter.idl\
XImporter.idl\
XLinkTargetSupplier.idl\
+ XRedlinesSupplier.idl \
XStandaloneDocumentInfo.idl\
- XEventSupplier.idl\
- XFilter.idl\
- XTypeDetection.idl\
- TypeDetection.idl\
- ImportFilter.idl\
- ExportFilter.idl\
- FilterFactory.idl\
- MediaDescriptor.idl\
- XExtendedFilterDetection.idl
+ XTypeDetection.idl
# ------------------------------------------------------------------