Searched refs:m_xProxyFactory (Results 1 – 7 of 7) sorted by relevance
84 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()
49 ,m_xProxyFactory(_rxProxyFactory) in OPooledConnection()75 Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(m_xRealConnection.get()); in getConnection()
81 ,m_xProxyFactory(_rxProxyFactory) in OConnectionPool()226 …nnection = new ::connectivity::OPooledConnection(m_xDriver->connect(_rURL,_rInfo),m_xProxyFactory); in createNewConnection()
47 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
119 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
76 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
335 Reference< XProxyFactory > m_xProxyFactory; member in dbaccess::OSharedConnectionManager356 …m_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 3731 milliseconds