summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetCellRange.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:10:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:10:36 +0000
commit3284cb6595be316c506ddd108ae4b3e17bea8493 (patch)
treee032db4c5ab34de9e7d693444d26566c7cc0f723 /offapi/com/sun/star/sheet/SheetCellRange.idl
parent75dd38a87ffb776bfa736d6fd17d10193bf0a4fc (diff)
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
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetCellRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetCellRange.idl9
1 files changed, 7 insertions, 2 deletions
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;
};
//=============================================================================