Searched refs:nCols (Results 1 – 1 of 1) sorted by relevance
164 int nCols = max(1, table()->numEffCols()); in ensureRows() local169 m_grid[r].row = new Row(nCols); in ensureRows()185 int nCols = columns.size(); in addCell() local194 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).cell || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()233 if (m_cCol >= nCols) { in addCell()