Searched refs:oUnoMethodObjects (Results 1 – 1 of 1) sorted by relevance
87 Vector oUnoMethodObjects = m_xUnoMethodNode.getMethodObjects(); in invoke() local88 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 8 milliseconds