diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-12-05 08:58:04 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-12-05 08:58:04 +0000 |
commit | b5ab28614f7a81efffe8c1ddc6f89b7f7a5f4604 (patch) | |
tree | c8cb7ab207ee371f112ae296e807b7c04aecb0bd /svx/source/inc | |
parent | b88d634df9580557d41d8ee6a833c6ca131f9ad2 (diff) |
#105390# #i8481# be an XRowSetListener on the form, and use the cursorMoved call to reset the modified state (notification order for RowSets is now clearly defined)
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmctrler.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/inc/fmctrler.hxx b/svx/source/inc/fmctrler.hxx index 604c148b38a1..58a164131a18 100644 --- a/svx/source/inc/fmctrler.hxx +++ b/svx/source/inc/fmctrler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmctrler.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hjs $ $Date: 2001-09-12 17:14:22 $ + * last change: $Author: fs $ $Date: 2002-12-05 09:58:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -585,6 +585,9 @@ protected: void toggleAutoFields(sal_Bool bAutoFields); void unload() throw( ::com::sun::star::uno::RuntimeException ); + 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 ) const; void insertControl(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl); |