|
LibreOffice Module dbaccess (master) 1
|
#include <sbamultiplex.hxx>
Public Member Functions | |
| SbaXResetMultiplexer (::cppu::OWeakObject &rSource, ::osl::Mutex &rMutex) | |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
| virtual sal_Bool SAL_CALL | approveReset (const css::lang::EventObject &e) override |
| virtual void SAL_CALL | resetted (const css::lang::EventObject &e) override |
Public Member Functions inherited from dbaui::OSbaWeakSubObject | |
| OSbaWeakSubObject (::cppu::OWeakObject &rParent) | |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
Public Member Functions inherited from cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Public Member Functions inherited from comphelper::OInterfaceContainerHelper3< css::form::XResetListener > | |
| OInterfaceContainerHelper3 (::osl::Mutex &rMutex_) | |
| sal_Int32 | getLength () const |
| std::vector< css::uno::Reference< ListenerT > > | getElements () const |
| sal_Int32 | addInterface (const css::uno::Reference< ListenerT > &rxIFace) |
| sal_Int32 | removeInterface (const css::uno::Reference< ListenerT > &rxIFace) |
| const css::uno::Reference< ListenerT > & | getInterface (sal_Int32 nIndex) const |
| void | disposeAndClear (const css::lang::EventObject &rEvt) |
| void | clear () |
| void | forEach (FuncT const &func) |
| void | notifyEach (void(SAL_CALL ListenerT::*NotificationMethod)(const EventT &), const EventT &Event) |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakObject | |
| virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
| void | disposeWeakConnectionPoint () |
Protected Attributes inherited from dbaui::OSbaWeakSubObject | |
| ::cppu::OWeakObject & | m_rParent |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Definition at line 142 of file sbamultiplex.hxx.
| SbaXResetMultiplexer::SbaXResetMultiplexer | ( | ::cppu::OWeakObject & | rSource, |
| ::osl::Mutex & | rMutex | ||
| ) |
Definition at line 310 of file sbamultiplex.cxx.
|
overridevirtual |
Definition at line 332 of file sbamultiplex.cxx.
References comphelper::OInterfaceIteratorHelper3< class ListenerT >::hasMoreElements(), dbaui::OSbaWeakSubObject::m_rParent, and comphelper::OInterfaceIteratorHelper3< class ListenerT >::next().
|
overridevirtual |
Definition at line 327 of file sbamultiplex.cxx.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 316 of file sbamultiplex.cxx.
References cppu::OWeakObject::queryInterface().
|
overridevirtual |
Definition at line 343 of file sbamultiplex.cxx.
References dbaui::OSbaWeakSubObject::m_rParent, and comphelper::OInterfaceContainerHelper3< css::form::XResetListener >::notifyEach().