Home
last modified time | relevance | path

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

/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx167 listernersForTypes[ rtl::OUString::createFromAscii("StarBasic") ] = rxRTLListener; in DialogEventsAttacherImpl()
169listernersForTypes[ rtl::OUString::createFromAscii("StarBasic") ] = new DialogLegacyScriptListener… in DialogEventsAttacherImpl()
171listernersForTypes[ rtl::OUString::createFromAscii("vnd.sun.star.UNO") ] = new DialogUnoScriptList… in DialogEventsAttacherImpl()
172listernersForTypes[ rtl::OUString::createFromAscii("vnd.sun.star.script") ] = new DialogSFScriptLi… in DialogEventsAttacherImpl()
186listernersForTypes[ rtl::OUString::createFromAscii("VBAInterop") ] = new DialogVBAScriptListenerIm… in DialogEventsAttacherImpl()
199 ListenerHash::iterator it = listernersForTypes.find( sKey ); in getScriptListenerForKey()
200 if ( it == listernersForTypes.end() ) in getScriptListenerForKey()
H A Ddlgevtatt.hxx64 ListenerHash listernersForTypes; member in dlgprov::DialogEventsAttacherImpl

Completed in 20 milliseconds