Searched refs:loopInRow (Results 1 – 1 of 1) sorted by relevance
1548 OValueRefVector::Vector::iterator loopInRow = m_aSelectRow->get().begin(); in OpenImpl() local1550 for ( ++loopInRow,++existentInSearchRow; // the first column is the bookmark column in OpenImpl()1551 loopInRow != m_aSelectRow->get().end(); in OpenImpl()1552 ++loopInRow,++existentInSearchRow) in OpenImpl()1554 if ( (*loopInRow)->isBound() && !( *(*loopInRow) == *existentInSearchRow) ) in OpenImpl()1558 if(loopInRow == m_aSelectRow->get().end()) in OpenImpl()
Completed in 18 milliseconds