LibreOffice Module ucb (master) 1
|
#include <sortdynres.hxx>
Public Member Functions | |
SortedDynamicResultSetListener (SortedDynamicResultSet *mOwner) | |
virtual | ~SortedDynamicResultSetListener () 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 () |
Private Attributes | |
SortedDynamicResultSet * | mpOwner |
std::mutex | maMutex |
Definition at line 112 of file sortdynres.hxx.
SortedDynamicResultSetListener::SortedDynamicResultSetListener | ( | SortedDynamicResultSet * | mOwner | ) |
Definition at line 461 of file sortdynres.cxx.
References mpOwner.
|
overridevirtual |
Definition at line 468 of file sortdynres.cxx.
|
overridevirtual |
Definition at line 475 of file sortdynres.cxx.
References SortedDynamicResultSet::impl_disposing(), maMutex, and mpOwner.
void SortedDynamicResultSetListener::impl_OwnerDies | ( | ) |
Definition at line 498 of file sortdynres.cxx.
|
overridevirtual |
Definition at line 487 of file sortdynres.cxx.
References SortedDynamicResultSet::impl_notify(), maMutex, and mpOwner.
|
private |
Definition at line 116 of file sortdynres.hxx.
Referenced by disposing(), impl_OwnerDies(), and notify().
|
private |
Definition at line 115 of file sortdynres.hxx.
Referenced by disposing(), impl_OwnerDies(), notify(), and SortedDynamicResultSetListener().