Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java87 Vector oUnoMethodObjects = m_xUnoMethodNode.getMethodObjects(); in invoke() local
88 if (oUnoMethodObjects != null){ in invoke()
90 this.m_oParamObjects[i] = oUnoMethodObjects.get(i); in invoke()
92 if (oUnoMethodObjects.size() == m_oParamObjects.length + 1){ in invoke()
93 oUnoReturnObject = oUnoMethodObjects.get(oUnoMethodObjects.size()-1); in invoke()

Completed in 15 milliseconds