Searched refs:oParameters (Results 1 – 2 of 2) sorted by relevance
210 …protected Object invoke(Object _oUnoObject, Object[] oParameters) throws com.sun.star.uno.Exceptio… in invoke() argument211 Object[][] aParams = new Object[1][oParameters.length]; in invoke()212 for ( int i = 0; i < oParameters.length; i++ ) { in invoke()213 aParams[0][i] = oParameters[i]; in invoke()
334 Object[] oParameters = getParameterValues(); in invokeParameterMethod() local335 m_oUnoReturnObject = m_xUnoMethodNode.invoke(m_oUnoObject, oParameters); in invokeParameterMethod()
Completed in 13 milliseconds