Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorder.java58 PropertyValue[] dispArgs = new PropertyValue[0]; field in _XDispatchRecorder
87 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 …]
/aoo4110/main/qadevOOo/tests/java/mod/_fwk/
H A DDispatchRecorder.java128 PropertyValue[] dispArgs = new PropertyValue[] {prop}; in createTestEnvironment() local
129 xDR.recordDispatch(dispURL, dispArgs); in createTestEnvironment()
152 dispArgs = new PropertyValue[] {dispProp}; in createTestEnvironment()
154 instance.aArgs = dispArgs; in createTestEnvironment()

Completed in 18 milliseconds