Searched defs:cellLogicalWidth (Results 1 – 1 of 1) sorted by relevance
82 Length cellLogicalWidth = cell->styleOrColLogicalWidth(); in recalcColumn() local298 Length cellLogicalWidth = cell->styleOrColLogicalWidth(); in calcEffectiveLogicalWidth() local392 …int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, cellMinLogicalWidth * m_l… in calcEffectiveLogicalWidth() local507 int cellLogicalWidth = m_layoutStruct[i].effectiveMinLogicalWidth; in layout() local543 …int cellLogicalWidth = max(m_layoutStruct[i].effectiveMinLogicalWidth, logicalWidth.calcMinValue(t… in layout() local553 int cellLogicalWidth = m_layoutStruct[i].computedLogicalWidth; in layout() local582 int cellLogicalWidth = logicalWidth.value() * tableLogicalWidth / totalRelative; in layout() local595 …int cellLogicalWidth = max(m_layoutStruct[i].computedLogicalWidth, static_cast<int>(available * st… in layout() local608 …int cellLogicalWidth = static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effective… in layout() local621 int cellLogicalWidth = available * logicalWidth.percent() / totalPercent; in layout() local[all …]