Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/invocation/
H A Dinvocation.cxx998 Sequence<ParamInfo> aParamInfos = xMethod->getParameterInfos(); in fillInfoForMethod() local
999 sal_Int32 nParamCount = aParamInfos.getLength(); in fillInfoForMethod()
1002 const ParamInfo* pInfos = aParamInfos.getConstArray(); in fillInfoForMethod()
/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java837 ParamInfo[] aParamInfos = _oUnoMethodNode.getXIdlMethod().getParameterInfos(); in getMethodParameterValueDescription() local
840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription()
842 sParamSourceCode += aParamInfos[i].aName + "="; in getMethodParameterValueDescription()

Completed in 35 milliseconds