Searched refs:m_aEventNotifier (Results 1 – 2 of 2) sorted by relevance
174 ,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()786 …m_aEventNotifier.notifyDocumentEventAsync( "OnViewCreated", Reference< XController2 >( _xControlle… in connectController()824 …m_aEventNotifier.notifyDocumentEvent( "OnViewClosed", Reference< XController2 >( _xController, UNO… in disconnectController()1001 …m_aEventNotifier.notifyDocumentEvent( _eType == SAVE ? "OnSave" : "OnSaveAs", NULL, makeAny( _rURL… in impl_storeAs_throw()1063 …m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveFailed" : "OnSaveAsFailed", NUL… in impl_storeAs_throw()[all …]
188 …entNotifier m_aEventNotifier; member in dbaccess::ODatabaseDocument