summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-10-18 17:26:04 +0000
committerNiklas Nebel <nn@openoffice.org>2000-10-18 17:26:04 +0000
commit87770e6caeffae96a29f312bb7606ef8ea275c24 (patch)
treef1288567bd6f9f6e6a97cf7ca3e11f19c4099ef1 /sc/inc/cellsuno.hxx
parente7a25e7319d88770d0c730856e205a6f9d48c41e (diff)
#79625# ScCellRangeObj: interface XCellRangeData
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 0c3992a32e33..0b3a45957cb4 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: nn $ $Date: 2000-10-18 18:26:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,6 +138,9 @@
#ifndef _COM_SUN_STAR_SHEET_XARRAYFORMULARANGE_HPP_
#include <com/sun/star/sheet/XArrayFormulaRange.hpp>
#endif
+#ifndef _COM_SUN_STAR_SHEET_XCELLRANGEDATA_HPP_
+#include <com/sun/star/sheet/XCellRangeData.hpp>
+#endif
#ifndef _COM_SUN_STAR_SHEET_XCELLSERIES_HPP_
#include <com/sun/star/sheet/XCellSeries.hpp>
#endif
@@ -590,6 +593,7 @@ class ScCellRangeObj : public ScCellRangesBase,
public com::sun::star::sheet::XCellRangeAddressable,
public com::sun::star::sheet::XSheetCellRange,
public com::sun::star::sheet::XArrayFormulaRange,
+ public com::sun::star::sheet::XCellRangeData,
public com::sun::star::sheet::XMultipleOperation,
public com::sun::star::util::XMergeable,
public com::sun::star::sheet::XCellSeries,
@@ -640,6 +644,15 @@ public:
virtual void SAL_CALL setArrayFormula( const ::rtl::OUString& aFormula )
throw(::com::sun::star::uno::RuntimeException);
+ // XCellRangeData
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Any > > SAL_CALL getDataArray()
+ throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setDataArray( const ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Any > >& aArray )
+ throw(::com::sun::star::uno::RuntimeException);
+
// XMultipleOperation
virtual void SAL_CALL setTableOperation(
const ::com::sun::star::table::CellRangeAddress& aFormulaRange,