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