|
LibreOffice Module comphelper (master) 1
|
#include <comphelper/asyncnotification.hxx>#include <comphelper/scopeguard.hxx>#include <mutex>#include <condition_variable>#include <cassert>#include <stdexcept>#include <vector>#include <algorithm>Go to the source code of this file.
Classes | |
| struct | comphelper::EventNotifierImpl |
Namespaces | |
| namespace | comphelper |
Functions | |
| void | comphelper::JoinAsyncEventNotifiers () |
Variables | |
| static std::vector< std::weak_ptr< AsyncEventNotifierAutoJoin > > | comphelper::g_Notifiers |
| AnyEventRef aEvent |
Definition at line 44 of file asyncnotification.cxx.
Referenced by comphelper::OEnumerationByName::disposing(), comphelper::OEnumerationByIndex::disposing(), OLockListener::disposing(), comphelper::OCommonAccessibleComponent::NotifyAccessibleEvent(), OLockListener::notifyClosing(), OLockListener::notifyTermination(), OLockListener::queryClosing(), and OLockListener::queryTermination().
| const ::rtl::Reference< IEventProcessor >& rProcessor |
Definition at line 50 of file asyncnotification.cxx.
| ::rtl::Reference< IEventProcessor > xProcessor |
Definition at line 45 of file asyncnotification.cxx.