Searched refs:cppu_isSimpleType (Results 1 – 3 of 3) sorted by relevance
109 inline bool cppu_isSimpleType( typelib_TypeClass eTypeClass ) SAL_THROW( () ) in cppu_isSimpleType() function120 inline bool cppu_isSimpleType( typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in cppu_isSimpleType() function122 return cppu_isSimpleType( pTypeDescr->eTypeClass ); in cppu_isSimpleType()
74 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()
160 if (cppu_isSimpleType( pReturnTypeDescr )) in cpp_call()194 if (!rParam.bOut && cppu_isSimpleType( pParamTypeDescr )) in cpp_call()