Searched refs:xConProxy (Results 1 – 3 of 3) sorted by relevance
89 Reference< XAggregation > xConProxy = xProxyFactory->createProxy(_xConnection); in setDelegation() local90 if (xConProxy.is()) in setDelegation()93 m_xProxyConnection = xConProxy; in setDelegation()
75 Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(m_xRealConnection.get()); in getConnection() local76 m_xComponent = new OConnectionWeakWrapper(xConProxy); in getConnection()
422 …Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(aIter->second.xMasterConnection… in getConnection() local423 xRet = new OSharedConnection(xConProxy); in getConnection()
Completed in 33 milliseconds