Home | History | Annotate | Download | only in rendering

Lines Matching defs:totalCols

361         int totalCols = row->size();
363 for (int c = 0; c < totalCols; c++) {
756 int totalCols = table()->numEffCols();
757 if (!m_gridRows || !totalCols)
775 for (int c = 0; c < totalCols; c++) {
807 int totalCols = table()->numEffCols();
808 if (!m_gridRows || !totalCols)
826 for (int c = 0; c < totalCols; c++) {
858 int totalCols = table()->numEffCols();
859 if (!m_gridRows || !totalCols)
902 int totalCols = table()->numEffCols();
903 if (!m_gridRows || !totalCols)
914 if (RenderTableCol* colGroup = table()->colElement(totalCols - 1)) {
924 const CellStruct& current = cellAt(r, totalCols - 1);
982 unsigned totalCols = table()->columns().size();
984 if (!totalRows || !totalCols)
1041 unsigned totalCols = table()->columns().size();
1049 unsigned int endcol = totalCols;
1097 unsigned endcol = totalCols;