Lines Matching refs:aIter

522 				OTypeInfoMap::const_iterator aIter = pTypeInfo->begin();  in InitController()  local
524 for(;aIter != aEnd;++aIter) in InitController()
525 pTypeCell->InsertEntry( aIter->second->aUIName ); in InitController()
639 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_pRowList->begin(); in HasFieldName()
643 for(;aIter != aEnd;++aIter) in HasFieldName()
645 pFieldDescr = (*aIter)->GetActFieldDescr(); in HasFieldName()
1774 ::std::vector< ::boost::shared_ptr<OTableRow> >::reverse_iterator aIter = m_pRowList->rbegin();
1776aIter != m_pRowList->rend() && (!(*aIter) || !(*aIter)->GetActFieldDescr() || !(*aIter)->GetActFie…
1777 --nFreeFromPos, ++aIter)
1851 ::std::vector< ::boost::shared_ptr<OTableRow> >::const_iterator aIter = m_pRowList->begin(); in SetPrimaryKey()
1853 for(sal_Int32 nRow = 0;aIter != aEnd;++aIter,++nRow) in SetPrimaryKey()
1855 OFieldDescription* pFieldDescr = (*aIter)->GetActFieldDescr(); in SetPrimaryKey()
1856 if( pFieldDescr && (*aIter)->IsPrimaryKey() && (!bSet || !IsRowSelected(nRow)) ) in SetPrimaryKey()
1902 ::std::vector< ::boost::shared_ptr<OTableRow> >::const_iterator aIter = m_pRowList->begin(); in IsPrimaryKey()
1904 for(sal_Int32 nRow=0;aIter != aEnd;++aIter,++nRow) in IsPrimaryKey()
1906 if( IsRowSelected(nRow) && !(*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
1908 if( (*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
1946 OTypeInfoMap::const_iterator aIter = pTypeInfo->begin(); in SwitchType() local
1948 for(;aIter != aEnd;++aIter,++nEntryPos) in SwitchType()
1950 if(aIter->second == _pType) in SwitchType()