summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/SheetCellRange.idl
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-10-23 11:36:51 +0000
committerNiklas Nebel <nn@openoffice.org>2002-10-23 11:36:51 +0000
commit370ae63442da43dc2c22bf2e817143cebb2e0739 (patch)
treed64bdba585916d388a7d165acdce5d420924fbe5 /offapi/com/sun/star/sheet/SheetCellRange.idl
parent#104367# some fixes for 64 bit (diff)
downloadcore-370ae63442da43dc2c22bf2e817143cebb2e0739.tar.gz
core-370ae63442da43dc2c22bf2e817143cebb2e0739.zip
#104403# optional interface XCellRangeFormula
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 a9fc1e3e1c14..ebd55d7f82b8 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:07:58 $
+ * last change: $Author: nn $ $Date: 2002-10-23 12:36:51 $
*
* 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;