Lines Matching refs:aRowIter
1512 OValueRefVector::Vector::iterator aRowIter = m_aRow->get().begin(); in OpenImpl() local
1514 for ( ++aRowIter,++aSearchIter; // the first column is the bookmark column in OpenImpl()
1515 aRowIter != m_aRow->get().end(); in OpenImpl()
1516 ++aRowIter,++aSearchIter) in OpenImpl()
1517 aSearchIter->setBound((*aRowIter)->isBound()); in OpenImpl()
1702 OValueRefVector::Vector::iterator aRowIter = _rRow->get().begin()+1; in setBoundedColumns() local
1704 aRowIter != _rRow->get().end(); in setBoundedColumns()
1705 ++i, ++aRowIter in setBoundedColumns()
1708 (*aRowIter)->setBound(sal_False); in setBoundedColumns()
1731 …if ( aCase(sTableColumnName, sSelectColumnRealName) && !(*aRowIter)->isBound() && aSelectIters.end… in setBoundedColumns()
1741 (_rSelectRow->get())[nSelectColumnPos] = *aRowIter; in setBoundedColumns()
1744 (*aRowIter)->setBound(sal_True); in setBoundedColumns()
1748 (*aRowIter)->setTypeKind(nType); in setBoundedColumns()