Searched refs:cEffCol (Results 1 – 1 of 1) sorted by relevance
182 int cEffCol = m_table->colToEffCol(cCol); in fullRecalc() local183 if (!w.isAuto() && span == 1 && cEffCol < nEffCols) { in fullRecalc()184 if (m_table->spanOfEffCol(cEffCol) == 1) { in fullRecalc()185 m_layoutStruct[cEffCol].width = w; in fullRecalc()186 if (w.isFixed() && m_layoutStruct[cEffCol].maxWidth < w.value()) in fullRecalc()187 m_layoutStruct[cEffCol].maxWidth = w.value(); in fullRecalc()