Searched refs:m_pConnectionPool (Results 1 – 3 of 3) sorted by relevance
44 :m_pConnectionPool(_pPool) in ODriverWrapper()47 OSL_ENSURE(m_pConnectionPool, "ODriverWrapper::ODriverWrapper: invalid connection pool!"); in ODriverWrapper()49 if (m_pConnectionPool) in ODriverWrapper()50 m_pConnectionPool->acquire(); in ODriverWrapper()75 if (m_pConnectionPool) in ~ODriverWrapper()76 m_pConnectionPool->release(); in ~ODriverWrapper()77 m_pConnectionPool = NULL; in ~ODriverWrapper()91 if (m_pConnectionPool) in connect()93 xConnection = m_pConnectionPool->getConnectionWithInfo( url, info ); in connect()
109 OConnectionPool* m_pConnectionPool; member113 : m_pConnectionPool(_pConnectionPool) in TRemoveEventListenerFunctor()116 OSL_ENSURE(m_pConnectionPool,"No connection pool!"); in TRemoveEventListenerFunctor()125 xComponent->removeEventListener(m_pConnectionPool); in dispose()144 OConnectionPool* m_pConnectionPool; member147 : m_pConnectionPool(_pConnectionPool) in TConnectionPoolFunctor()149 OSL_ENSURE(m_pConnectionPool,"No connection pool!"); in TConnectionPoolFunctor()153 …begin(),_aValue.second.aConnections.end(),TRemoveEventListenerFunctor(m_pConnectionPool,sal_True)); in operator ()()
51 OConnectionPool* m_pConnectionPool; member in connectivity::ODriverWrapper
Completed in 35 milliseconds