Home
last modified time | relevance | path

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

12345678910>>...13

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkTreeChangeEvent.h53 const char * GetEventName() const override { return "TreeChangeEvent"; } in GetEventName() function
92 const char * GetEventName() const override { return "TreeNodeChangeEvent"; } in GetEventName() function
129 const char * GetEventName() const override { return "TreeAddEvent"; } in GetEventName() function
164 const char * GetEventName() const override { return "TreeRemoveEvent"; } in GetEventName() function
195 const char * GetEventName() const override { return "TreePruneEvent"; } in GetEventName() function
H A DitkEventObject.h79 virtual const char * GetEventName() const = 0;
123 virtual const char *GetEventName() const; \
134 const char * classname::GetEventName() const { return #classname; } \
157 virtual const char *GetEventName() const { return #classname; } \
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaeventshelper.cxx578 if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::OPENDOC )) || in notifyEvent()
583 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::ACTIVATEDOC ) ) in notifyEvent()
587 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::DEACTIVATEDOC ) ) in notifyEvent()
591 else if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEDOCDONE )) || in notifyEvent()
592 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEASDOCDONE )) || in notifyEvent()
593 (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVETODOCDONE )) ) in notifyEvent()
599 … else if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEDOCFAILED )) || in notifyEvent()
600 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEASDOCFAILED )) || in notifyEvent()
601 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVETODOCFAILED )) ) in notifyEvent()
607 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::CLOSEDOC ) ) in notifyEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaeventshelper.cxx578 if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::OPENDOC )) || in notifyEvent()
583 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::ACTIVATEDOC ) ) in notifyEvent()
587 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::DEACTIVATEDOC ) ) in notifyEvent()
591 else if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEDOCDONE )) || in notifyEvent()
592 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEASDOCDONE )) || in notifyEvent()
593 (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVETODOCDONE )) ) in notifyEvent()
599 … else if( (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEDOCFAILED )) || in notifyEvent()
600 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVEASDOCFAILED )) || in notifyEvent()
601 … (rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::SAVETODOCFAILED )) ) in notifyEvent()
607 else if( rEvent.EventName == GlobalEventConfig::GetEventName( GlobalEventId::CLOSEDOC ) ) in notifyEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_throttle_runner.cc42 const char* GetEventName(NavigationThrottleRunner::Event event) { in GetEventName() function
164 "navigation", GetEventName(current_event_), local_navigation_id, in ProcessInternal()
176 TRACE_EVENT_NESTABLE_ASYNC_END1("navigation", GetEventName(current_event_), in ProcessInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_throttle_runner.cc42 const char* GetEventName(NavigationThrottleRunner::Event event) { in GetEventName() function
153 TRACE_EVENT1("navigation", GetEventName(current_event_), "throttle", in ProcessInternal()
164 base::StringPrintf("%s: %s: %d", GetEventName(current_event_), in ProcessInternal()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgEventTrigger.cpp75 rdbEvents->GetStringSelection().Lower() != (eventTrigger->GetEventName().Lower()) || in GetSql()
147 if(eventTrigger->GetEventName().Lower() == wxT("ddl command start")) in Go()
149 else if(eventTrigger->GetEventName().Lower() == wxT("ddl command end")) in Go()
218 rdbEvents->GetStringSelection().Lower() != eventTrigger->GetEventName().Lower() || in CheckChange()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPortfolioData.cpp37 STRNCPY (aChoiceEvent[f], Portfolio::GetEventName(f), 30) in PortfolioData()
128 if (strcmp (Portfolio::GetEventName(p->GetEvent()), aChoiceEvent[f]) == 0) { in choice()
273 if (strcmp (Portfolio::GetEventName(f), data) == 0) { in value()
377 return p->GetEventName(p->GetEvent()); in value()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmEvent.h44 virtual const char * GetEventName(void) const = 0;
69 virtual const char * GetEventName() const { return #classname; } \
H A DgdcmEvent.cxx30 os << GetEventName(); in Print()
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmEvent.h44 virtual const char * GetEventName() const = 0;
69 virtual const char * GetEventName() const override { return #classname; } \
H A DgdcmEvent.cxx30 os << GetEventName(); in Print()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Deventcfg.cxx114 OUString const & GetEventName( GlobalEventId nID ) const;
141 OUString const & GlobalEventConfig_Impl::GetEventName( GlobalEventId nIndex ) const in GetEventName() function in GlobalEventConfig_Impl
370 OUString GlobalEventConfig::GetEventName( GlobalEventId nIndex ) in GetEventName() function in GlobalEventConfig
375 return GlobalEventConfig::m_pImpl->GetEventName( nIndex ); in GetEventName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Deventcfg.cxx114 OUString const & GetEventName( GlobalEventId nID ) const;
141 OUString const & GlobalEventConfig_Impl::GetEventName( GlobalEventId nIndex ) const in GetEventName() function in GlobalEventConfig_Impl
370 OUString GlobalEventConfig::GetEventName( GlobalEventId nIndex ) in GetEventName() function in GlobalEventConfig
375 return GlobalEventConfig::m_pImpl->GetEventName( nIndex ); in GetEventName()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
92 StringRef ProgressEvent::GetEventName() const { in GetEventName() function in ProgressEvent
102 llvm::json::Object event(CreateEventObject(GetEventName())); in ToJSON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/rlz/lib/
H A Dlib_values.cc156 const char* GetEventName(Event event) { in GetEventName() function
182 if (strcmp(name, GetEventName(static_cast<Event>(i))) == 0) { in GetEventFromName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Devent.hxx207 const OUString& GetEventName() const in GetEventName() function in SfxEventHint
246 GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), in SfxPrintingHint()
256 GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), in SfxPrintingHint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Devent.hxx207 const OUString& GetEventName() const in GetEventName() function in SfxEventHint
246 GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), in SfxPrintingHint()
256 GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), in SfxPrintingHint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Deventuno.cxx59 if ( aName == ScSheetEvents::GetEventName(static_cast<ScSheetEventId>(nEvent)) ) in lcl_GetEventFromName()
149 aNames[nEvent] = ScSheetEvents::GetEventName(static_cast<ScSheetEventId>(nEvent)); in getElementNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Deventuno.cxx59 if ( aName == ScSheetEvents::GetEventName(static_cast<ScSheetEventId>(nEvent)) ) in lcl_GetEventFromName()
149 aNames[nEvent] = ScSheetEvents::GetEventName(static_cast<ScSheetEventId>(nEvent)); in getElementNames()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h357 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
358 return m_broadcaster_sp->GetEventName(event_mask); in GetEventName()
477 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function

12345678910>>...13