Searched refs:mtd (Results 1 – 7 of 7) sorted by relevance
212 typelib_InterfaceMethodTypeDescription * mtd = in execute_throw() local219 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() local274 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()[all …]
238 typelib_InterfaceMethodTypeDescription * mtd = in sendRequest() local241 OSL_ASSERT(mtd->pInterface != 0); in sendRequest()243 t = css::uno::TypeDescription(&mtd->pInterface->aBase); in sendRequest()247 mtd->aBase.nPosition]; in sendRequest()248 forceSynchronous = mtd->bOneWay && in sendRequest()333 typelib_InterfaceMethodTypeDescription * mtd = in sendRequest() local337 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in sendRequest()338 if (mtd->pParams[j].bIn) { in sendRequest()393 typelib_InterfaceMethodTypeDescription * mtd = in sendReply() local402 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in sendReply()[all …]
168 typelib_InterfaceMethodTypeDescription const * mtd = in do_dispatch_throw() local171 for (sal_Int32 i = 0; i != mtd->nParams; ++i) { in do_dispatch_throw()172 if (mtd->pParams[i].bIn) { in do_dispatch_throw()175 css::uno::TypeDescription(mtd->pParams[i].pTypeRef), in do_dispatch_throw()211 typelib_InterfaceMethodTypeDescription const * mtd = in do_dispatch_throw() local215 css::uno::TypeDescription t(mtd->pReturnTypeRef); in do_dispatch_throw()220 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in do_dispatch_throw()221 if (mtd->pParams[j].bOut) { in do_dispatch_throw()222 css::uno::TypeDescription pt(mtd->pParams[j].pTypeRef); in do_dispatch_throw()223 if (mtd->pParams[j].bIn) { in do_dispatch_throw()
305 typelib_InterfaceMethodTypeDescription * mtd = in readMessage() local308 for (sal_Int32 i = 0; i != mtd->nParams; ++i) { in readMessage()309 if (mtd->pParams[i].bIn) { in readMessage()313 mtd->pParams[i].pTypeRef))); in readMessage()442 typelib_InterfaceMethodTypeDescription * mtd = in readReplyMessage() local446 n = mtd->nExceptions; in readReplyMessage()447 p = mtd->ppExceptions; in readReplyMessage()488 typelib_InterfaceMethodTypeDescription * mtd = in readReplyMessage() local494 for (sal_Int32 i = 0; i != mtd->nParams; ++i) { in readReplyMessage()495 if (mtd->pParams[i].bOut) { in readReplyMessage()[all …]
615 typelib_InterfaceMethodTypeDescription* mtd, in constructReturnMessage() argument635 System::Object* arOut[]= new System::Object*[mtd->nParams]; in constructReturnMessage()637 for (int i= 0; i < mtd->nParams; i++) in constructReturnMessage()639 if (mtd->pParams[i].bOut) in constructReturnMessage()
148 typelib_InterfaceMethodTypeDescription* mtd,
1319 -<xsl:template match="m:mtd[@columnspan]">1331 -<xsl:template match="m:mtd">1341 - Also for m:mtd[@columnspan] and m:mtr -->1358 …:variable name="numbercols" select="count(./m:mtr[1]/m:mtd[not(@columnspan)])+sum(./m:mtr[1]/m:mtd…1449 +<xsl:template match="m:mtd[@columnspan]">1461 +<xsl:template match="m:mtd">1499 …ame="numbercols" select="count(./m:mtr[1]/*[not(@columnspan)])+sum(./m:mtr[1]/m:mtd/@columnspan)"/>
Completed in 59 milliseconds