/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documenteventnotifier.hxx | 82 void notifyDocumentEvent( 108 void notifyDocumentEvent( in notifyDocumentEvent() function in dbaccess::DocumentEventNotifier 114 …notifyDocumentEvent( ::rtl::OUString::createFromAscii( _pAsciiEventName ), _rxViewController, _rSu… in notifyDocumentEvent()
|
H A D | databasedocument.cxx | 498 m_aEventNotifier.notifyDocumentEvent( "OnCreate" ); in initNew() 749 m_aEventNotifier.notifyDocumentEvent( "OnLoadFinished" ); in impl_attachResource() 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() 1154 m_aEventNotifier.notifyDocumentEvent( "OnCreate" ); in storeAsURL() 1206 m_aEventNotifier.notifyDocumentEvent( "OnSaveTo", NULL, makeAny( _rURL ) ); in storeToURL() 1322 void SAL_CALL ODatabaseDocument::notifyDocumentEvent( const ::rtl::OUString& _EventName, const Refe… in notifyDocumentEvent() function in dbaccess::ODatabaseDocument 1338 m_aEventNotifier.notifyDocumentEvent( _EventName, _ViewController, _Supplement ); in notifyDocumentEvent() 1487 m_aEventNotifier.notifyDocumentEvent( "OnPrepareUnload" ); in close() 1738 m_aEventNotifier.notifyDocumentEvent( "OnUnload" ); in disposing()
|
H A D | documenteventnotifier.cxx | 121 …void notifyDocumentEvent( const ::rtl::OUString& _EventName, const Reference< XController2 >& _… in notifyDocumentEvent() function in dbaccess::DocumentEventNotifier_Impl 301 void DocumentEventNotifier::notifyDocumentEvent( const ::rtl::OUString& _EventName, in notifyDocumentEvent() function in dbaccess::DocumentEventNotifier 304 m_pImpl->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 | 107 void notifyDocumentEvent(
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 236 … _rData.m_xDocEventBroadcaster->notifyDocumentEvent( sEventName, xController, Any() ); in lcl_notifyFocusChange_nothrow()
|
/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/dbaccess/source/ui/app/ |
H A D | subcomponentmanager.cxx | 352 xBroadcaster->notifyDocumentEvent( in lcl_notifySubComponentEvent()
|
H A D | AppController.cxx | 541 xBroadcaster->notifyDocumentEvent( in suspend()
|
/aoo41x/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 647 void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const ::rtl::OUString& /*_EventName*/, in notifyDocumentEvent() function in SfxGlobalEvents_Impl
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1258 …virtual void SAL_CALL notifyDocumentEvent( const ::rtl::OUString& _EventName, const ::com::sun::st…
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 2490 void SAL_CALL SfxBaseModel::notifyDocumentEvent( const ::rtl::OUString&, const uno::Reference< fram… in notifyDocumentEvent() function in SfxBaseModel
|