summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/CellAreaLinks.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sheet/CellAreaLinks.idl
parent#94968# IDL reviews merged (diff)
downloadcore-cb23f6a62077022736a40d6315ee92a218f489e0.tar.gz
core-cb23f6a62077022736a40d6315ee92a218f489e0.zip
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/CellAreaLinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellAreaLinks.idl52
1 files changed, 33 insertions, 19 deletions
diff --git a/offapi/com/sun/star/sheet/CellAreaLinks.idl b/offapi/com/sun/star/sheet/CellAreaLinks.idl
index 669034a8c920..24226701de87 100644
--- a/offapi/com/sun/star/sheet/CellAreaLinks.idl
+++ b/offapi/com/sun/star/sheet/CellAreaLinks.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellAreaLinks.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:45 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,46 +58,60 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_CellAreaLinks_idl__
#define __com_sun_star_sheet_CellAreaLinks_idl__
#ifndef __com_sun_star_sheet_XAreaLinks_idl__
#include <com/sun/star/sheet/XAreaLinks.idl>
#endif
-
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: service com::sun::star::sheet::CellAreaLinks
-/** a collection of area links.
+/** represents a collection of area links.
+
+ @see com::sun::star::sheet::CellAreaLink
+ @see com::sun::star::sheet::SpreadsheetDocument
*/
service CellAreaLinks
{
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides access via index to a collection of area links and inserting
+ and removing area links.
+ */
interface com::sun::star::sheet::XAreaLinks;
-};
+ //-------------------------------------------------------------------------
-//=============================================================================
+ /** provides access to the area links via index.
-}; }; }; };
+ @see com::sun::star::sheet::CellAreaLink
-/*=============================================================================
+ */
+ interface com::sun::star::container::XIndexAccess;
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:46 hjs
- initial import
+ //-------------------------------------------------------------------------
- Revision 1.3 2000/09/11 11:52:47 mi
- documentation merged from XML
+ /** creates an enumeration of all area links.
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
+ @see com::sun::star::sheet::CellAreaLinksEnumeration
+ */
+ interface com::sun::star::container::XEnumerationAccess;
+
+};
+
+//=============================================================================
+
+}; }; }; };
-=============================================================================*/
#endif
+