Home
last modified time | relevance | path

Searched refs:GetEventName (Results 1 – 25 of 38) sorted by relevance

12

/trunk/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 …]
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1357 pNames[nLen++] = GetEventName(0); in GetEventNames()
1358 pNames[nLen++] = GetEventName(1); in GetEventNames()
1359 pNames[nLen++] = GetEventName(2); in GetEventNames()
1360 pNames[nLen++] = GetEventName(3); in GetEventNames()
1361 pNames[nLen++] = GetEventName(4); in GetEventNames()
1362 pNames[nLen] = GetEventName(5); in GetEventNames()
1367 rtl::OUString SwDocShell::GetEventName( sal_Int32 nIndex ) in GetEventName() function in SwDocShell
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()
/trunk/main/unotools/source/config/
H A Deventcfg.cxx145 ::rtl::OUString GlobalEventConfig_Impl::GetEventName( sal_Int32 nIndex ) in GetEventName() function in GlobalEventConfig_Impl
447 ::rtl::OUString GlobalEventConfig::GetEventName( sal_Int32 nIndex ) in GetEventName() function in GlobalEventConfig
449 return GlobalEventConfig().m_pImpl->GetEventName( nIndex ); in GetEventName()
/trunk/main/sfx2/inc/sfx2/
H A Devent.hxx62 ::rtl::OUString GetEventName() const in GetEventName() function in SfxEventHint
138 GlobalEventConfig::GetEventName( STR_EVENT_PRINTDOC ), in SfxPrintingHint()
/trunk/main/sc/source/ui/unoobj/
H A Deventuno.cxx68 if ( aName == ScSheetEvents::GetEventName(nEvent) ) in lcl_GetEventFromName()
166 aNames[nEvent] = ScSheetEvents::GetEventName(nEvent); in getElementNames()
/trunk/main/xmloff/source/transform/
H A DEventOOoTContext.cxx131 sal_uInt16 XMLEventOOoTransformerContext::GetEventName( in GetEventName() function in XMLEventOOoTransformerContext
189 GetTransformer().GetEventName( rAttrValue ) ); in StartElement()
H A DEventOASISTContext.cxx122 OUString XMLEventOASISTransformerContext::GetEventName( in GetEventName() function in XMLEventOASISTransformerContext
328 GetTransformer().GetEventName( rAttrValue, in StartElement()
H A DEventOASISTContext.hxx43 static ::rtl::OUString GetEventName( sal_uInt16 nPrefix,
H A DEventOOoTContext.hxx45 static sal_uInt16 GetEventName( const ::rtl::OUString& rName,
H A DOasis2OOo.hxx63 virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName,
H A DOOo2Oasis.hxx106 virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName,
/trunk/main/unotools/inc/unotools/
H A Deventcfg.hxx92 ::rtl::OUString GetEventName( sal_Int32 nID );
111 static ::rtl::OUString GetEventName( sal_Int32 nID );
/trunk/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()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx602 …pSfxApp->NotifyEvent( SfxEventHint(SFX_EVENT_PREPARECLOSEDOC, GlobalEventConfig::GetEventName(STR_… in PrepareClose()
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 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()
2675 …postEvent_Impl( pNamedHint->GetEventName(), pViewHint ? pViewHint->GetController() : uno::Referenc… in Notify()
2684 postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_TITLECHANGED ) ); in Notify()
2688 postEvent_Impl( GlobalEventConfig::GetEventName( STR_EVENT_MODECHANGED ) ); in Notify()
2883 …aveTo ? SFX_EVENT_SAVETODOC : SFX_EVENT_SAVEASDOC, GlobalEventConfig::GetEventName( bSaveTo ? STR_… 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 …EVENT_SAVETODOCFAILED : SFX_EVENT_SAVEASDOCFAILED, GlobalEventConfig::GetEventName( bSaveTo ? STR_… in impl_store()
H A Dobjmisc.cxx419 …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 Dobjembed.cxx132 …otifyEvent(SfxEventHint( SFX_EVENT_VISAREACHANGED, GlobalEventConfig::GetEventName(STR_EVENT_VISAR… in SetVisArea()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx479 …yEvent( SfxViewEventHint( SFX_EVENT_DEACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_DEACT… in SetViewFrame_Impl()
503 …NotifyEvent(SfxViewEventHint(SFX_EVENT_ACTIVATEDOC, GlobalEventConfig::GetEventName(STR_EVENT_ACTI… in SetViewFrame_Impl()
H A Dappcfg.cxx155 aTmp += ByteString( String( aHint.GetEventName() ), RTL_TEXTENCODING_UTF8 ); in IMPL_LINK()
1025 aTmp += ByteString( String( rEventHint.GetEventName() ), RTL_TEXTENCODING_UTF8 ); in NotifyEvent()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1082 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_FI… in MergeMailFiles()
1084 …->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE_FINISHED, SwDocShell::GetEventName(STR_SW_EVENT_FI… in MergeMailFiles()
2550 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAI… in ExecuteFormLetter()
2625 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE_END, SwDocShell::GetEventName(STR_SW_EVENT… in ExecuteFormLetter()
2966 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_FI… in MergeDocuments()
2968 …->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE_FINISHED, SwDocShell::GetEventName(STR_SW_EVENT_FI… in MergeDocuments()
/trunk/main/sc/inc/
H A Dsheetevents.hxx54 static rtl::OUString GetEventName(sal_Int32 nEvent);
/trunk/main/sc/source/core/data/
H A Dsheetevents.cxx36 rtl::OUString ScSheetEvents::GetEventName(sal_Int32 nEvent) in GetEventName() function in ScSheetEvents
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx638 …SfxViewEventHint aHint( SFX_EVENT_VIEWCREATED, GlobalEventConfig::GetEventName( STR_EVENT_VIEWCREA… in attachFrame()
1068 …NotifyEvent( SfxViewEventHint(SFX_EVENT_CLOSEVIEW, GlobalEventConfig::GetEventName( STR_EVENT_CLOS… in dispose()
1070 …P()->NotifyEvent( SfxEventHint(SFX_EVENT_CLOSEDOC, GlobalEventConfig::GetEventName( STR_EVENT_CLOS… in dispose()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx825 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAI… in execute()
827 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE_END, SwDocShell::GetEventName(STR_SW_EVENT… in execute()

Completed in 134 milliseconds

12