summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-10-22 12:32:03 +0000
committerNiklas Nebel <nn@openoffice.org>2002-10-22 12:32:03 +0000
commitb909edd5b3afdbbdab18ab5a8225e28ff16755d2 (patch)
tree41e68ac2f59588d5f6ee8b6f213ebee7bf821b8a /sc/inc/cellsuno.hxx
parent485b0b159176cca37f7ff92a8b828c899a9dc2fb (diff)
#104403# implementation of XCellRangeFormula
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index e8d341c3d448..9058c69d4ee7 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: sab $ $Date: 2002-10-17 11:39:52 $
+ * last change: $Author: nn $ $Date: 2002-10-22 13:30:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,6 +144,9 @@
#ifndef _COM_SUN_STAR_SHEET_XCELLRANGEDATA_HPP_
#include <com/sun/star/sheet/XCellRangeData.hpp>
#endif
+#ifndef _COM_SUN_STAR_SHEET_XCELLRANGEFORMULA_HPP_
+#include <com/sun/star/sheet/XCellRangeFormula.hpp>
+#endif
#ifndef _COM_SUN_STAR_SHEET_XCELLSERIES_HPP_
#include <com/sun/star/sheet/XCellSeries.hpp>
#endif
@@ -688,6 +691,7 @@ class ScCellRangeObj : public ScCellRangesBase,
public com::sun::star::sheet::XSheetCellRange,
public com::sun::star::sheet::XArrayFormulaRange,
public com::sun::star::sheet::XCellRangeData,
+ public com::sun::star::sheet::XCellRangeFormula,
public com::sun::star::sheet::XMultipleOperation,
public com::sun::star::util::XMergeable,
public com::sun::star::sheet::XCellSeries,
@@ -762,6 +766,14 @@ public:
::com::sun::star::uno::Any > >& aArray )
throw(::com::sun::star::uno::RuntimeException);
+ // XCellRangeFormula
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence<
+ ::rtl::OUString > > SAL_CALL getFormulaArray()
+ throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setFormulaArray( const ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Sequence< ::rtl::OUString > >& aArray )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XMultipleOperation
virtual void SAL_CALL setTableOperation(
const ::com::sun::star::table::CellRangeAddress& aFormulaRange,