Searched defs:firstRow (Results 1 – 3 of 3) sorted by relevance
1316 int firstRow = reqRows - rowsPerTopic + 1; in write2() local1381 int firstRow = 1 + (topic * rowsPerTopic) + 1; in writeCell() local
942 RowPos const firstRow = i_event.FirstRow == -1 ? 0 : i_event.FirstRow; in notifyDataChanged() local
2169 RowPos const firstRow = i_firstRow < m_nTopRow ? m_nTopRow : i_firstRow; in invalidateRowRange() local
Completed in 43 milliseconds