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