|
LibreOffice Module svx (master) 1
|
#include <fmgridif.hxx>
Public Member Functions | |
| FmXUpdateMultiplexer (::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 | approveUpdate (const css::lang::EventObject &) override |
| virtual void SAL_CALL | updated (const css::lang::EventObject &) override |
Public Member Functions inherited from OWeakSubObject | |
| OWeakSubObject (::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::XUpdateListener > | |
| 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 OWeakSubObject | |
| ::cppu::OWeakObject & | m_rParent |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Definition at line 98 of file fmgridif.hxx.
| FmXUpdateMultiplexer::FmXUpdateMultiplexer | ( | ::cppu::OWeakObject & | rSource, |
| ::osl::Mutex & | rMutex | ||
| ) |
Definition at line 162 of file fmgridif.cxx.
|
overridevirtual |
Definition at line 188 of file fmgridif.cxx.
References comphelper::OInterfaceContainerHelper3< css::form::XUpdateListener >::getLength(), comphelper::OInterfaceIteratorHelper3< class ListenerT >::hasMoreElements(), OWeakSubObject::m_rParent, and comphelper::OInterfaceIteratorHelper3< class ListenerT >::next().
|
overridevirtual |
Definition at line 183 of file fmgridif.cxx.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 169 of file fmgridif.cxx.
References Any, and cppu::OWeakObject::queryInterface().
|
overridevirtual |
Definition at line 205 of file fmgridif.cxx.
References OWeakSubObject::m_rParent, and comphelper::OInterfaceContainerHelper3< css::form::XUpdateListener >::notifyEach().