Lines Matching refs:pThis
78 pseudo_unoInterfaceProxy * pThis = static_cast< pseudo_unoInterfaceProxy * >( pUnoI ); in pseudo_unoInterfaceProxy_dispatch() local
79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
85 pseudo_unoInterfaceProxy * pThis = in pseudo_unoInterfaceProxy_free() local
88 OSL_ASSERT( pEnv == pThis->pPseudoMapping->pTo ); in pseudo_unoInterfaceProxy_free()
90 (*pThis->pPseudoMapping->pFrom->revokeInterface)( pThis->pPseudoMapping->pFrom, pThis->pUnoI ); in pseudo_unoInterfaceProxy_free()
91 (*pThis->pUnoI->release)( pThis->pUnoI ); in pseudo_unoInterfaceProxy_free()
92 typelib_typedescription_release( (typelib_TypeDescription *)pThis->pTypeDescr ); in pseudo_unoInterfaceProxy_free()
93 (*pThis->pPseudoMapping->release)( pThis->pPseudoMapping ); in pseudo_unoInterfaceProxy_free()
98 delete pThis; in pseudo_unoInterfaceProxy_free()
107 void * pThis = static_cast< uno_Interface * >( pUnoI ); in pseudo_unoInterfaceProxy_acquire() local
110 &pThis, pseudo_unoInterfaceProxy_free, in pseudo_unoInterfaceProxy_acquire()
113 OSL_ASSERT( pThis == static_cast< uno_Interface * >( pUnoI ) ); in pseudo_unoInterfaceProxy_acquire()