Lines Matching refs:aProperties

200 	SEQUENCE < PROPERTYVALUE > aProperties;  in Execute()  local
201 if ( aEventData >>= aProperties ) in Execute()
210 sal_Int32 nCount = aProperties.getLength(); in Execute()
218 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in Execute()
219 aProperties[ nIndex ].Value >>= aType; in Execute()
220 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in Execute()
221 aProperties[ nIndex ].Value >>= aScript; in Execute()
222 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in Execute()
223 aProperties[ nIndex ].Value >>= aLibrary; in Execute()
224 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in Execute()
225 aProperties[ nIndex ].Value >>= aMacroName; in Execute()
226 else if ( aProperties[ nIndex ].Name.compareToAscii( "Referer" ) == 0 ) in Execute()
227 aProperties[ nIndex ].Value >>= aReferer; in Execute()
384 SEQUENCE < PROPERTYVALUE > aProperties; in ConvertToMacro() local
391 if ( aAny >>= aProperties ) in ConvertToMacro()
398 long nCount = aProperties.getLength(); in ConvertToMacro()
406 if ( aProperties[ nIndex ].Name.compareToAscii( PROP_EVENT_TYPE ) == 0 ) in ConvertToMacro()
407 aProperties[ nIndex ].Value >>= aType; in ConvertToMacro()
408 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_SCRIPT ) == 0 ) in ConvertToMacro()
409 aProperties[ nIndex ].Value >>= aScriptURL; in ConvertToMacro()
410 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_LIBRARY ) == 0 ) in ConvertToMacro()
411 aProperties[ nIndex ].Value >>= aLibrary; in ConvertToMacro()
412 else if ( aProperties[ nIndex ].Name.compareToAscii( PROP_MACRO_NAME ) == 0 ) in ConvertToMacro()
413 aProperties[ nIndex ].Value >>= aMacroName; in ConvertToMacro()