Lines Matching refs:OPoolCollection

76 OPoolCollection::OPoolCollection(const Reference< XMultiServiceFactory >&	_rxFactory)  in OPoolCollection()  function in OPoolCollection
105 OPoolCollection::~OPoolCollection() in ~OPoolCollection()
110 Reference< XConnection > SAL_CALL OPoolCollection::getConnection( const ::rtl::OUString& _rURL ) th… in getConnection()
115 Reference< XConnection > SAL_CALL OPoolCollection::getConnectionWithInfo( const ::rtl::OUString& _r… in getConnectionWithInfo()
135 void SAL_CALL OPoolCollection::setLoginTimeout( sal_Int32 seconds ) throw(RuntimeException) in setLoginTimeout()
141 sal_Int32 SAL_CALL OPoolCollection::getLoginTimeout( ) throw(RuntimeException) in getLoginTimeout()
147 ::rtl::OUString SAL_CALL OPoolCollection::getImplementationName( ) throw(RuntimeException) in getImplementationName()
154 sal_Bool SAL_CALL OPoolCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(Ru… in supportsService()
166 Sequence< ::rtl::OUString > SAL_CALL OPoolCollection::getSupportedServiceNames( ) throw(RuntimeExc… in getSupportedServiceNames()
172 Reference< XInterface > SAL_CALL OPoolCollection::CreateInstance(const Reference< XMultiServiceFact… in CreateInstance()
174 return static_cast<XDriverManager*>(new OPoolCollection(_rxFactory)); in CreateInstance()
178 ::rtl::OUString SAL_CALL OPoolCollection::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
184 Sequence< ::rtl::OUString > SAL_CALL OPoolCollection::getSupportedServiceNames_Static( ) throw(Run… in getSupportedServiceNames_Static()
191 Reference< XDriver > SAL_CALL OPoolCollection::getDriverByURL( const ::rtl::OUString& _rURL ) throw… in getDriverByURL()
238 sal_Bool OPoolCollection::isDriverPoolingEnabled(const ::rtl::OUString& _sDriverImplName, in isDriverPoolingEnabled()
266 sal_Bool OPoolCollection::isPoolingEnabled() in isPoolingEnabled()
278 Reference<XInterface> OPoolCollection::getConfigPoolRoot() in getConfigPoolRoot()
285 sal_Bool OPoolCollection::isPoolingEnabledByUrl(const ::rtl::OUString& _sUrl, in isPoolingEnabledByUrl()
310 void OPoolCollection::clearConnectionPools(sal_Bool _bDispose) in clearConnectionPools()
323 OConnectionPool* OPoolCollection::getConnectionPool(const ::rtl::OUString& _sImplName, in getConnectionPool()
347 Reference< XInterface > OPoolCollection::createWithServiceFactory(const ::rtl::OUString& _rPath) co… in createWithServiceFactory()
366 Reference< XInterface > OPoolCollection::createWithProvider(const Reference< XMultiServiceFactory >… in createWithProvider()
417 Reference<XInterface> OPoolCollection::openNode(const ::rtl::OUString& _rPath,const Reference<XInte… in openNode()
451 Any OPoolCollection::getNodeValue(const ::rtl::OUString& _rPath,const Reference<XInterface>& _xTree… in getNodeValue()
478 void SAL_CALL OPoolCollection::queryTermination( const EventObject& /*Event*/ ) throw (::com::sun::… in queryTermination()
482 void SAL_CALL OPoolCollection::notifyTermination( const EventObject& /*Event*/ ) throw (RuntimeExce… in notifyTermination()
487 void SAL_CALL OPoolCollection::disposing( const EventObject& Source ) throw (RuntimeException) in disposing()
515 void SAL_CALL OPoolCollection::propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& … in propertyChange()
568 void OPoolCollection::clearDesktop() in clearDesktop()