Home
last modified time | relevance | path

Searched refs:m_pDocEventListener (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx110 m_pDocEventListener( pDocEventListener ), in OfficeDocumentsManager()
246 OSL_ENSURE( m_pDocEventListener, in notifyEvent()
249 if ( m_pDocEventListener ) in notifyEvent()
250 m_pDocEventListener->notifyDocumentOpened( aDocId ); in notifyEvent()
279 OSL_ENSURE( m_pDocEventListener, in notifyEvent()
282 if ( m_pDocEventListener ) in notifyEvent()
285 m_pDocEventListener->notifyDocumentClosed( aDocId ); in notifyEvent()
H A Dtdoc_docmgr.hxx188 OfficeDocumentsEventListener * m_pDocEventListener; member in tdoc_ucp::OfficeDocumentsManager