Searched refs:notifyDocumentEventAsync (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documenteventnotifier.hxx | 95 void notifyDocumentEventAsync( 124 void notifyDocumentEventAsync( in notifyDocumentEventAsync() function in dbaccess::DocumentEventNotifier 130 …notifyDocumentEventAsync( ::rtl::OUString::createFromAscii( _pAsciiEventName ), _rxViewController,… in notifyDocumentEventAsync()
|
H A D | databasedocument.cxx | 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() [all …]
|
H A D | documenteventnotifier.cxx | 128 …void notifyDocumentEventAsync( const ::rtl::OUString& _EventName, const Reference< XController2… in notifyDocumentEventAsync() function in dbaccess::DocumentEventNotifier_Impl 308 void DocumentEventNotifier::notifyDocumentEventAsync( const ::rtl::OUString& _EventName, in notifyDocumentEventAsync() function in dbaccess::DocumentEventNotifier 311 m_pImpl->notifyDocumentEventAsync( _EventName, _ViewController, _Supplement ); in notifyDocumentEventAsync()
|
Completed in 49 milliseconds