From 75dd38a87ffb776bfa736d6fd17d10193bf0a4fc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 14:10:25 +0000 Subject: INTEGRATION: CWS chart2mst3 (1.7.14); FILE MERGED 2005/10/08 01:11:04 bm 1.7.14.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/17 11:53:03 bm 1.7.14.4: RESYNC: (1.9-1.10); FILE MERGED 2004/11/02 20:06:25 bm 1.7.14.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/15 14:10:31 bm 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/05 14:43:53 sab 1.7.14.1: #i10734#; have access to the absolut name of every cellrange --- offapi/com/sun/star/sheet/SheetCell.idl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl index 1880499832a3..6ff0aafc1768 100644 --- a/offapi/com/sun/star/sheet/SheetCell.idl +++ b/offapi/com/sun/star/sheet/SheetCell.idl @@ -4,9 +4,9 @@ * * $RCSfile: SheetCell.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:47:46 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:10:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -313,6 +313,11 @@ published service SheetCell */ [optional, property] com::sun::star::beans::XPropertySet ValidationLocal; + //------------------------------------------------------------------------- + + /** Returns the absolute adress of the range as string, e.g. "$Sheet1.$B$2". + */ + [optional, readonly, property] string AbsoluteName; }; //============================================================================= -- cgit