Lines Matching refs:OConnectionPool
76 OConnectionPool::OConnectionPool(const Reference< XDriver >& _xDriver, in OConnectionPool() function in OConnectionPool
101 OConnectionPool::~OConnectionPool() in ~OConnectionPool()
109 OConnectionPool* m_pConnectionPool;
112 TRemoveEventListenerFunctor(OConnectionPool* _pConnectionPool,sal_Bool _bDispose = sal_False) in TRemoveEventListenerFunctor()
144 OConnectionPool* m_pConnectionPool;
146 TConnectionPoolFunctor(OConnectionPool* _pConnectionPool) in TConnectionPoolFunctor()
157 void OConnectionPool::clear(sal_Bool _bDispose) in clear()
181 Reference< XConnection > SAL_CALL OConnectionPool::getConnectionWithInfo( const ::rtl::OUString& _r… in getConnectionWithInfo()
202 void SAL_CALL OConnectionPool::disposing( const ::com::sun::star::lang::EventObject& Source ) throw… in disposing()
223 Reference< XConnection> OConnectionPool::createNewConnection(const ::rtl::OUString& _rURL,const Seq… in createNewConnection()
256 void OConnectionPool::invalidatePooledConnections() in invalidatePooledConnections()
291 Reference< XConnection> OConnectionPool::getPooledConnection(TConnectionMap::iterator& _rIter) in getPooledConnection()
314 void SAL_CALL OConnectionPool::propertyChange( const PropertyChangeEvent& evt ) throw (::com::sun::… in propertyChange()
323 void OConnectionPool::calculateTimeOuts() in calculateTimeOuts()