Lines Matching refs:pCppI
236 cppu_cppInterfaceProxy * pCppI = NULL; in cpp_mediate() local
240 pCppI = (cppu_cppInterfaceProxy *)(XInterface *)*(pCallStack +2); in cpp_mediate()
244 pCppI = (cppu_cppInterfaceProxy *)(XInterface *)*(pCallStack +1); in cpp_mediate()
247 typelib_InterfaceTypeDescription * pTypeDescr = pCppI->pTypeDescr; in cpp_mediate()
254 (XInterface *)pCppI ); in cpp_mediate()
273 pCppI, aMemberDescr.get(), in cpp_mediate()
288 pCppI, aMemberDescr.get(), in cpp_mediate()
301 pCppI->acquireProxy(); // non virtual call! in cpp_mediate()
305 pCppI->releaseProxy(); // non virtual call! in cpp_mediate()
315 (*pCppI->pBridge->pCppEnv->getRegisteredInterface)( in cpp_mediate()
316 pCppI->pBridge->pCppEnv, in cpp_mediate()
317 … (void **)&pInterface, pCppI->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in cpp_mediate()
335 pCppI, aMemberDescr.get(), in cpp_mediate()
347 (XInterface *)pCppI ); in cpp_mediate()
514 XInterface * pCppI, typelib_InterfaceTypeDescription * pTypeDescr ) throw () in cppu_cppInterfaceProxy_patchVtable() argument
530 *(void const **)pCppI = s_pMediateClassData->get_vtable( pTypeDescr ); in cppu_cppInterfaceProxy_patchVtable()