Searched refs:m_cRow (Results 1 – 2 of 2) sorted by relevance
89 , m_cRow(0) in RenderTableSection()165 unsigned insertionRow = m_cRow; in addChild()166 ++m_cRow; in addChild()169 ensureRows(m_cRow); in addChild()1579 m_cRow = 0; in recalcCells()1584 unsigned insertionRow = m_cRow; in recalcCells()1585 m_cRow++; in recalcCells()1587 ensureRows(m_cRow); in recalcCells()
289 unsigned m_cRow; variable