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()
402 Sequence< OUString > SAL_CALL GlobalEventConfig::getElementNames( ) throw (RuntimeException) in getElementNames()
412 Type SAL_CALL GlobalEventConfig::getElementType( ) throw (RuntimeException) in getElementType()
417 sal_Bool SAL_CALL GlobalEventConfig::hasElements( ) throw (RuntimeException) in hasElements()
423 Mutex& GlobalEventConfig::GetOwnStaticMutex() in GetOwnStaticMutex()
447 ::rtl::OUString GlobalEventConfig::GetEventName( sal_Int32 nIndex ) in GetEventName()
[all …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx582 if( (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_OPENDOC )) || 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()
611 else if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) ) 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 ), a… 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()

Completed in 148 milliseconds