Lines Matching refs:CAsyncEventNotifier
50 CAsyncEventNotifier::CAsyncEventNotifier(cppu::OBroadcastHelper& rBroadcastHelper) : in CAsyncEventNotifier() function in CAsyncEventNotifier
75 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()
228 size_t SAL_CALL CAsyncEventNotifier::getEventListSize() in getEventListSize()
238 void SAL_CALL CAsyncEventNotifier::resetNotifyEvent() in resetNotifyEvent()
249 CEventNotification* SAL_CALL CAsyncEventNotifier::getNextEventRecord() in getNextEventRecord()
259 void SAL_CALL CAsyncEventNotifier::removeNextEventRecord() in removeNextEventRecord()
269 void SAL_CALL CAsyncEventNotifier::run() in run()
315 unsigned int WINAPI CAsyncEventNotifier::ThreadProc(LPVOID pParam) in ThreadProc()
317 CAsyncEventNotifier* pInst = reinterpret_cast< CAsyncEventNotifier* >(pParam); in ThreadProc()