Home
last modified time | relevance | path

Searched refs:mtd (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/binaryurp/source/
H A Dincomingrequest.cxx212 typelib_InterfaceMethodTypeDescription * mtd = in execute_throw() local
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()
[all …]
H A Dwriter.cxx238 typelib_InterfaceMethodTypeDescription * mtd = in sendRequest() local
241 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() local
337 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() local
402 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in sendReply()
[all …]
H A Dproxy.cxx168 typelib_InterfaceMethodTypeDescription const * mtd = in do_dispatch_throw() local
171 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() local
215 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()
H A Dreader.cxx305 typelib_InterfaceMethodTypeDescription * mtd = in readMessage() local
308 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() local
446 n = mtd->nExceptions; in readReplyMessage()
447 p = mtd->ppExceptions; in readReplyMessage()
488 typelib_InterfaceMethodTypeDescription * mtd = in readReplyMessage() local
494 for (sal_Int32 i = 0; i != mtd->nParams; ++i) { in readReplyMessage()
495 if (mtd->pParams[i].bOut) { in readReplyMessage()
[all …]
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx615 typelib_InterfaceMethodTypeDescription* mtd, in constructReturnMessage() argument
635 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()
H A Dcli_proxy.h148 typelib_InterfaceMethodTypeDescription* mtd,
/aoo41x/main/xsltml/
H A Dxsltml_2.1.2.patch1319 -<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 54 milliseconds