LibreOffice Module ucb (master) 1
|
#include <dynamicresultsetwrapper.hxx>
Public Member Functions | |
DynamicResultSetWrapperListener (DynamicResultSetWrapper *pOwner) | |
virtual | ~DynamicResultSetWrapperListener () override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void SAL_CALL | notify (const css::ucb::ListEvent &Changes) override |
void | impl_OwnerDies () |
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 > () |
Private Attributes | |
DynamicResultSetWrapper * | m_pOwner |
std::mutex | m_aMutex |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 147 of file dynamicresultsetwrapper.hxx.
DynamicResultSetWrapperListener::DynamicResultSetWrapperListener | ( | DynamicResultSetWrapper * | pOwner | ) |
Definition at line 411 of file dynamicresultsetwrapper.cxx.
References pOwner.
|
overridevirtual |
Definition at line 418 of file dynamicresultsetwrapper.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 426 of file dynamicresultsetwrapper.cxx.
|
overridevirtual |
Definition at line 450 of file dynamicresultsetwrapper.cxx.
References DynamicResultSetWrapper::impl_disposing(), m_aMutex, and m_pOwner.
void DynamicResultSetWrapperListener::impl_OwnerDies | ( | ) |
Definition at line 471 of file dynamicresultsetwrapper.cxx.
|
overridevirtual |
Definition at line 459 of file dynamicresultsetwrapper.cxx.
References DynamicResultSetWrapper::impl_notify(), m_aMutex, and m_pOwner.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 438 of file dynamicresultsetwrapper.cxx.
References cppu::queryInterface().
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 432 of file dynamicresultsetwrapper.cxx.
|
private |
Definition at line 152 of file dynamicresultsetwrapper.hxx.
Referenced by disposing(), impl_OwnerDies(), and notify().
|
private |
Definition at line 151 of file dynamicresultsetwrapper.hxx.
Referenced by disposing(), impl_OwnerDies(), and notify().