summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/CellAddress.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellAddress.idl')
-rw-r--r--offapi/com/sun/star/table/CellAddress.idl38
1 files changed, 11 insertions, 27 deletions
diff --git a/offapi/com/sun/star/table/CellAddress.idl b/offapi/com/sun/star/table/CellAddress.idl
index f5fed146b95d..1f9b7ecc1a5e 100644
--- a/offapi/com/sun/star/table/CellAddress.idl
+++ b/offapi/com/sun/star/table/CellAddress.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellAddress.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:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,38 +58,35 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_table_CellAddress_idl__
#define __com_sun_star_table_CellAddress_idl__
-
//=============================================================================
- module com { module sun { module star { module table {
+module com { module sun { module star { module table {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::table::CellAddress
-/** used to identify a cell within a
- spreadsheet document.
+/** contains a cell address within a spreadsheet document.
*/
struct CellAddress
{
- // DocMerge from xml: field com::sun::star::table::CellAddress::Sheet
- /** index of the sheet that contains the cell.
+ //-------------------------------------------------------------------------
+
+ /** is the index of the sheet that contains the cell.
*/
short Sheet;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::table::CellAddress::Column
- /** index of the column where the cell is located.
+ /** is the index of the column where the cell is located.
*/
long Column;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::table::CellAddress::Row
- /** index of the row where the cell is located.
+ /** is the index of the row where the cell is located.
*/
long Row;
@@ -99,18 +96,5 @@ struct CellAddress
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+