diff options
author | Christian Lippka <cl@openoffice.org> | 2002-07-30 13:24:29 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-07-30 13:24:29 +0000 |
commit | 40ce64a003266452100e5a824de2f8ec8e23f421 (patch) | |
tree | d06c55dd7bc270bfbfb1fb27a542e57649697486 /sd/source/ui/inc/unomodel.hxx | |
parent | c60d094f713da418be947257c553d930c00f713e (diff) |
#100875# remember view data when ole not inplace active
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index ff05a01c977c..453132c6f555 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomodel.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: cl $ $Date: 2001-11-08 16:25:05 $ + * last change: $Author: cl $ $Date: 2002-07-30 14:24:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,6 +231,8 @@ public: virtual void SAL_CALL lockControllers( ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL unlockControllers( ) throw(::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL hasControllersLocked( ) throw(::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference < ::com::sun::star::container::XIndexAccess > SAL_CALL getViewData() throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL setViewData( const ::com::sun::star::uno::Reference < ::com::sun::star::container::XIndexAccess >& aData ) throw(::com::sun::star::uno::RuntimeException); // XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException); |