Searched refs:aEventDesc (Results 1 – 1 of 1) sorted by relevance
326 ScriptEventDescriptor aEventDesc; in attachMacro() local327 aEventDesc.ScriptType = CREATE_OUSTRING( "Script" ); in attachMacro()328 aEventDesc.ScriptCode = rMacroUrl; in attachMacro()339 aEventDesc.ListenerType = CREATE_OUSTRING( "XActionListener" ); in attachMacro()340 aEventDesc.EventMethod = CREATE_OUSTRING( "actionPerformed" ); in attachMacro()345 aEventDesc.ListenerType = CREATE_OUSTRING( "XMouseListener" ); in attachMacro()346 aEventDesc.EventMethod = CREATE_OUSTRING( "mouseReleased" ); in attachMacro()349 aEventDesc.ListenerType = CREATE_OUSTRING( "XTextListener" ); in attachMacro()350 aEventDesc.EventMethod = CREATE_OUSTRING( "textChanged" ); in attachMacro()360 aEventDesc.EventMethod = CREATE_OUSTRING( "changed" ); in attachMacro()[all …]
Completed in 21 milliseconds