Home | History | Annotate | Download | only in rendering

Lines Matching refs:colLogicalWidth

160             Length colLogicalWidth = col->style()->logicalWidth();
161 if (colLogicalWidth.isAuto())
162 colLogicalWidth = groupLogicalWidth;
163 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
164 colLogicalWidth = Length();
166 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
167 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
168 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
169 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();