Lines Matching refs:pPseudoMapping
57 pseudo_Mapping * pPseudoMapping; member
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()
93 (*pThis->pPseudoMapping->release)( pThis->pPseudoMapping ); in pseudo_unoInterfaceProxy_free()
108 …(*static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->pPseudoMapping->pTo->registerProxyInterface)( in pseudo_unoInterfaceProxy_acquire()
109 static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->pPseudoMapping->pTo, in pseudo_unoInterfaceProxy_acquire()
122 (*static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->pPseudoMapping->pTo->revokeInterface)( in pseudo_unoInterfaceProxy_release()
123 static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->pPseudoMapping->pTo, pUnoI ); in pseudo_unoInterfaceProxy_release()
131 , pPseudoMapping( pPseudoMapping_ ) in pseudo_unoInterfaceProxy()
136 (*pPseudoMapping->acquire)( pPseudoMapping ); in pseudo_unoInterfaceProxy()
138 (*pPseudoMapping->pFrom->registerInterface)( in pseudo_unoInterfaceProxy()
139 pPseudoMapping->pFrom, reinterpret_cast< void ** >( &pUnoI ), oid.pData, pTypeDescr ); in pseudo_unoInterfaceProxy()