Lines Matching refs:pThis

52 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
58 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex, in callVirtualMethod() argument
86 if ( !pThis ) in callVirtualMethod()
96 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod()
256 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument
298 void * pAdjustedThisPtr = reinterpret_cast< void ** >( pThis->getCppI() ) + aVtableSlot.offset; in cpp_call()
319 pThis->getBridge()->getUno2Cpp() ); in cpp_call()
369 pUnoArgs[nPos], pParamTypeDescr, pThis->getBridge()->getUno2Cpp() ); in cpp_call()
427 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
433 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
444 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
451 …CPPU_CURRENT_NAMESPACE::__cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getC… in cpp_call()
476 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local
479 typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr; in unoInterfaceProxyDispatch()
501 pThis, aVtableSlot, in unoInterfaceProxyDispatch()
523 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch()
564 (*pThis->getBridge()->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
565 pThis->getBridge()->getUnoEnv(), in unoInterfaceProxyDispatch()
566 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch()
584 pThis, aVtableSlot, in unoInterfaceProxyDispatch()