Lines Matching refs:uno_Interface
58 void SAL_CALL cli_proxy_acquire( uno_Interface * pUnoI )
61 void SAL_CALL cli_proxy_release( uno_Interface * pUnoI )
65 uno_Interface * pUnoI, typelib_TypeDescription const * member_td,
75 UnoInterfaceInfo::UnoInterfaceInfo(Bridge const * bridge, uno_Interface* unoI, in UnoInterfaceInfo()
115 uno_Interface * pUnoI, in UnoInterfaceProxy()
157 uno_Interface * pUnoI, in create()
169 void UnoInterfaceProxy::addUnoInterface(uno_Interface* pUnoI, in addUnoInterface()
671 uno_Interface::acquire = cli_proxy_acquire; in CliProxy()
672 uno_Interface::release = cli_proxy_release; in CliProxy()
673 uno_Interface::pDispatcher = cli_proxy_dispatch; in CliProxy()
885 uno_Interface* CliProxy::create(Bridge const * bridge, in create()
890 uno_Interface* proxy= static_cast<uno_Interface*>( in create()
962 void SAL_CALL cli_proxy_acquire( uno_Interface * pUnoI ) in cli_proxy_acquire()
970 void SAL_CALL cli_proxy_release( uno_Interface * pUnoI ) in cli_proxy_release()
981 uno_Interface * pUnoI, typelib_TypeDescription const * member_td, in cli_proxy_dispatch()
1075 uno_Interface * pInterface = 0; in cli_proxy_dispatch()
1095 uno_Interface* pUnoI = bridge->map_cli2uno( in cli_proxy_dispatch()