Home
last modified time | relevance | path

Searched refs:cppu_isSimpleType (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/bridges/inc/bridges/cpp_uno/
H A Dtype_misc.hxx109 inline bool cppu_isSimpleType( typelib_TypeClass eTypeClass ) SAL_THROW( () ) in cppu_isSimpleType() function
120 inline bool cppu_isSimpleType( typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in cppu_isSimpleType() function
122 return cppu_isSimpleType( pTypeDescr->eTypeClass ); in cppu_isSimpleType()
/AOO42X/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx74 if (cppu_isSimpleType( pReturnTypeDescr )) in cpp2uno_call()
109 if (!rParam.bOut && cppu_isSimpleType( pParamTypeDescr )) // value in cpp2uno_call()
477 bool simple_ret = cppu_isSimpleType( in get_vtable()
493 bool simple_ret = cppu_isSimpleType( in get_vtable()
H A Duno2cpp.cxx160 if (cppu_isSimpleType( pReturnTypeDescr )) in cpp_call()
194 if (!rParam.bOut && cppu_isSimpleType( pParamTypeDescr )) in cpp_call()