summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/SheetCellRange.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/com/sun/star/sheet/SheetCellRange.idl
parentMWS_SRX644: migrate branch mws_srx644 -> HEAD (diff)
downloadcore-19a8c241f9f0c5fd164e56ab1763a9cffab5318e.tar.gz
core-19a8c241f9f0c5fd164e56ab1763a9cffab5318e.zip
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetCellRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetCellRange.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCellRange.idl b/offapi/com/sun/star/sheet/SheetCellRange.idl
index f489ed38df13..d1324005855d 100644
--- a/offapi/com/sun/star/sheet/SheetCellRange.idl
+++ b/offapi/com/sun/star/sheet/SheetCellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SheetCellRange.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:42:40 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:56:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,10 @@
#include <com/sun/star/sheet/XCellRangeData.idl>
#endif
+#ifndef __com_sun_star_sheet_XCellRangeFormula_idl__
+#include <com/sun/star/sheet/XCellRangeFormula.idl>
+#endif
+
#ifndef __com_sun_star_sheet_XCellRangeAddressable_idl__
#include <com/sun/star/sheet/XCellRangeAddressable.idl>
#endif
@@ -280,6 +284,12 @@ service SheetCellRange
//-------------------------------------------------------------------------
+ /** provides simultaneous access to the formula contents of all cells.
+ */
+ [optional] interface com::sun::star::sheet::XCellRangeFormula;
+
+ //-------------------------------------------------------------------------
+
/** provides access to the cell range address of this range.
*/
interface com::sun::star::sheet::XCellRangeAddressable;