Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Ddrawingfragment.cxx83 Sequence< PropertyValue > aEventProps( 2 ); in attachMacro() local
84 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 15 milliseconds