Lines Matching refs:uno_Interface
54 struct pseudo_unoInterfaceProxy : public uno_Interface
60 uno_Interface * pUnoI; // wrapped interface
66 uno_Interface * pUnoI_,
72 uno_Interface * pUnoI, in pseudo_unoInterfaceProxy_dispatch()
87 reinterpret_cast< uno_Interface * >( pProxy ) ); in pseudo_unoInterfaceProxy_free()
101 static void SAL_CALL pseudo_unoInterfaceProxy_acquire( uno_Interface * pUnoI ) in pseudo_unoInterfaceProxy_acquire()
107 void * pThis = static_cast< uno_Interface * >( pUnoI ); in pseudo_unoInterfaceProxy_acquire()
113 OSL_ASSERT( pThis == static_cast< uno_Interface * >( pUnoI ) ); in pseudo_unoInterfaceProxy_acquire()
117 static void SAL_CALL pseudo_unoInterfaceProxy_release( uno_Interface * pUnoI ) in pseudo_unoInterfaceProxy_release()
128 pseudo_Mapping * pPseudoMapping_, uno_Interface * pUnoI_, in pseudo_unoInterfaceProxy()
143 uno_Interface::acquire = pseudo_unoInterfaceProxy_acquire; in pseudo_unoInterfaceProxy()
144 uno_Interface::release = pseudo_unoInterfaceProxy_release; in pseudo_unoInterfaceProxy()
145 uno_Interface::pDispatcher = pseudo_unoInterfaceProxy_dispatch; in pseudo_unoInterfaceProxy()
156 (*reinterpret_cast< uno_Interface * >( *ppOut )->release)( in pseudo_Mapping_mapInterface()
157 reinterpret_cast< uno_Interface * >( *ppOut ) ); in pseudo_Mapping_mapInterface()
178 reinterpret_cast< uno_Interface * >( pUnoI ), pTypeDescr, pOId ); in pseudo_Mapping_mapInterface()