Home
last modified time | relevance | path

Searched refs:aConnections (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx153 …::std::for_each(_aValue.second.aConnections.begin(),_aValue.second.aConnections.end(),TRemoveEvent… in operator ()()
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
264 …::std::for_each(aIter->second.aConnections.begin(),aIter->second.aConnections.end(),TRemoveEventLi… in invalidatePooledConnections()
266 aIter->second.aConnections.clear(); in invalidatePooledConnections()
295 if(!_rIter->second.aConnections.empty()) in getPooledConnection()
297 Reference< XPooledConnection > xPooledConnection = _rIter->second.aConnections.back(); in getPooledConnection()
298 _rIter->second.aConnections.pop_back(); in getPooledConnection()
H A DZConnectionPool.hxx70 TPooledConnections aConnections; member
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx96 SwConnectionArr aConnections; member in SwDBTreeList_Impl
147 for(sal_uInt16 i = 0; i < aConnections.Count(); i++) in elementRemoved()
149 SwConnectionDataPtr pPtr = aConnections[i]; in elementRemoved()
156 aConnections.DeleteAndDestroy(i); in elementRemoved()
202 for(sal_uInt16 i = 0; i < aConnections.Count(); i++) in GetConnection()
204 SwConnectionDataPtr pPtr = aConnections[i]; in GetConnection()
216 aConnections.Insert(pPtr, aConnections.Count()); in GetConnection()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx176 dgm::Connections & aConnections(mpData->getConnections( ) ); in build() local
178 for( aCnxIter = aConnections.begin(); aCnxIter != aConnections.end(); ++aCnxIter ) in build()
H A Ddatamodelcontext.cxx88 CxnListContext( ContextHandler& rParent, dgm::Connections & aConnections ) in CxnListContext() argument
90 , maConnections( aConnections ) in CxnListContext()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx712 OWeakConnectionArray aConnections; in clearConnections() local
713 aConnections.swap( m_aConnections ); in clearConnections()
716 OWeakConnectionArray::iterator aEnd = aConnections.end(); in clearConnections()
717 for ( OWeakConnectionArray::iterator i = aConnections.begin(); aEnd != i; ++i ) in clearConnections()

Completed in 49 milliseconds