Home
last modified time | relevance | path

Searched refs:nInsertRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx349 long nInsertRow = m_nInsPos; in Redo() local
357 pRowList->insert( pRowList->begin()+nInsertRow ,pRow ); in Redo()
358 nInsertRow++; in Redo()
H A DTEditControl.cxx1010 long nInsertRow = nRow; in InsertRows() local
1028 pRow->SetPos(nInsertRow); in InsertRows()
1029 m_pRowList->insert( m_pRowList->begin()+nInsertRow,pRow ); in InsertRows()
1031 nInsertRow++; in InsertRows()

Completed in 24 milliseconds