Searched refs:CAsyncEventNotifier (Results 1 – 3 of 3) sorted by relevance
50 CAsyncEventNotifier::CAsyncEventNotifier(cppu::OBroadcastHelper& rBroadcastHelper) : in CAsyncEventNotifier() function in CAsyncEventNotifier75 CAsyncEventNotifier::~CAsyncEventNotifier() in ~CAsyncEventNotifier()87 void SAL_CALL CAsyncEventNotifier::addListener(const uno::Type& aType , in addListener()107 void SAL_CALL CAsyncEventNotifier::removeListener(const uno::Type& aType … in removeListener()122 bool SAL_CALL CAsyncEventNotifier::startup(bool bCreateSuspended) in startup()137 NULL, 0, CAsyncEventNotifier::ThreadProc, this, 0, &m_ThreadId); in startup()154 void SAL_CALL CAsyncEventNotifier::shutdown() in shutdown()193 void CAsyncEventNotifier::suspend() in suspend()202 void CAsyncEventNotifier::resume() in resume()211 void SAL_CALL CAsyncEventNotifier::notifyEvent(CEventNotification* EventNotification) in notifyEvent()[all …]
51 class CAsyncEventNotifier class54 CAsyncEventNotifier(cppu::OBroadcastHelper& rBroadcastHelper);55 ~CAsyncEventNotifier();101 CAsyncEventNotifier( const CAsyncEventNotifier& );102 CAsyncEventNotifier& operator=( const CAsyncEventNotifier& );
247 …CAsyncEventNotifier m_aAsyncEventNotifi…