Lines Matching refs:pCppI
240 bridges::cpp_uno::shared::CppInterfaceProxy * pCppI in cpp_mediate() local
248 typelib_InterfaceTypeDescription * pTypeDescr = pCppI->getTypeDescr(); in cpp_mediate()
254 …w RuntimeException( rtl::OUString::createFromAscii("illegal vtable index!"), (XInterface *)pCppI ); in cpp_mediate()
277 pCppI, aMemberDescr.get(), in cpp_mediate()
292 pCppI, aMemberDescr.get(), in cpp_mediate()
305 pCppI->acquireProxy(); // non virtual call! in cpp_mediate()
309 pCppI->releaseProxy(); // non virtual call! in cpp_mediate()
319 (*pCppI->getBridge()->getCppEnv()->getRegisteredInterface)( in cpp_mediate()
320 pCppI->getBridge()->getCppEnv(), in cpp_mediate()
321 (void **)&pInterface, pCppI->getOid().pData, (typelib_InterfaceTypeDescription *)pTD ); in cpp_mediate()
339 pCppI, aMemberDescr.get(), in cpp_mediate()
349 …imeException(rtl::OUString::createFromAscii("no member description found!"), (XInterface *)pCppI ); in cpp_mediate()