From c7b59fccec15a27c80b78b38a9c9c965b90f2204 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 19 Mar 2004 15:03:37 +0000 Subject: INTEGRATION: CWS sab008 (1.18.24); FILE MERGED 2004/01/23 12:15:30 sab 1.18.24.1: #i20889#; add XSceanrioEnhanced --- sc/inc/cellsuno.hxx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'sc/inc/cellsuno.hxx') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 188c51b36175..510ce8e9d1e7 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsuno.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:46:24 $ + * last change: $Author: obo $ $Date: 2004-03-19 16:03:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,6 +213,9 @@ #ifndef _COM_SUN_STAR_SHEET_XSCENARIO_HPP_ #include #endif +#ifndef _COM_SUN_STAR_SHEET_XSCENARIOENHANCED_HPP_ +#include +#endif #ifndef _COM_SUN_STAR_UTIL_XMODIFYBROADCASTER_HPP_ #include #endif @@ -341,7 +344,7 @@ protected: virtual const SfxItemPropertyMap* GetItemPropertyMap(); virtual ::com::sun::star::beans::PropertyState GetOnePropertyState( USHORT nItemWhich, const SfxItemPropertyMap* pMap ); - virtual void GetOnePropertyValue( const SfxItemPropertyMap* pMap, + virtual void GetOnePropertyValue( const SfxItemPropertyMap* pMap, ::com::sun::star::uno::Any& ) throw(::com::sun::star::uno::RuntimeException); virtual void SetOnePropertyValue( const SfxItemPropertyMap* pMap, @@ -1075,7 +1078,8 @@ class ScTableSheetObj : public ScCellRangeObj, public com::sun::star::sheet::XSheetAuditing, public com::sun::star::sheet::XSheetOutline, public com::sun::star::util::XProtectable, - public com::sun::star::sheet::XScenario + public com::sun::star::sheet::XScenario, + public com::sun::star::sheet::XScenarioEnhanced { friend class ScTableSheetsObj; // fuer insertByName() @@ -1269,6 +1273,10 @@ public: ::com::sun::star::table::CellRangeAddress >& aRanges ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL apply() throw(::com::sun::star::uno::RuntimeException); + // XScenarioEnhanced + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress > SAL_CALL + getRanges( ) + throw(::com::sun::star::uno::RuntimeException); // XPropertySet ueberladen wegen Sheet-Properties virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > -- cgit