Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1548 OValueRefVector::Vector::iterator loopInRow = m_aSelectRow->get().begin(); in OpenImpl() local
1550 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 26 milliseconds