Lines Matching refs:aFind
328 OConnectionPools::const_iterator aFind = m_aPools.find(_sImplName); in getConnectionPool() local
329 if (aFind != m_aPools.end()) in getConnectionPool()
330 pRet = aFind->second; in getConnectionPool()
338 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; in getConnectionPool()
339 pRet = aFind->second; in getConnectionPool()
549 MapDriver2DriverRefIterator aFind = aLookup; in propertyChange() local
553 m_aDriverProxies.erase(aFind); in propertyChange()
557 OConnectionPools::iterator aFind = m_aPools.find(sThisDriverName); in propertyChange() local
558 if(aFind != m_aPools.end() && aFind->second) in propertyChange()
560 aFind->second->clear(sal_False); in propertyChange()
561 aFind->second->release(); in propertyChange()
562 m_aPools.erase(aFind); in propertyChange()