Searched defs:effCol (Results 1 – 3 of 3) sorted by relevance
170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; } in spanOfEffCol()181 unsigned effColToCol(unsigned effCol) const in effColToCol()
45 void AutoTableLayout::recalcColumn(unsigned effCol) in recalcColumn()159 unsigned effCol = m_table->colToEffCol(currentColumn); in fullRecalc() local282 unsigned effCol = m_table->colToEffCol(cell->col()); in calcEffectiveLogicalWidth() local
1264 unsigned effCol = colToEffCol(cell->col()); in cellAbove() local1291 unsigned effCol = colToEffCol(cell->col()); in cellBelow() local1303 unsigned effCol = colToEffCol(cell->col()); in cellBefore() local1316 unsigned effCol = colToEffCol(cell->col() + cell->colSpan()); in cellAfter() local