Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1637 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in deregisterOldRow() local
1639 if ( aOldRowIter->getBodyPtr() == _rRow.getBodyPtr() ) in deregisterOldRow()
1641 m_aOldRows.erase(aOldRowIter); in deregisterOldRow()
1651 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in reFillMatrix() local
1653 if ( aOldRowIter->isValid() && aOldRowIter->getBody().getRow().isValid() ) in reFillMatrix()
1654aOldRowIter->getBody().setRow(new ORowSetValueVector(aOldRowIter->getBody().getRow().getBody()) ); in reFillMatrix()
1673 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in fill() local
1675 if ( aOldRowIter->getBody().getRow().isEqualBody(*_aIter) ) in fill()

Completed in 26 milliseconds