Home
last modified time | relevance | path

Searched refs:m_xProxyFactory (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/connectivity/source/cpool/
H A DZPoolCollection.cxx84 m_xProxyFactory = Reference< XProxyFactory >( in OPoolCollection()
88 …OSL_ENSURE(m_xProxyFactory.is(), "OConnectionPool::OConnectionPool: could not create a proxy facto… in OPoolCollection()
222 if (m_xProxyFactory.is()) in getDriverByURL()
224 Reference< XAggregation > xDriverProxy = m_xProxyFactory->createProxy(xDriver.get()); in getDriverByURL()
336 OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool()
H A DZPooledConnection.cxx49 ,m_xProxyFactory(_rxProxyFactory) in OPooledConnection()
75 Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(m_xRealConnection.get()); in getConnection()
H A DZConnectionPool.cxx81 ,m_xProxyFactory(_rxProxyFactory) in OConnectionPool()
226 …nnection = new ::connectivity::OPooledConnection(m_xDriver->connect(_rURL,_rInfo),m_xProxyFactory); in createNewConnection()
H A DZPooledConnection.hxx47 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
H A DZConnectionPool.hxx119 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
H A DZPoolCollection.hxx76 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx335 Reference< XProxyFactory > m_xProxyFactory; member in dbaccess::OSharedConnectionManager
356m_xProxyFactory.set(_rxServiceFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(… in DBG_NAME()
422 …Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(aIter->second.xMasterConnection… in getConnection()

Completed in 25 milliseconds