LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
SortedDynamicResultSetListener Class Reference

#include <sortdynres.hxx>

Inheritance diagram for SortedDynamicResultSetListener:
[legend]
Collaboration diagram for SortedDynamicResultSetListener:
[legend]

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

SortedDynamicResultSetmpOwner
 
std::mutex maMutex
 

Detailed Description

Definition at line 112 of file sortdynres.hxx.

Constructor & Destructor Documentation

◆ SortedDynamicResultSetListener()

SortedDynamicResultSetListener::SortedDynamicResultSetListener ( SortedDynamicResultSet mOwner)

Definition at line 461 of file sortdynres.cxx.

References mpOwner.

◆ ~SortedDynamicResultSetListener()

SortedDynamicResultSetListener::~SortedDynamicResultSetListener ( )
overridevirtual

Definition at line 468 of file sortdynres.cxx.

Member Function Documentation

◆ disposing()

void SAL_CALL SortedDynamicResultSetListener::disposing ( const css::lang::EventObject &  Source)
overridevirtual

Definition at line 475 of file sortdynres.cxx.

References SortedDynamicResultSet::impl_disposing(), maMutex, and mpOwner.

◆ impl_OwnerDies()

void SortedDynamicResultSetListener::impl_OwnerDies ( )

Definition at line 498 of file sortdynres.cxx.

References maMutex, and mpOwner.

◆ notify()

void SAL_CALL SortedDynamicResultSetListener::notify ( const css::ucb::ListEvent &  Changes)
overridevirtual

Definition at line 487 of file sortdynres.cxx.

References SortedDynamicResultSet::impl_notify(), maMutex, and mpOwner.

Member Data Documentation

◆ maMutex

std::mutex SortedDynamicResultSetListener::maMutex
private

Definition at line 116 of file sortdynres.hxx.

Referenced by disposing(), impl_OwnerDies(), and notify().

◆ mpOwner

SortedDynamicResultSet* SortedDynamicResultSetListener::mpOwner
private

Definition at line 115 of file sortdynres.hxx.

Referenced by disposing(), impl_OwnerDies(), notify(), and SortedDynamicResultSetListener().


The documentation for this class was generated from the following files: