Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastCol

302         size_t lastCol = effCol;
313 while (lastCol < nEffCols && span > 0) {
314 Layout& columnLayout = m_layoutStruct[lastCol];
349 span -= m_table->spanOfEffCol(lastCol);
352 lastCol++;
368 for (unsigned pos = effCol; pos < lastCol; ++pos) {
373 for (unsigned pos = effCol; pos < lastCol && totalWidth > 0; ++pos) {
390 for (unsigned pos = effCol; fixedWidth > 0 && pos < lastCol; ++pos) {
400 for (unsigned pos = effCol; pos < lastCol; ++pos) {
420 for (unsigned pos = effCol; remainingMaxLogicalWidth >= 0 && pos < lastCol; ++pos) {
431 for (unsigned pos = effCol; remainingMaxLogicalWidth >= 0 && pos < lastCol && remainingMinLogicalWidth < cellMinLogicalWidth; ++pos) {
445 for (unsigned pos = effCol; spanMaxLogicalWidth >= 0 && pos < lastCol; ++pos) {
453 for (unsigned pos = effCol; pos < lastCol; ++pos)
458 for (unsigned pos = effCol; pos < lastCol; ++pos)