diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:52:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:52:10 +0000 |
commit | 7205d4cdf4fac949d8a8c59f32e86da3e32ba914 (patch) | |
tree | 18f68127a82d4058ceb8d5ce3945d84bff3401a2 /svx/source/inc | |
parent | 1cfc1e3a3552d6f2df0b737a1bd12d92326d6ce5 (diff) |
INTEGRATION: CWS dba05 (1.9.44); FILE MERGED
2003/05/07 09:27:55 oj 1.9.44.1: #i13806# attach as property listener on the bound field if currently no bound field exists
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmctrler.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/inc/fmctrler.hxx b/svx/source/inc/fmctrler.hxx index cd59067fc9df..92d01eb62739 100644 --- a/svx/source/inc/fmctrler.hxx +++ b/svx/source/inc/fmctrler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmctrler.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:03:11 $ + * last change: $Author: vg $ $Date: 2003-05-19 12:52:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -584,11 +584,12 @@ protected: void removeFromEventAttacher(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl); void toggleAutoFields(sal_Bool bAutoFields); void unload() throw( ::com::sun::star::uno::RuntimeException ); + void removeBoundFieldListener(); void startFormListening( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxForm, sal_Bool _bPropertiesOnly ); void stopFormListening( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxForm, sal_Bool _bPropertiesOnly ); - ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl> findControl(::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl> >& rCtrls, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel>& rxCtrlModel ,sal_Bool _bRemove = sal_True) const; + ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl> findControl(::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl> >& rCtrls, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel>& rxCtrlModel ,sal_Bool _bRemove = sal_True,sal_Bool _bOverWrite=sal_True) const; void insertControl(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl); void removeControl(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl); |