Lines Matching refs:pThis

62 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
68 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex, in callVirtualMethod() argument
96 if ( !pThis ) in callVirtualMethod()
106 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod()
264 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument
306 void * pAdjustedThisPtr = reinterpret_cast< void ** >( pThis->getCppI() ) + aVtableSlot.offset; in cpp_call()
327 pThis->getBridge()->getUno2Cpp() ); in cpp_call()
377 pUnoArgs[nPos], pParamTypeDescr, pThis->getBridge()->getUno2Cpp() ); in cpp_call()
435 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
441 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
452 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
469 … CPPU_CURRENT_NAMESPACE::fillUnoException( header, *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); in cpp_call()
494 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local
497 typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr; in unoInterfaceProxyDispatch()
519 pThis, aVtableSlot, in unoInterfaceProxyDispatch()
541 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch()
582 (*pThis->getBridge()->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
583 pThis->getBridge()->getUnoEnv(), in unoInterfaceProxyDispatch()
584 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch()
602 pThis, aVtableSlot, in unoInterfaceProxyDispatch()