summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/CellRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellRange.idl')
-rw-r--r--offapi/com/sun/star/table/CellRange.idl43
1 files changed, 14 insertions, 29 deletions
diff --git a/offapi/com/sun/star/table/CellRange.idl b/offapi/com/sun/star/table/CellRange.idl
index 67412325fa3e..bc2bed3d2046 100644
--- a/offapi/com/sun/star/table/CellRange.idl
+++ b/offapi/com/sun/star/table/CellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellRange.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:18 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_table_CellRange_idl__
#define __com_sun_star_table_CellRange_idl__
@@ -69,26 +70,26 @@
#include <com/sun/star/table/XCellRange.idl>
#endif
-#ifndef __com_sun_star_container_XNamed_idl__
-#include <com/sun/star/container/XNamed.idl>
-#endif
-
-
//=============================================================================
- module com { module sun { module star { module table {
+module com { module sun { module star { module table {
//=============================================================================
-// DocMerge from xml: service com::sun::star::table::CellRange
-/** area of cells within a spreadsheet (table).
+/** represents a range of of cells within a table.
*/
service CellRange
{
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** contains the properties of the cells of this cell range.
+ */
service com::sun::star::table::CellProperties;
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides access to the cells or to sub-ranges of this cell range.
+ */
interface com::sun::star::table::XCellRange;
};
@@ -97,21 +98,5 @@ service CellRange
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/17 11:08:22 mi
- #73104# CellRange has no XNamed
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+