Home
last modified time | relevance | path

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

/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dtype_misc.hxx35 inline bool cppu_relatesToInterface( typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in cppu_relatesToInterface() function
54 bool bRel = cppu_relatesToInterface( pTD ); in cppu_relatesToInterface()
83 bool bRel = cppu_relatesToInterface( pTD ); in cppu_relatesToInterface()
93 return cppu_relatesToInterface( (typelib_TypeDescription *)pComp->pBaseTypeDescription ); in cppu_relatesToInterface()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx167 pCppReturn = *(void **)pCppStack = (cppu_relatesToInterface( pReturnTypeDescr ) in cpp_call()
222 else if (cppu_relatesToInterface( pParamTypeDescr )) in cpp_call()
H A Dcpp2uno.cxx83 pUnoReturn = (cppu_relatesToInterface( pReturnTypeDescr ) in cpp2uno_call()
136 else if (cppu_relatesToInterface( pParamTypeDescr )) in cpp2uno_call()

Completed in 25 milliseconds