Home
last modified time | relevance | path

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

/trunk/main/extensions/qa/integration/extensions/
H A DServicesHandler.java82 PropertyValue dispatchArgs[] = new PropertyValue[] { new PropertyValue() }; in actionPerformed() local
83 dispatchArgs[0].Name = "URL"; in actionPerformed()
84 dispatchArgs[0].Value = documentationURL; in actionPerformed()
86 dispatcher.dispatch(dispatchURL[0], dispatchArgs ); in actionPerformed()
/trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/
H A DOfficeDocumentView.java132 final PropertyValue[] dispatchArgs = new PropertyValue[ i_arguments.length ]; in dispatch() local
135dispatchArgs[i] = new PropertyValue( i_arguments[i].Name, -1, i_arguments[i].Value, PropertyState.… in dispatch()
137 return dispatch( i_url, dispatchArgs ); in dispatch()

Completed in 20 milliseconds