Lines Matching refs:aRow
1628 OValueRefRow aRow = new OValueRefVector(_rCols.get().size()); in DeleteRow() local
1630 if (!fetchRow(aRow,_rCols,sal_True,sal_True)) in DeleteRow()
1662 pIndex->Delete(m_nFilePos,*(aRow->get())[nPos]); in DeleteRow()
2580 OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount()); in copyData() local
2588 aInsertRow = aRow; in copyData()
2591 ::std::for_each(aRow->get().begin(),aRow->get().end(),TSetRefBound(sal_True)); in copyData()
2592 if(_nPos && (_nPos < (sal_Int32)aRow->get().size())) in copyData()
2593 (aRow->get())[nPos]->setBound(sal_False); in copyData()
2604 bOk = fetchRow( aRow, m_aColumns.getBody(), sal_True, sal_True); in copyData()
2605 if ( bOk && !aRow->isDeleted() ) // copy only not deleted rows in copyData()
2610 aIter = aRow->get().begin()+1; in copyData()
2612 …for(OValueRefVector::Vector::iterator aInsertIter = aInsertRow->get().begin()+1; aIter != aRow->ge… in copyData()