Home
last modified time | relevance | path

Searched refs:aLstType (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx463 OUString aLstType = ListenerType; in revokeScriptEvent() local
464 sal_Int32 nLastDot = aLstType.lastIndexOf('.'); in revokeScriptEvent()
466 aLstType = aLstType.copy(nLastDot+1); in revokeScriptEvent()
469 [&aLstType, &EventMethod, &ToRemoveListenerParam](const ScriptEventDescriptor& rEvent) { in revokeScriptEvent()
470 return aLstType == rEvent.ListenerType in revokeScriptEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx460 OUString aLstType = ListenerType; in revokeScriptEvent() local
461 sal_Int32 nLastDot = aLstType.lastIndexOf('.'); in revokeScriptEvent()
463 aLstType = aLstType.copy(nLastDot+1); in revokeScriptEvent()
466 [&aLstType, &EventMethod, &ToRemoveListenerParam](const ScriptEventDescriptor& rEvent) { in revokeScriptEvent()
467 return aLstType == rEvent.ListenerType in revokeScriptEvent()