Lines Matching refs:UnoInterfaceProxy
113 UnoInterfaceProxy::UnoInterfaceProxy( in UnoInterfaceProxy() function in cli_uno::UnoInterfaceProxy
138 UnoInterfaceProxy::~UnoInterfaceProxy() in ~UnoInterfaceProxy()
155 System::Object* UnoInterfaceProxy::create( in create()
161 UnoInterfaceProxy* proxyHandler= in create()
162 new UnoInterfaceProxy(bridge, pUnoI, pTD, oid); in create()
169 void UnoInterfaceProxy::addUnoInterface(uno_Interface* pUnoI, in addUnoInterface()
229 bool UnoInterfaceProxy::CanCastTo(System::Type* fromType, in CanCastTo()
290 UnoInterfaceProxy * proxy = in CanCastTo()
291 static_cast< UnoInterfaceProxy * >( in CanCastTo()
332 srrm::IMessage* UnoInterfaceProxy::invokeObject( in invokeObject()
350 UnoInterfaceProxy* unoProxy = in invokeObject()
351 dynamic_cast<UnoInterfaceProxy*>(rProxy); in invokeObject()
396 UnoInterfaceInfo * UnoInterfaceProxy::findInfo( ::System::Type * type ) in findInfo()
407 UnoInterfaceProxy * proxy = in findInfo()
408 static_cast< UnoInterfaceProxy * >( in findInfo()
417 srrm::IMessage* UnoInterfaceProxy::Invoke(srrm::IMessage* callmsg) in Invoke()
612 srrm::IMessage* UnoInterfaceProxy::constructReturnMessage( in constructReturnMessage()