From 3284cb6595be316c506ddd108ae4b3e17bea8493 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 14:10:36 +0000 Subject: INTEGRATION: CWS chart2mst3 (1.12.14); FILE MERGED 2005/10/08 01:11:26 bm 1.12.14.5: RESYNC: (1.15-1.16); FILE MERGED 2005/05/17 11:53:13 bm 1.12.14.4: RESYNC: (1.14-1.15); FILE MERGED 2004/11/02 20:06:34 bm 1.12.14.3: RESYNC: (1.13-1.14); FILE MERGED 2004/06/15 14:10:56 bm 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/05 14:43:54 sab 1.12.14.1: #i10734#; have access to the absolut name of every cellrange --- offapi/com/sun/star/sheet/SheetCellRange.idl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/sheet/SheetCellRange.idl b/offapi/com/sun/star/sheet/SheetCellRange.idl index a46e2721f4d7..f12a7761e9b6 100644 --- a/offapi/com/sun/star/sheet/SheetCellRange.idl +++ b/offapi/com/sun/star/sheet/SheetCellRange.idl @@ -4,9 +4,9 @@ * * $RCSfile: SheetCellRange.idl,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:49:16 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:10:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -427,6 +427,11 @@ published service SheetCellRange */ [optional, property] com::sun::star::beans::XPropertySet ValidationLocal; + //------------------------------------------------------------------------- + + /** Returns the absolute adress of the range as string, e.g. "$Sheet1.$B$2:$D$5". + */ + [optional, readonly, property] string AbsoluteName; }; //============================================================================= -- cgit