Lines Matching refs:mtd
212 typelib_InterfaceMethodTypeDescription * mtd = in execute_throw() local
216 retType = css::uno::TypeDescription(mtd->pReturnTypeRef); in execute_throw()
219 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in execute_throw()
221 if (mtd->pParams[j].bIn) { in execute_throw()
224 mtd->pParams[j].pTypeRef)); in execute_throw()
229 mtd->pParams[j].pTypeRef). in execute_throw()
234 if (mtd->pParams[j].bOut) { in execute_throw()
267 typelib_InterfaceMethodTypeDescription * mtd = in execute_throw() local
274 for (sal_Int32 k = 0; k != mtd->nParams; ++k) { in execute_throw()
275 if (mtd->pParams[k].bOut) { in execute_throw()
278 mtd->pParams[k].pTypeRef), in execute_throw()
281 if (!mtd->pParams[k].bIn) { in execute_throw()
283 &(*j++)[0], mtd->pParams[k].pTypeRef, 0); in execute_throw()