Lines Matching refs:pThis
62 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
69 static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex, in callVirtualMethod() argument
98 if ( !pThis ) in callVirtualMethod()
108 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod()
225 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument
273 void * pAdjustedThisPtr = reinterpret_cast< void ** >( pThis->getCppI() ) + aVtableSlot.offset; in cpp_call()
294 pThis->getBridge()->getUno2Cpp() ); in cpp_call()
344 pUnoArgs[nPos], pParamTypeDescr, pThis->getBridge()->getUno2Cpp() ); in cpp_call()
403 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
409 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
420 pThis->getBridge()->getCpp2Uno() ); in cpp_call()
427 …CPPU_CURRENT_NAMESPACE::__cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getC… in cpp_call()
452 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local
455 typelib_InterfaceTypeDescription * pTypeDescr = pThis->pTypeDescr; in unoInterfaceProxyDispatch()
477 pThis, aVtableSlot, in unoInterfaceProxyDispatch()
499 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch()
540 (*pThis->getBridge()->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
541 pThis->getBridge()->getUnoEnv(), in unoInterfaceProxyDispatch()
542 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch()
560 pThis, aVtableSlot, in unoInterfaceProxyDispatch()