Home
last modified time | relevance | path

Searched refs:pTypeRef (Results 1 – 25 of 90) sorted by relevance

1234

/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx112 bool is_complex_struct( typelib_TypeDescriptionReference *pTypeRef ) in is_complex_struct() argument
114 …if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeClass_… in is_complex_struct()
117 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in is_complex_struct()
129 …if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeClass_… in return_via_r8_buffer()
131 if (is_complex_struct( pTypeRef )) return false; in return_via_r8_buffer()
134 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in return_via_r8_buffer()
146 if (bridges::cpp_uno::shared::isSimpleType(pTypeRef)) in return_in_hidden_param()
148 …else if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeC… in return_in_hidden_param()
149 return is_complex_struct( pTypeRef ); in return_in_hidden_param()
385 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp_call()
[all …]
H A Dshare.hxx94 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
95 bool return_via_r8_buffer( typelib_TypeDescriptionReference *pTypeRef );
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx91 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno()
118 uno_type_destructData(uno_args[n], param.pTypeRef, 0); in call_uno()
137 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno()
143 &args[nPos], uno_args[nPos], param.pTypeRef, in call_uno()
151 uno_type_destructData( uno_args[n], pParams[n].pTypeRef, 0 ); in call_uno()
194 uno_type_destructData( uno_args[ nPos ], param.pTypeRef, 0 ); in call_uno()
217 uno_args[nPos], param.pTypeRef, 0, false); in call_cli()
256 uno_args[ nPos ], args[ nPos ], param.pTypeRef, in call_cli()
267 uno_type_destructData( uno_args[ n ], param.pTypeRef, 0 ); in call_cli()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
152 switch ( pTypeRef->eTypeClass ) in classify_argument()
167 if ( ( byteOffset % 8 + pTypeRef->pType->nSize ) <= 4 ) in classify_argument()
198 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() argument
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
[all …]
H A Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
57 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
H A Dcpp2uno.cxx123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
124 if ( !rParam.bOut && bridges::cpp_uno::shared::isSimpleType( rParam.pTypeRef ) ) // value in cpp2uno_call()
153 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp2uno_call()
319 aParam.pTypeRef = pAttrTypeRef; in cpp_vtable_call()
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
152 switch ( pTypeRef->eTypeClass ) in classify_argument()
167 if ( ( byteOffset % 8 + pTypeRef->pType->nSize ) <= 4 ) in classify_argument()
198 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() argument
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
[all …]
H A Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
57 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
H A Dcpp2uno.cxx120 bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
121 if ( !rParam.bOut && bridges::cpp_uno::shared::isSimpleType( rParam.pTypeRef ) ) // value in cpp2uno_call()
150 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp2uno_call()
316 aParam.pTypeRef = pAttrTypeRef; in cpp_vtable_call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
152 switch ( pTypeRef->eTypeClass ) in classify_argument()
167 if ( ( byteOffset % 8 + pTypeRef->pType->nSize ) <= 4 ) in classify_argument()
198 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() argument
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct() argument
[all …]
H A Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
57 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…
H A Dcpp2uno.cxx124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
125 if ( !rParam.bOut && bridges::cpp_uno::shared::isSimpleType( rParam.pTypeRef ) ) // value in cpp2uno_call()
154 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp2uno_call()
320 aParam.pTypeRef = pAttrTypeRef; in cpp_vtable_call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx154 bool isRegisterReturn( typelib_TypeDescriptionReference *pTypeRef ) in isRegisterReturn() argument
156 if (bridges::cpp_uno::shared::isSimpleType(pTypeRef)) in isRegisterReturn()
158 …else if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeC… in isRegisterReturn()
161 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in isRegisterReturn()
235 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp_call()
419 aParam.pTypeRef = in unoInterfaceProxyDispatch()
/aoo4110/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx187 param.pTypeRef, 0, in call_java()
198 typelib_TypeClass_DOUBLE < param.pTypeRef->eTypeClass) in call_java()
321 typelib_TypeClass_DOUBLE < param.pTypeRef->eTypeClass) in call_java()
340 java_args[ nPos ], param.pTypeRef, 0, in call_java()
353 uno_args[ n ], p.pTypeRef, 0 ); in call_java()
362 p.pTypeRef->eTypeClass) in call_java()
376 if (typelib_TypeClass_DOUBLE < param.pTypeRef->eTypeClass) in call_java()
401 uno_args[ i ], param.pTypeRef, 0 ); in call_java()
656 param.pTypeRef = attrib_td->pAttributeTypeRef; in UNO_proxy_dispatch()
H A Djni_java2uno.cxx214 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno()
253 uno_args[ n ], p.pTypeRef, 0 ); in call_uno()
279 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno()
300 uno_args[ n ], pParams[ n ].pTypeRef, 0 ); in call_uno()
366 uno_type_destructData( uno_args[ nPos ], param.pTypeRef, 0 ); in call_uno()
592 param.pTypeRef = attr_td->pAttributeTypeRef; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx129 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument
131 if (bridges::cpp_uno::shared::isSimpleType(pTypeRef)) in return_in_hidden_param()
133 …else if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeC… in return_in_hidden_param()
136 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in return_in_hidden_param()
380 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp_call()
568 aParam.pTypeRef = in unoInterfaceProxyDispatch()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx129 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument
131 if (bridges::cpp_uno::shared::isSimpleType(pTypeRef)) in return_in_hidden_param()
133 …else if (pTypeRef->eTypeClass == typelib_TypeClass_STRUCT || pTypeRef->eTypeClass == typelib_TypeC… in return_in_hidden_param()
136 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in return_in_hidden_param()
380 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp_call()
568 aParam.pTypeRef = in unoInterfaceProxyDispatch()
/aoo4110/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx152 param.pTypeRef = ((typelib_InterfaceAttributeTypeDescription *) in s_Proxy_dispatch()
436 TYPELIB_DANGER_GET( &td, param.pTypeRef ); in dispatch()
469 uno_type_destructData(pArgs[nPos], param.pTypeRef, 0); in dispatch()
473 param.pTypeRef, in dispatch()
476 uno_Environment_invoke(m_to.get(), s_type_destructData_v, args[nPos], param.pTypeRef, 0); in dispatch()
500 uno_Environment_invoke(m_to.get(), s_type_destructData_v, args[nPos], param.pTypeRef, 0); in dispatch()
/aoo4110/main/pyuno/source/module/
H A Dpyuno.cxx77 OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef , sal_Int32 mode )… in val2str() argument
80 if (pTypeRef->eTypeClass == typelib_TypeClass_VOID) in val2str()
85 buf.append( pTypeRef->pTypeName ); in val2str()
88 switch (pTypeRef->eTypeClass) in val2str()
147 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in val2str()
184 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in val2str()
231 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in val2str()
/aoo4110/main/cppuhelper/source/
H A Dcomponent_context.cxx82 static OUString val2str( void const * pVal, typelib_TypeDescriptionReference * pTypeRef ) in val2str() argument
85 if (pTypeRef->eTypeClass == typelib_TypeClass_VOID) in val2str()
90 buf.append( pTypeRef->pTypeName ); in val2str()
93 switch (pTypeRef->eTypeClass) in val2str()
104 ::typelib_typedescriptionreference_getDescription( &pTypeDescr, pTypeRef ); in val2str()
143 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in val2str()
189 ::typelib_typedescriptionreference_getDescription( &pTypeDescr, pTypeRef ); in val2str()
/aoo4110/main/binaryurp/source/
H A Dincomingrequest.cxx224 mtd->pParams[j].pTypeRef)); in execute_throw()
229 mtd->pParams[j].pTypeRef). in execute_throw()
278 mtd->pParams[k].pTypeRef), in execute_throw()
283 &(*j++)[0], mtd->pParams[k].pTypeRef, 0); in execute_throw()
H A Dproxy.cxx175 css::uno::TypeDescription(mtd->pParams[i].pTypeRef), in do_dispatch_throw()
222 css::uno::TypeDescription pt(mtd->pParams[j].pTypeRef); in do_dispatch_throw()
/aoo4110/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx158 bridges::cpp_uno::shared::isSimpleType(parameters[i].pTypeRef)) in call()
161 switch (parameters[i].pTypeRef->eTypeClass) { in call()
306 TYPELIB_DANGER_GET(&ptd, parameters[i].pTypeRef); in call()
/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Dcpp2uno.cxx109 switch (rParam.pTypeRef->eTypeClass) in cpp2uno_call()
168 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp2uno_call()
370 aParam.pTypeRef = in cpp_mediate()
/aoo4110/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx488 &pInAnys[nPos], pArgs[nPos], rParam.pTypeRef, 0, 0 ); in invoke()
542 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke()
548 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke()
562 pArgs[nIndex2], rParam2.pTypeRef, 0 ); in invoke()

Completed in 118 milliseconds

1234