Searched refs:m_pDocEventListener (Results 1 – 2 of 2) sorted by relevance
110 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()
188 OfficeDocumentsEventListener * m_pDocEventListener; member in tdoc_ucp::OfficeDocumentsManager