summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:44:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:44:25 +0000
commit40a83392f2edadfb27d616654675ecfc51bf3bab (patch)
tree2e5be6ff9395ac4398c3e98ea72da5153ecdaa1b /sc/inc/cellsuno.hxx
parentd6e760675ce735aae8a43b5212f28aafa8226c2d (diff)
INTEGRATION: CWS calcuno01 (1.18.38); FILE MERGED
2004/10/13 11:27:10 sab 1.18.38.4: RESYNC: (1.19-1.20); FILE MERGED 2004/03/24 11:18:21 dr 1.18.38.3: RESYNC: (1.18-1.19); FILE MERGED 2004/02/12 17:19:43 sab 1.18.38.2: #i22706#; add getDirectPropertyValuesTolerant 2004/01/05 11:48:01 sab 1.18.38.1: #i22706#; improve API using
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx20
1 files changed, 18 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index eca0a8dd6d88..1bb23f236580 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:02:56 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:44:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,6 +231,9 @@
#ifndef _COM_SUN_STAR_DOCUMENT_XACTIONLOCKABLE_HPP_
#include <com/sun/star/document/XActionLockable.hpp>
#endif
+#ifndef _COM_SUN_STAR_BEANS_XTOLERANTMULTIPROPERTYSET_HPP_
+#include <com/sun/star/beans/XTolerantMultiPropertySet.hpp>
+#endif
#ifndef _CPPUHELPER_IMPLBASE2_HXX_
#include <cppuhelper/implbase2.hxx>
@@ -296,6 +299,7 @@ class ScCellRangesBase : public com::sun::star::beans::XPropertySet,
public com::sun::star::lang::XServiceInfo,
public com::sun::star::lang::XUnoTunnel,
public com::sun::star::lang::XTypeProvider,
+ public com::sun::star::beans::XTolerantMultiPropertySet,
public cppu::OWeakObject,
public SfxListener
{
@@ -449,6 +453,18 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener >& xListener )
throw (::com::sun::star::uno::RuntimeException);
+ // XTolerantMultiPropertySet
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::SetPropertyTolerantFailed > SAL_CALL
+ setPropertyValuesTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues )
+ throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::GetPropertyTolerantResult > SAL_CALL
+ getPropertyValuesTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames )
+ throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::GetDirectPropertyTolerantResult > SAL_CALL
+ getDirectPropertyValuesTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XPropertyState
virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState(
const ::rtl::OUString& PropertyName )