From 0ee3adb3442e406c6e9e79e38f27e35e1b591bf8 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 17 Nov 2000 08:30:48 +0000 Subject: [PATCH] XIndexAccess added --- offapi/com/sun/star/text/TextFrames.idl | 28 +++++++++++-------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/offapi/com/sun/star/text/TextFrames.idl b/offapi/com/sun/star/text/TextFrames.idl index c7b32b8d43b1..8d9ef1c31428 100644 --- a/offapi/com/sun/star/text/TextFrames.idl +++ b/offapi/com/sun/star/text/TextFrames.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextFrames.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $ + * last change: $Author: os $ $Date: 2000-11-17 09:30:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ #ifndef __com_sun_star_container_XNameAccess_idl__ #include #endif +#ifndef __com_sun_star_container_XIndexAccess_idl__ +#include +#endif #ifndef __com_sun_star_container_XContainer_idl__ #include @@ -92,6 +95,13 @@ service TextFrames always "XTextFrame". */ interface com::sun::star::container::XNameAccess; + /** This interface makes it possible to access all TextFrame + instances within this context (e.g. a document) by its index. + +

The type of the interfaces returned by this collection is + always "XTextFrame". + */ + interface com::sun::star::container::XIndexAccess; // DocMerge from xml: service com::sun::star::text::TextFrames: interface com::sun::star::container::XContainer @@ -107,18 +117,4 @@ service TextFrames }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.1.1.1 2000/09/18 23:36:03 hjs - initial import - - Revision 1.3 2000/09/11 11:53:01 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif