Lines Matching refs:notifyDocumentEventAsync
150 m_rEventNotifier.notifyDocumentEventAsync( m_bIsNewDocument ? "OnNew" : "OnLoad" ); in onSetCurrentController()
493 m_aEventNotifier.notifyDocumentEventAsync( "OnTitleChanged" ); in initNew()
786 …m_aEventNotifier.notifyDocumentEventAsync( "OnViewCreated", Reference< XController2 >( _xControlle… in connectController()
1063 …m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveFailed" : "OnSaveAsFailed", NUL… in impl_storeAs_throw()
1078 …m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveDone" : "OnSaveAsDone", NULL, m… in impl_storeAs_throw()
1139 m_aEventNotifier.notifyDocumentEventAsync( "OnTitleChanged" ); in storeAsURL()
1224 m_aEventNotifier.notifyDocumentEventAsync( "OnSaveToFailed", NULL, aError ); in storeToURL()
1237 m_aEventNotifier.notifyDocumentEventAsync( "OnSaveToDone", NULL, makeAny( _rURL ) ); in storeToURL()
1284 m_aEventNotifier.notifyDocumentEventAsync( "OnModifyChanged" ); in impl_setModified_nothrow()
1332 m_aEventNotifier.notifyDocumentEventAsync( _EventName, _ViewController, _Supplement ); in notifyDocumentEvent()
2117 m_aEventNotifier.notifyDocumentEventAsync( "OnTitleChanged" ); in setTitle()