Lines Matching refs:aRow
1610 OValueRefRow aRow = new OValueRefVector(_rCols.get().size()); in DeleteRow() local
1612 if (!fetchRow(aRow,_rCols,sal_True,sal_True)) in DeleteRow()
1644 pIndex->Delete(m_nFilePos,*(aRow->get())[nPos]); in DeleteRow()
2537 OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount()); in copyData() local
2545 aInsertRow = aRow; in copyData()
2548 ::std::for_each(aRow->get().begin(),aRow->get().end(),TSetRefBound(sal_True)); in copyData()
2549 if(_nPos && (_nPos < (sal_Int32)aRow->get().size())) in copyData()
2550 (aRow->get())[nPos]->setBound(sal_False); in copyData()
2561 bOk = fetchRow( aRow, m_aColumns.getBody(), sal_True, sal_True); in copyData()
2562 if ( bOk && !aRow->isDeleted() ) // copy only not deleted rows in copyData()
2567 aIter = aRow->get().begin()+1; in copyData()
2569 …for(OValueRefVector::Vector::iterator aInsertIter = aInsertRow->get().begin()+1; aIter != aRow->ge… in copyData()