Home
last modified time | relevance | path

Searched refs:srr (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx43 namespace srr = System::Runtime::Remoting;
287 OSL_ASSERT( srr::RemotingServices::IsTransparentProxy( obj ) ); in CanCastTo()
288 if (srr::RemotingServices::IsTransparentProxy( obj )) in CanCastTo()
292 srr::RemotingServices::GetRealProxy( obj ) ); in CanCastTo()
346 srrp::RealProxy* rProxy = srr::RemotingServices::GetRealProxy(args[0]); in invokeObject()
H A Dcli_proxy.h40 namespace srr = System::Runtime::Remoting; variable
62 public srr::IRemotingTypeInfo
H A Dcli_bridge.cxx41 namespace srr= System::Runtime::Remoting;
H A Dcli_data.cxx99 if (srr::RemotingServices::IsTransparentProxy(retVal)) in map_uno2cli()
102 srr::RemotingServices::GetRealProxy(retVal)); in map_uno2cli()