Lines Matching refs:aDesc
233 ScriptEventDescriptor aDesc; in attachEventsToControl() local
236 aElement >>= aDesc; in attachEventsToControl()
237 rtl::OUString sKey = aDesc.ScriptType; in attachEventsToControl()
238 …if ( aDesc.ScriptType.equals( rtl::OUString::createFromAscii("Script" ) ) || aDesc.ScriptType.equa… in attachEventsToControl()
240 sal_Int32 nIndex = aDesc.ScriptCode.indexOf( ':' ); in attachEventsToControl()
241 sKey = aDesc.ScriptCode.copy( 0, nIndex ); in attachEventsToControl()
244 … new DialogAllListenerImpl( getScriptListenerForKey( sKey ), aDesc.ScriptType, aDesc.ScriptCode ); in attachEventsToControl()
251 xControlModel, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl()
252 aDesc.AddListenerParam, aDesc.EventMethod ); in attachEventsToControl()
268 xControl, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl()
269 aDesc.AddListenerParam, aDesc.EventMethod ); in attachEventsToControl()