Searched refs:nInsertRow (Results 1 – 2 of 2) sorted by relevance
349 long nInsertRow = m_nInsPos; in Redo() local357 pRowList->insert( pRowList->begin()+nInsertRow ,pRow ); in Redo()358 nInsertRow++; in Redo()
1010 long nInsertRow = nRow; in InsertRows() local1028 pRow->SetPos(nInsertRow); in InsertRows()1029 m_pRowList->insert( m_pRowList->begin()+nInsertRow,pRow ); in InsertRows()1031 nInsertRow++; in InsertRows()
Completed in 26 milliseconds