Searched refs:spanOfEffCol (Results 1 – 3 of 3) sorted by relevance
116 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) { in calcWidthArray()121 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn); in calcWidthArray()159 float eSpan = m_table->spanOfEffCol(currentColumn); in calcWidthArray()242 autoSpan += m_table->spanOfEffCol(i); in layout()280 unsigned span = m_table->spanOfEffCol(i); in layout()
170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; } in spanOfEffCol() function
161 …colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) { in fullRecalc()330 span -= m_table->spanOfEffCol(lastCol); in calcEffectiveLogicalWidth()