Searched refs:_EventName (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documenteventnotifier.cxx | 121 …void notifyDocumentEvent( const ::rtl::OUString& _EventName, const Reference< XController2 >& _… in notifyDocumentEvent() argument 125 m_rDocument, _EventName, _ViewController, _Supplement ) ); in notifyDocumentEvent() 128 …void notifyDocumentEventAsync( const ::rtl::OUString& _EventName, const Reference< XController2… in notifyDocumentEventAsync() argument 132 m_rDocument, _EventName, _ViewController, _Supplement ) ); in notifyDocumentEventAsync() 301 void DocumentEventNotifier::notifyDocumentEvent( const ::rtl::OUString& _EventName, in notifyDocumentEvent() argument 304 m_pImpl->notifyDocumentEvent( _EventName, _ViewController, _Supplement ); in notifyDocumentEvent() 308 void DocumentEventNotifier::notifyDocumentEventAsync( const ::rtl::OUString& _EventName, in notifyDocumentEventAsync() argument 311 m_pImpl->notifyDocumentEventAsync( _EventName, _ViewController, _Supplement ); in notifyDocumentEventAsync()
|
H A D | documenteventnotifier.hxx | 83 const ::rtl::OUString& _EventName, 96 const ::rtl::OUString& _EventName,
|
H A D | databasedocument.cxx | 1322 void SAL_CALL ODatabaseDocument::notifyDocumentEvent( const ::rtl::OUString& _EventName, const Refe… in notifyDocumentEvent() argument 1324 if ( !_EventName.getLength() ) in notifyDocumentEvent() 1330 if ( !DocumentEvents::needsSynchronousNotification( _EventName ) ) in notifyDocumentEvent() 1332 m_aEventNotifier.notifyDocumentEventAsync( _EventName, _ViewController, _Supplement ); in notifyDocumentEvent() 1338 m_aEventNotifier.notifyDocumentEvent( _EventName, _ViewController, _Supplement ); in notifyDocumentEvent()
|
H A D | databasedocument.hxx | 374 …virtual void SAL_CALL notifyDocumentEvent( const ::rtl::OUString& _EventName, const ::com::sun::st…
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | XDocumentEventBroadcaster.idl | 91 @param _EventName 99 if <arg>_EventName</arg> is empty, or if <arg>_EventName</arg> is not supported by the 108 [in] string _EventName,
|
/aoo41x/main/sfx2/source/inc/ |
H A D | eventsupplier.hxx | 220 …virtual void SAL_CALL notifyDocumentEvent( const ::rtl::OUString& _EventName, const ::com::sun::st…
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1258 …virtual void SAL_CALL notifyDocumentEvent( const ::rtl::OUString& _EventName, const ::com::sun::st…
|
Completed in 92 milliseconds