Lines Matching refs:pThis

59 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
65 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex, in callVirtualMethod() argument
93 if ( !pThis ) in callVirtualMethod()
103 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod()
261 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument
303 void * pAdjustedThisPtr = reinterpret_cast< void ** >( pThis->getCppI() ) + aVtableSlot.offset; in cpp_call()
324 pThis->getBridge()->getUno2Cpp() ); in cpp_call()
374 pUnoArgs[nPos], pParamTypeDescr, pThis->getBridge()->getUno2Cpp() ); in cpp_call()
432 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
438 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
449 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
456 …CPPU_CURRENT_NAMESPACE::fillUnoException( __cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis-… in cpp_call()
481 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local
484 typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr; in unoInterfaceProxyDispatch()
506 pThis, aVtableSlot, in unoInterfaceProxyDispatch()
528 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch()
569 (*pThis->getBridge()->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
570 pThis->getBridge()->getUnoEnv(), in unoInterfaceProxyDispatch()
571 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch()
589 pThis, aVtableSlot, in unoInterfaceProxyDispatch()