diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-17 08:30:48 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-17 08:30:48 +0000 |
commit | 0ee3adb3442e406c6e9e79e38f27e35e1b591bf8 (patch) | |
tree | afdf7ce888ba9e29d31d58033ae68d91d0e67ff7 /offapi | |
parent | 33a2150d1e092ebaaa1256ce2aa2b06ed32d877a (diff) |
XIndexAccess added
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextFrames.idl | 28 |
1 files 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 <com/sun/star/container/XNameAccess.idl> #endif +#ifndef __com_sun_star_container_XIndexAccess_idl__ +#include <com/sun/star/container/XIndexAccess.idl> +#endif #ifndef __com_sun_star_container_XContainer_idl__ #include <com/sun/star/container/XContainer.idl> @@ -92,6 +95,13 @@ service TextFrames always "XTextFrame". */ interface com::sun::star::container::XNameAccess; + /** This interface makes it possible to access all <type>TextFrame</type> + instances within this context (e.g. a document) by its index. + + <p>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 |