Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx174 ,m_aEventNotifier( *this, getMutex() ) in ODatabaseDocument()
175 ,m_aViewMonitor( m_aEventNotifier ) in ODatabaseDocument()
402 m_aEventNotifier.onDocumentInitialized(); in impl_setInitialized()
493 m_aEventNotifier.notifyDocumentEventAsync( "OnTitleChanged" ); in initNew()
498 m_aEventNotifier.notifyDocumentEvent( "OnCreate" ); in initNew()
749 m_aEventNotifier.notifyDocumentEvent( "OnLoadFinished" ); in impl_attachResource()
786m_aEventNotifier.notifyDocumentEventAsync( "OnViewCreated", Reference< XController2 >( _xControlle… in connectController()
824m_aEventNotifier.notifyDocumentEvent( "OnViewClosed", Reference< XController2 >( _xController, UNO… in disconnectController()
1001m_aEventNotifier.notifyDocumentEvent( _eType == SAVE ? "OnSave" : "OnSaveAs", NULL, makeAny( _rURL… in impl_storeAs_throw()
1063m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveFailed" : "OnSaveAsFailed", NUL… in impl_storeAs_throw()
[all …]
H A Ddatabasedocument.hxx188 …entNotifier m_aEventNotifier; member in dbaccess::ODatabaseDocument