| /trunk/main/unotools/source/config/ | 
| H A D | eventcfg.cxx | 158     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 …]
 
 | 
| /trunk/main/sc/source/ui/vba/ | 
| H A D | vbaeventshelper.cxx | 582     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 …]
 
 | 
| /trunk/main/unotools/inc/unotools/ | 
| H A D | eventcfg.hxx | 95 class UNOTOOLS_DLLPUBLIC GlobalEventConfig:  class99         GlobalEventConfig( );
 100         ~GlobalEventConfig( );
 
 | 
| /trunk/main/sfx2/source/doc/ | 
| H A D | objxtor.cxx | 602 …pSfxApp->NotifyEvent( SfxEventHint(SFX_EVENT_PREPARECLOSEDOC, GlobalEventConfig::GetEventName(STR_…  in PrepareClose()892 …static uno::Sequence< ::rtl::OUString > aEventNameContainer = GlobalEventConfig().getElementNames(…  in GetEventNames()
 1127 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_DOCCREATED, GlobalEventConfig::GetEventName(STR_EV…  in SetInitialized_Impl()
 1131 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_LOADFINISHED, GlobalEventConfig::GetEventName(STR_…  in SetInitialized_Impl()
 
 | 
| H A D | sfxbasemodel.cxx | 1628 …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()
 2684 				postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_TITLECHANGED ) );  in Notify()
 2688 				postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_MODECHANGED ) );  in Notify()
 2883 … SfxEventHint( bSaveTo ? SFX_EVENT_SAVETODOC : SFX_EVENT_SAVEASDOC, GlobalEventConfig::GetEventNam…  in impl_store()
 3003 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEASDOCDONE, GlobalEventConfig::GetEventName(STR…  in impl_store()
 3010 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVETODOCDONE, GlobalEventConfig::GetEventName(STR…  in impl_store()
 3023 …t( bSaveTo ? SFX_EVENT_SAVETODOCFAILED : SFX_EVENT_SAVEASDOCFAILED, GlobalEventConfig::GetEventNam…  in impl_store()
 
 | 
| H A D | objmisc.cxx | 419 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_MODIFYCHANGED, GlobalEventConfig::GetEventName(STR…  in ModifyChanged()1169 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), th…  in PostActivateEvent_Impl()
 1171 …pSfxApp->NotifyEvent(SfxViewEventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), …  in PostActivateEvent_Impl()
 
 | 
| H A D | objembed.cxx | 132 …SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, GlobalEventConfig::GetEventName(STR…  in SetVisArea()
 | 
| H A D | objstor.cxx | 3287 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_STORAGECHANGED, GlobalEventConfig::GetEventName(ST…  in GetStorage()3447 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_STORAGECHANGED, GlobalEventConfig::GetEventName(ST…  in SaveCompleted()
 
 | 
| /trunk/main/sw/source/filter/html/ | 
| H A D | htmlgrin.cxx | 866 				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()
 
 | 
| /trunk/main/sw/source/ui/app/ | 
| H A D | docsh2.cxx | 964 …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()
 
 | 
| /trunk/main/sfx2/source/appl/ | 
| H A D | app.cxx | 479 …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()
 
 | 
| /trunk/main/sfx2/inc/sfx2/ | 
| H A D | event.hxx | 138             GlobalEventConfig::GetEventName( STR_EVENT_PRINTDOC ),  in SfxPrintingHint()
 | 
| /trunk/main/sfx2/source/notify/ | 
| H A D | eventsupplier.cxx | 364 		maEventNames = GlobalEventConfig().getElementNames();  in SfxEvents_Impl()593     pImp                   = new GlobalEventConfig();  in SfxGlobalEvents_Impl()
 
 | 
| /trunk/main/sfx2/source/view/ | 
| H A D | sfxbasecontroller.cxx | 638 …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 D | frame.cxx | 233 …SFX_APP()->NotifyEvent( SfxViewEventHint(SFX_EVENT_PREPARECLOSEVIEW, GlobalEventConfig::GetEventNa…  in PrepareClose_Impl()
 | 
| H A D | viewfrm.cxx | 890 …SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_CLOSEDOC, GlobalEventConfig::GetEventName( STR_EVE…  in ExecReload_Impl()
 | 
| /trunk/main/vbahelper/source/vbahelper/ | 
| H A D | vbaeventshelperbase.cxx | 151     if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) )  in notifyEvent()
 | 
| /trunk/main/sfx2/source/inc/ | 
| H A D | eventsupplier.hxx | 199 	GlobalEventConfig* pImp;
 | 
| /trunk/main/starmath/source/ | 
| H A D | document.cxx | 186 …SFX_APP()->NotifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, GlobalEventConfig::GetEventName(STR…  in SetText()
 | 
| /trunk/main/basic/source/classes/ | 
| H A D | sbxmod.cxx | 2398         if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) )  in notifyEvent()
 |