Lines Matching refs:aScriptDescriptor
430 Sequence< PropertyValue > aScriptDescriptor; in replaceByName() local
431 OSL_VERIFY( _rElement >>= aScriptDescriptor ); in replaceByName()
433 ::comphelper::NamedValueCollection aExtractor( aScriptDescriptor ); in replaceByName()
445 Sequence< PropertyValue > aScriptDescriptor( 2 ); in getByName() local
446 aScriptDescriptor[0].Name = ::rtl::OUString::createFromAscii( "EventType" ); in getByName()
447 aScriptDescriptor[0].Value <<= aDescriptor.ScriptType; in getByName()
448 aScriptDescriptor[1].Name = ::rtl::OUString::createFromAscii( "Script" ); in getByName()
449 aScriptDescriptor[1].Value <<= aDescriptor.ScriptCode; in getByName()
451 return makeAny( aScriptDescriptor ); in getByName()
950 …ScriptEventDescriptor aScriptDescriptor( pEventHolder->getNormalizedDescriptorByName( event->secon… in onInteractivePropertySelection() local
955 makeAny( aScriptDescriptor ) in onInteractivePropertySelection()