Searched refs:aOldRowIter (Results 1 – 1 of 1) sorted by relevance
1637 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in deregisterOldRow() local1639 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() local1653 if ( aOldRowIter->isValid() && aOldRowIter->getBody().getRow().isValid() ) in reFillMatrix()1654 … aOldRowIter->getBody().setRow(new ORowSetValueVector(aOldRowIter->getBody().getRow().getBody()) ); in reFillMatrix()1673 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in fill() local1675 if ( aOldRowIter->getBody().getRow().isEqualBody(*_aIter) ) in fill()
Completed in 22 milliseconds