LibreOffice Module svx (master) 1
|
#include <fmsrcimp.hxx>
Public Member Functions | |
void | SetPropChangeHandler (const Link< sal_Int32, void > &lnk) |
FmRecordCountListener (const css::uno::Reference< css::sdbc::XResultSet > &dbcCursor) | |
virtual | ~FmRecordCountListener () override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void SAL_CALL | propertyChange (const css::beans::PropertyChangeEvent &evt) override |
void | DisConnect () |
Private Member Functions | |
void | NotifyCurrentCount () |
Private Attributes | |
Link< sal_Int32, void > | m_lnkWhoWantsToKnow |
css::uno::Reference< css::beans::XPropertySet > | m_xListening |
Definition at line 74 of file fmsrcimp.hxx.
FmRecordCountListener::FmRecordCountListener | ( | const css::uno::Reference< css::sdbc::XResultSet > & | dbcCursor | ) |
Definition at line 71 of file fmsrcimp.cxx.
References FM_PROP_ROWCOUNT, FM_PROP_ROWCOUNTFINAL, and m_xListening.
|
overridevirtual |
Definition at line 98 of file fmsrcimp.cxx.
void FmRecordCountListener::DisConnect | ( | ) |
Definition at line 104 of file fmsrcimp.cxx.
References FM_PROP_ROWCOUNT, and m_xListening.
Referenced by disposing().
|
overridevirtual |
Definition at line 112 of file fmsrcimp.cxx.
References DBG_ASSERT, DisConnect(), and m_xListening.
|
private |
Definition at line 119 of file fmsrcimp.cxx.
References Link< typename Arg, typename Ret >::Call(), DBG_ASSERT, FM_PROP_ROWCOUNT, Link< typename Arg, typename Ret >::IsSet(), m_lnkWhoWantsToKnow, and m_xListening.
Referenced by propertyChange(), and SetPropChangeHandler().
|
overridevirtual |
Definition at line 130 of file fmsrcimp.cxx.
References NotifyCurrentCount().
void FmRecordCountListener::SetPropChangeHandler | ( | const Link< sal_Int32, void > & | lnk | ) |
Definition at line 89 of file fmsrcimp.cxx.
References m_lnkWhoWantsToKnow, m_xListening, and NotifyCurrentCount().
|
private |
Definition at line 77 of file fmsrcimp.hxx.
Referenced by NotifyCurrentCount(), and SetPropChangeHandler().
|
private |
Definition at line 78 of file fmsrcimp.hxx.
Referenced by DisConnect(), disposing(), FmRecordCountListener(), NotifyCurrentCount(), and SetPropChangeHandler().