From 3ed849358bbc4beacb456e3f903b52709d58b1bb Mon Sep 17 00:00:00 2001 From: Michael Hönnig Date: Thu, 3 Oct 2002 12:11:20 +0000 Subject: #94968# IDL reviews merged --- offapi/com/sun/star/table/CellAddress.idl | 88 +++++++++++++------------------ 1 file changed, 36 insertions(+), 52 deletions(-) (limited to 'offapi/com/sun/star/table/CellAddress.idl') diff --git a/offapi/com/sun/star/table/CellAddress.idl b/offapi/com/sun/star/table/CellAddress.idl index a62adfc72..1f9b7ecc1 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,59 +58,43 @@ * * ************************************************************************/ -#ifndef __com_sun_star_table_CellAddress_idl__ -#define __com_sun_star_table_CellAddress_idl__ - - -//============================================================================= - - 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. + +#ifndef __com_sun_star_table_CellAddress_idl__ +#define __com_sun_star_table_CellAddress_idl__ + +//============================================================================= + +module com { module sun { module star { module table { + +//============================================================================= + +/** 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. + short Sheet; + + //------------------------------------------------------------------------- + + /** 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. + long Column; + + //------------------------------------------------------------------------- + + /** is the index of the row where the cell is located. */ - long Row; - -}; - -//============================================================================= - -}; }; }; }; - -/*============================================================================= - - $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 + long Row; + +}; + +//============================================================================= + +}; }; }; }; + +#endif + -- cgit v1.2.3