Home | History | Annotate | Download | only in rendering

Lines Matching defs:nCols

207     unsigned nCols = columns.size();
216 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
230 if (m_cCol >= nCols) {