Home
last modified time | relevance | path

Searched refs:GlobalEventConfig (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/unotools/source/config/
H A Deventcfg.cxx158 MutexGuard aGuard( GlobalEventConfig::GetOwnStaticMutex() ); in Notify()
347 GlobalEventConfig_Impl* GlobalEventConfig::m_pImpl = NULL ;
348 sal_Int32 GlobalEventConfig::m_nRefCount = 0 ;
350 GlobalEventConfig::GlobalEventConfig() in GlobalEventConfig() function in GlobalEventConfig
364 GlobalEventConfig::~GlobalEventConfig() in ~GlobalEventConfig()
379 void GlobalEventConfig::EstablishFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::… in EstablishFrameCallback()
385 Reference< container::XNameReplace > SAL_CALL GlobalEventConfig::getEvents() throw (::com::sun::sta… in getEvents()
392 void SAL_CALL GlobalEventConfig::replaceByName( const OUString& aName, const Any& aElement ) throw … in replaceByName()
397 Any SAL_CALL GlobalEventConfig::getByName( const OUString& aName ) throw (container::NoSuchElementE… in getByName()
402 Sequence< OUString > SAL_CALL GlobalEventConfig::getElementNames( ) throw (RuntimeException) in getElementNames()
[all …]
/AOO41X/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx582 if( (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_OPENDOC )) || in notifyEvent()
583 …(rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CREATEDOC )) ) // CREATEDOC trigg… in notifyEvent()
587 else if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_ACTIVATEDOC ) ) in notifyEvent()
591 else if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_DEACTIVATEDOC ) ) in notifyEvent()
595 else if( (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVEDOCDONE )) || in notifyEvent()
596 (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVEASDOCDONE )) || in notifyEvent()
597 (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVETODOCDONE )) ) in notifyEvent()
603 else if( (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVEDOCFAILED )) || in notifyEvent()
604 (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVEASDOCFAILED )) || in notifyEvent()
605 (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_SAVETODOCFAILED )) ) in notifyEvent()
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Deventcfg.hxx95 class UNOTOOLS_DLLPUBLIC GlobalEventConfig: class
99 GlobalEventConfig( );
100 ~GlobalEventConfig( );
/AOO41X/main/sfx2/source/doc/
H A Dobjxtor.cxx605 …pSfxApp->NotifyEvent( SfxEventHint(SFX_EVENT_PREPARECLOSEDOC, GlobalEventConfig::GetEventName(STR_… in PrepareClose()
895 …static uno::Sequence< ::rtl::OUString > aEventNameContainer = GlobalEventConfig().getElementNames(… in GetEventNames()
1130 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_DOCCREATED, GlobalEventConfig::GetEventName(STR_EV… in SetInitialized_Impl()
1134 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_LOADFINISHED, GlobalEventConfig::GetEventName(STR_… in SetInitialized_Impl()
H A Dsfxbasemodel.cxx1628 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEDOC, GlobalEventConfig::GetEventName(STR_EVENT… in storeSelf()
1664 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEDOCDONE, GlobalEventConfig::GetEventName(STR_E… in storeSelf()
1672 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEDOCFAILED, GlobalEventConfig::GetEventName(STR… in storeSelf()
2650 postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_TITLECHANGED ) ); in Notify()
2654 postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_MODECHANGED ) ); in Notify()
2849 … SfxEventHint( bSaveTo ? SFX_EVENT_SAVETODOC : SFX_EVENT_SAVEASDOC, GlobalEventConfig::GetEventNam… in impl_store()
2969 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEASDOCDONE, GlobalEventConfig::GetEventName(STR… in impl_store()
2976 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVETODOCDONE, GlobalEventConfig::GetEventName(STR… in impl_store()
2989 …t( bSaveTo ? SFX_EVENT_SAVETODOCFAILED : SFX_EVENT_SAVEASDOCFAILED, GlobalEventConfig::GetEventNam… in impl_store()
H A Dobjembed.cxx132 …SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, GlobalEventConfig::GetEventName(STR… in SetVisArea()
H A Dobjmisc.cxx416 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_MODIFYCHANGED, GlobalEventConfig::GetEventName(STR… in ModifyChanged()
1166 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), th… in PostActivateEvent_Impl()
1168 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), … in PostActivateEvent_Impl()
H A Dobjstor.cxx3289 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_STORAGECHANGED, GlobalEventConfig::GetEventName(ST… in GetStorage()
3449 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_STORAGECHANGED, GlobalEventConfig::GetEventName(ST… in SaveCompleted()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlgrin.cxx866 aEvent = GlobalEventConfig::GetEventName( STR_EVENT_OPENDOC ); in InsertBodyOptions()
873 aEvent = GlobalEventConfig::GetEventName( STR_EVENT_PREPARECLOSEDOC ); in InsertBodyOptions()
880 aEvent = GlobalEventConfig::GetEventName( STR_EVENT_ACTIVATEDOC ); in InsertBodyOptions()
887 aEvent = GlobalEventConfig::GetEventName( STR_EVENT_DEACTIVATEDOC ); in InsertBodyOptions()
/AOO41X/main/sw/source/ui/app/
H A Ddocsh2.cxx964 …SfxEventConfiguration::ConfigureEvent(GlobalEventConfig::GetEventName( STR_EVENT_OPENDOC ), aMac, … in Execute()
965 …SfxEventConfiguration::ConfigureEvent(GlobalEventConfig::GetEventName( STR_EVENT_PREPARECLOSEDOC )… in Execute()
966 …SfxEventConfiguration::ConfigureEvent(GlobalEventConfig::GetEventName( STR_EVENT_ACTIVATEDOC ), … in Execute()
967 …SfxEventConfiguration::ConfigureEvent(GlobalEventConfig::GetEventName( STR_EVENT_DEACTIVATEDOC ), … in Execute()
/AOO41X/main/sfx2/source/appl/
H A Dapp.cxx479 …NotifyEvent( SfxViewEventHint( SFX_EVENT_DEACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_… in SetViewFrame_Impl()
503 …NotifyEvent(SfxViewEventHint(SFX_EVENT_ACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_ACTI… in SetViewFrame_Impl()
/AOO41X/main/sfx2/inc/sfx2/
H A Devent.hxx138 GlobalEventConfig::GetEventName( STR_EVENT_PRINTDOC ), in SfxPrintingHint()
/AOO41X/main/sfx2/source/notify/
H A Deventsupplier.cxx364 maEventNames = GlobalEventConfig().getElementNames(); in SfxEvents_Impl()
593 pImp = new GlobalEventConfig(); in SfxGlobalEvents_Impl()
/AOO41X/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx638 …SfxViewEventHint aHint( SFX_EVENT_VIEWCREATED, GlobalEventConfig::GetEventName( STR_EVENT_VIEWCREA… in attachFrame()
1068 …SFX_APP()->NotifyEvent( SfxViewEventHint(SFX_EVENT_CLOSEVIEW, GlobalEventConfig::GetEventName( STR… in dispose()
1070 …SFX_APP()->NotifyEvent( SfxEventHint(SFX_EVENT_CLOSEDOC, GlobalEventConfig::GetEventName( STR_EVEN… in dispose()
H A Dframe.cxx233 …SFX_APP()->NotifyEvent( SfxViewEventHint(SFX_EVENT_PREPARECLOSEVIEW, GlobalEventConfig::GetEventNa… in PrepareClose_Impl()
H A Dviewfrm.cxx890 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_CLOSEDOC, GlobalEventConfig::GetEventName( STR_EVE… in ExecReload_Impl()
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx151 if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) ) in notifyEvent()
/AOO41X/main/sfx2/source/inc/
H A Deventsupplier.hxx199 GlobalEventConfig* pImp;
/AOO41X/main/starmath/source/
H A Ddocument.cxx186 …SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, GlobalEventConfig::GetEventName(STR… in SetText()
/AOO41X/main/basic/source/classes/
H A Dsbxmod.cxx2398 if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) ) in notifyEvent()