Lines Matching refs:pseudo_unoInterfaceProxy

54 struct pseudo_unoInterfaceProxy : public uno_Interface  struct
65 inline pseudo_unoInterfaceProxy( pseudo_Mapping * pPseudoMapping_,
78 pseudo_unoInterfaceProxy * pThis = static_cast< pseudo_unoInterfaceProxy * >( pUnoI ); in pseudo_unoInterfaceProxy_dispatch()
85 pseudo_unoInterfaceProxy * pThis = in pseudo_unoInterfaceProxy_free()
86 static_cast< pseudo_unoInterfaceProxy * >( in pseudo_unoInterfaceProxy_free()
103 …if (1 == osl_incrementInterlockedCount( &static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->nRef … in pseudo_unoInterfaceProxy_acquire()
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()
111 static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->oid.pData, in pseudo_unoInterfaceProxy_acquire()
112 static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->pTypeDescr ); in pseudo_unoInterfaceProxy_acquire()
119 if (! osl_decrementInterlockedCount( & static_cast< pseudo_unoInterfaceProxy * >( pUnoI )->nRef )) in pseudo_unoInterfaceProxy_release()
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()
127 inline pseudo_unoInterfaceProxy::pseudo_unoInterfaceProxy( in pseudo_unoInterfaceProxy() function in pseudo_uno::pseudo_unoInterfaceProxy
176 void * pProxy = new pseudo_unoInterfaceProxy( in pseudo_Mapping_mapInterface()