Lines Matching refs:eRet
251 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call() local
253 return eRet; in cpp2uno_call()
300 typelib_TypeClass eRet; in cpp_vtable_call() local
311 eRet = cpp2uno_call( pCppI, aMemberDescr.get(), pAttrTypeRef, in cpp_vtable_call()
323 eRet = cpp2uno_call( pCppI, aMemberDescr.get(), in cpp_vtable_call()
337 eRet = typelib_TypeClass_VOID; in cpp_vtable_call()
341 eRet = typelib_TypeClass_VOID; in cpp_vtable_call()
365 eRet = typelib_TypeClass_ANY; in cpp_vtable_call()
376 eRet = cpp2uno_call( pCppI, aMemberDescr.get(), in cpp_vtable_call()
390 eRet = typelib_TypeClass_VOID; in cpp_vtable_call()
394 return eRet; in cpp_vtable_call()