Home
last modified time | relevance | path

Searched refs:pParams (Results 1 – 25 of 111) sorted by path

12345

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1635 SbxArray* pParams = pMethod->GetParameters(); in IMPL_LINK_INLINE_END() local
1637 if ( pParams ) in IMPL_LINK_INLINE_END()
1641 for ( sal_uInt16 nParam = 1; nParam < pParams->Count(); nParam++ ) in IMPL_LINK_INLINE_END()
1643 SbxVariable* pVar = pParams->Get( nParam ); in IMPL_LINK_INLINE_END()
1659 if ( nParam < ( pParams->Count() - 1 ) ) in IMPL_LINK_INLINE_END()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2088 SbxArray* pParams = pVar->GetParameters(); in TYPEINIT1() local
2208 sal_uInt32 nParamCount = pParams ? ((sal_uInt32)pParams->Count() - 1) : 0; in TYPEINIT1()
2274 else if( bInvocation && pParams && mxInvocation.is() ) in TYPEINIT1()
2297 aValAny = sbxToUnoValueImpl( pParams->Get( iSbx ), in TYPEINIT1()
2391 if( pParams ) in TYPEINIT1()
3655 SbxArray* pParams = pVar->GetParameters(); in SFX_NOTIFY() local
3660 sal_uInt32 nParamCount = pParams ? ((sal_uInt32)pParams->Count() - 1) : 0; in SFX_NOTIFY()
3754 pAnyArgs[i] = sbxToUnoValue( pParams->Get( iSbx ) ); in SFX_NOTIFY()
3885 SbxArray* pParams = pVar->GetParameters(); in SFX_NOTIFY() local
3886 sal_uInt32 nParamCount = pParams ? ((sal_uInt32)pParams->Count() - 1) : 0; in SFX_NOTIFY()
[all …]
H A Dsbxmod.cxx288 const Any* pParams = aParams.getConstArray(); in invoke() local
292 unoToSbxValue( static_cast< SbxVariable* >( xSbxVar ), pParams[i] ); in invoke()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx319 SbxArray* pParams = pMethod->GetParameters(); in lcl_dumpMethodParameters() local
321 if ( pParams ) in lcl_dumpMethodParameters()
325 for ( sal_uInt16 nParam = 1; nParam < pParams->Count(); nParam++ ) in lcl_dumpMethodParameters()
327 SbxVariable* pVar = pParams->Get( nParam ); in lcl_dumpMethodParameters()
343 if ( nParam < ( pParams->Count() - 1 ) ) in lcl_dumpMethodParameters()
/trunk/main/basic/source/runtime/
H A Druntime.cxx607 void SbiRuntime::SetParameters( SbxArray* pParams ) in SetParameters() argument
614 sal_uInt16 nParamCount = pParams ? pParams->Count() : 1; in SetParameters()
629 SbxVariable* v = pParams->Get( j ); in SetParameters()
643 SbxVariable* v = pParams->Get( i ); in SetParameters()
/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx221 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()
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()
H A Dproxy.cxx172 if (mtd->pParams[i].bIn) { in do_dispatch_throw()
175 css::uno::TypeDescription(mtd->pParams[i].pTypeRef), 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.cxx309 if (mtd->pParams[i].bIn) { in readMessage()
313 mtd->pParams[i].pTypeRef))); in readMessage()
495 if (mtd->pParams[i].bOut) { in readReplyMessage()
499 mtd->pParams[i].pTypeRef))); in readReplyMessage()
H A Dwriter.cxx338 if (mtd->pParams[j].bIn) { in sendRequest()
341 css::uno::TypeDescription(mtd->pParams[j].pTypeRef), in sendRequest()
403 if (mtd->pParams[j].bOut) { in sendReply()
406 css::uno::TypeDescription(mtd->pParams[j].pTypeRef), in sendReply()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx50 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
98 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
166 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
185 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
331 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_vtable_call()
H A Duno2cpp.cxx62 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
118 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
222 if (pParams[nIndex].bIn) in cpp_call()
224 if (pParams[nIndex].bOut) // inout in cpp_call()
396 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx51 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
99 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
169 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
190 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
349 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_mediate()
H A Duno2cpp.cxx60 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
111 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
211 if (pParams[nIndex].bIn) in cpp_call()
213 if (pParams[nIndex].bOut) // inout in cpp_call()
374 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx482 desc.get())->pParams, in vtableCall()
H A Duno2cpp.cxx494 pMemberDescr)->pParams), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx56 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
108 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
193 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
215 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
378 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_mediate()
H A Duno2cpp.cxx323 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
378 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
477 if (pParams[nIndex].bIn) in cpp_call()
479 if (pParams[nIndex].bOut) // inout in cpp_call()
645 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx54 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
103 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
175 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
194 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
337 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_vtable_call()
H A Duno2cpp.cxx162 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
213 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
287 if (pParams[nIndex].bIn) in cpp_call()
289 if (pParams[nIndex].bOut) // inout in cpp_call()
438 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx52 sal_Int32 nParams, typelib_MethodParameter * pParams, argument
109 const typelib_MethodParameter & rParam = pParams[nPos];
303 if (pParams[nIndex].bIn) // is in/inout => was constructed
323 if (pParams[nIndex].bOut) // inout/out
480 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams,
H A Duno2cpp.cxx331 sal_Int32 nParams, typelib_MethodParameter * pParams, argument
385 const typelib_MethodParameter & rParam = pParams[nPos];
495 if (pParams[nIndex].bIn)
497 if (pParams[nIndex].bOut) // inout
650 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams,
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx51 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
109 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
274 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
294 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
479 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_mediate()
H A Duno2cpp.cxx241 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
308 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
422 if (pParams[nIndex].bIn) in cpp_call()
424 if (pParams[nIndex].bOut) // inout in cpp_call()
578 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcpp2uno.cxx70 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
117 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
206 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
225 if ( pParams[nIndex].bOut ) // inout/out in cpp2uno_call()
380 pMethodTD->pParams, in cpp_vtable_call()
H A Duno2cpp.cxx264 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
317 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
426 if (pParams[nIndex].bIn) in cpp_call()
428 if (pParams[nIndex].bOut) // inout in cpp_call()
592 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()

Completed in 159 milliseconds

12345