diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-19 12:15:20 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-19 12:15:20 +0000 |
commit | 7794853356cb8693491d35b225b33beda0e33d03 (patch) | |
tree | 3e94503b4ab081310c66a5020aa4a85ed8c2a5ac /sd/source/ui/inc/unomodel.hxx | |
parent | 3e22eeb77dd661c9612b12805b2f073cc56d0885 (diff) |
#84076# added lockControlers&co
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index fdf5b118c442..c5725ff603ad 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cl $ $Date: 2001-02-15 09:44:36 $ + * last change: $Author: cl $ $Date: 2001-02-19 13:14:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -197,6 +197,11 @@ public: virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException); + // XModel + 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); + // XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException); |