Lines Matching refs:uno_Interface
49 void SAL_CALL UNO_proxy_acquire( uno_Interface * pUnoI )
53 void SAL_CALL UNO_proxy_release( uno_Interface * pUnoI )
58 uno_Interface * pUnoI, typelib_TypeDescription const * member_td,
420 struct UNO_proxy : public uno_Interface
469 uno_Interface::acquire = UNO_proxy_acquire; in UNO_proxy()
470 uno_Interface::release = UNO_proxy_release; in UNO_proxy()
471 uno_Interface::pDispatcher = UNO_proxy_dispatch; in UNO_proxy()
505 uno_Interface * Bridge::map_to_uno( in map_to_uno()
512 uno_Interface * pUnoI = 0; in map_to_uno()
594 void SAL_CALL UNO_proxy_acquire( uno_Interface * pUnoI ) in UNO_proxy_acquire()
602 void SAL_CALL UNO_proxy_release( uno_Interface * pUnoI ) in UNO_proxy_release()
611 uno_Interface * pUnoI, typelib_TypeDescription const * member_td, in UNO_proxy_dispatch()
711 uno_Interface * pInterface = 0; in UNO_proxy_dispatch()
759 uno_Interface * pUnoI2 = new UNO_proxy( in UNO_proxy_dispatch()