Searched refs:m_cRow (Results 1 – 2 of 2) sorted by relevance
96 , m_cRow(0) in RenderTableSection()183 unsigned insertionRow = m_cRow; in addChild()184 ++m_cRow; in addChild()187 ensureRows(m_cRow); in addChild()1391 m_cRow = 0; in recalcCells()1395 unsigned insertionRow = m_cRow; in recalcCells()1396 ++m_cRow; in recalcCells()1398 ensureRows(m_cRow); in recalcCells()
301 unsigned m_cRow; variable