Searched refs:dispArgs (Results 1 – 2 of 2) sorted by relevance
58 PropertyValue[] dispArgs = new PropertyValue[0]; field in _XDispatchRecorder87 dispArgs = new PropertyValue[] {prop}; in _getRecordedMacro()93 xDisp.dispatch(dispURL, dispArgs); in _getRecordedMacro()138 dispArgs = new PropertyValue[] {prop}; in _recordDispatch()141 oObj.recordDispatch(dispURL, dispArgs); in _recordDispatch()151 && macro.indexOf((String)dispArgs[0].Value) > -1; in _recordDispatch()153 + "' or its argument '" + dispArgs[0].Value in _recordDispatch()169 dispArgs = new PropertyValue[] {prop}; in _recordDispatchAsComment()172 oObj.recordDispatchAsComment(dispURL, dispArgs); in _recordDispatchAsComment()184 + "' or its argument '" + dispArgs[0].Value in _recordDispatchAsComment()[all …]
128 PropertyValue[] dispArgs = new PropertyValue[] {prop}; in createTestEnvironment() local129 xDR.recordDispatch(dispURL, dispArgs); in createTestEnvironment()152 dispArgs = new PropertyValue[] {dispProp}; in createTestEnvironment()154 instance.aArgs = dispArgs; in createTestEnvironment()
Completed in 9 milliseconds