/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | uno2cpp.cxx | 112 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 D | share.hxx | 94 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ); 95 bool return_via_r8_buffer( typelib_TypeDescriptionReference *pTypeRef );
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_uno.cxx | 91 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | abi.cxx | 150 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 D | abi.hxx | 49 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 D | cpp2uno.cxx | 124 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | abi.cxx | 150 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 D | abi.hxx | 49 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 D | cpp2uno.cxx | 123 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()
|
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | abi.cxx | 150 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 D | abi.hxx | 49 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 D | cpp2uno.cxx | 120 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | uno2cpp.cxx | 154 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()
|
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 187 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 D | jni_java2uno.cxx | 214 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()
|
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ |
H A D | abi.cxx | 33 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() argument 35 switch ( pTypeRef->eTypeClass ) in return_in_hidden_param() 67 TYPELIB_DANGER_GET( &pTypeDescr, pTypeRef ); in return_in_hidden_param() 84 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in return_in_hidden_param()
|
H A D | cpp2uno.cxx | 109 TYPELIB_DANGER_GET( &pParamTypeDescr, rParam.pTypeRef ); in cpp2uno_call() 264 aParam.pTypeRef = pAttrTypeRef; in cpp_vtable_call() 526 TYPELIB_DANGER_GET( &pParamTypeDescr, pParams[param].pTypeRef ); in findFirst4Win64ArgumentTypes() 565 aParam.pTypeRef = pAttrTD->pAttributeTypeRef; in addLocalFunctions()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 129 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 129 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()
|
/trunk/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 152 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()
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 82 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()
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno.cxx | 77 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()
|
/trunk/main/binaryurp/source/ |
H A D | incomingrequest.cxx | 224 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()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 158 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()
|
/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 488 &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()
|