Searched refs:lastCol (Results 1 – 1 of 1) sorted by relevance
321 unsigned int lastCol = col; in calcEffectiveWidth() local332 while (lastCol < nEffCols && span > 0) { in calcEffectiveWidth()333 switch (m_layoutStruct[lastCol].width.type()) { in calcEffectiveWidth()335 totalPercent += m_layoutStruct[lastCol].width.rawValue(); in calcEffectiveWidth()339 if (m_layoutStruct[lastCol].width.value() > 0) { in calcEffectiveWidth()340 fixedWidth += m_layoutStruct[lastCol].width.value(); in calcEffectiveWidth()358 if (!m_layoutStruct[lastCol].effWidth.isPercent()) { in calcEffectiveWidth()359 m_layoutStruct[lastCol].effWidth = Length(); in calcEffectiveWidth()363 totalPercent += m_layoutStruct[lastCol].effWidth.rawValue(); in calcEffectiveWidth()366 if (!m_layoutStruct[lastCol].emptyCellsOnly) in calcEffectiveWidth()[all …]