Searched refs:aEventProps (Results 1 – 1 of 1) sorted by relevance
83 Sequence< PropertyValue > aEventProps( 2 ); in attachMacro() local84 aEventProps[ 0 ].Name = CREATE_OUSTRING( "EventType" ); in attachMacro()85 aEventProps[ 0 ].Value <<= CREATE_OUSTRING( "Script" ); in attachMacro()86 aEventProps[ 1 ].Name = CREATE_OUSTRING( "Script" ); in attachMacro()87 aEventProps[ 1 ].Value <<= rMacroUrl; in attachMacro()88 xEvents->replaceByName( CREATE_OUSTRING( "OnClick" ), Any( aEventProps ) ); in attachMacro()
Completed in 19 milliseconds