Searched refs:_aIter (Results 1 – 4 of 4) sorted by relevance
532 void ODriverDelegator::shutdownConnection(const TWeakPairVector::iterator& _aIter ) in shutdownConnection() argument534 OSL_ENSURE(m_aConnections.end() != _aIter,"Iterator equals .end()"); in shutdownConnection()538 Reference<XConnection> _xConnection(_aIter->first.get(),UNO_QUERY); in shutdownConnection()561 StorageContainer::revokeStorage(_aIter->second.first,NULL); in shutdownConnection()564 m_aConnections.erase(_aIter); in shutdownConnection()
1663 sal_Bool ORowSetCache::fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sa… in fill() argument1666 for(; _bCheck && _aIter != _aEnd;) in fill()1668 if ( !_aIter->isValid() ) in fill()1669 *_aIter = new ORowSetValueVector(nColumnCount); in fill()1675 if ( aOldRowIter->getBody().getRow().isEqualBody(*_aIter) ) in fill()1676 *_aIter = new ORowSetValueVector(nColumnCount); in fill()1679 m_pCacheSet->fillValueRow(*_aIter++,++_nPos); in fill()
156 …sal_Bool fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPo…
86 void shutdownConnection(const TWeakPairVector::iterator& _aIter);
Completed in 23 milliseconds