Searched refs:aParamInfos (Results 1 – 2 of 2) sorted by relevance
998 Sequence<ParamInfo> aParamInfos = xMethod->getParameterInfos(); in fillInfoForMethod() local999 sal_Int32 nParamCount = aParamInfos.getLength(); in fillInfoForMethod()1002 const ParamInfo* pInfos = aParamInfos.getConstArray(); in fillInfoForMethod()
837 ParamInfo[] aParamInfos = _oUnoMethodNode.getXIdlMethod().getParameterInfos(); in getMethodParameterValueDescription() local840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription()842 sParamSourceCode += aParamInfos[i].aName + "="; in getMethodParameterValueDescription()
Completed in 28 milliseconds