Lines Matching refs:pCppI
241 bridges::cpp_uno::shared::CppInterfaceProxy * pCppI in cpp_mediate() local
249 typelib_InterfaceTypeDescription * pTypeDescr = pCppI->getTypeDescr(); in cpp_mediate()
255 …w RuntimeException( rtl::OUString::createFromAscii("illegal vtable index!"), (XInterface *)pCppI ); in cpp_mediate()
278 pCppI, aMemberDescr.get(), in cpp_mediate()
293 pCppI, aMemberDescr.get(), in cpp_mediate()
306 pCppI->acquireProxy(); // non virtual call! in cpp_mediate()
310 pCppI->releaseProxy(); // non virtual call! in cpp_mediate()
320 (*pCppI->getBridge()->getCppEnv()->getRegisteredInterface)( in cpp_mediate()
321 pCppI->getBridge()->getCppEnv(), in cpp_mediate()
322 (void **)&pInterface, pCppI->getOid().pData, (typelib_InterfaceTypeDescription *)pTD ); in cpp_mediate()
340 pCppI, aMemberDescr.get(), in cpp_mediate()
350 …imeException(rtl::OUString::createFromAscii("no member description found!"), (XInterface *)pCppI ); in cpp_mediate()