Searched refs:inColSpan (Results 1 – 4 of 4) sorted by relevance
196 … while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()230 bool inColSpan = false; in addCell() local248 if (inColSpan) in addCell()249 c.inColSpan = true; in addCell()253 inColSpan = true; in addCell()281 if (!cell || current.inColSpan) in setCellLogicalWidths()367 if (!cell || current.inColSpan) in setCellLogicalWidths()470 if (!cell || current.inColSpan) in setCellLogicalWidths()593 if (!cell || cs.inColSpan) in setCellLogicalWidths()741 if (!cell || cs.inColSpan) in setCellLogicalWidths()[all …]
58 bool inColSpan; // true for columns after the first in a colspan member61 inColSpan(false) {} in CellStruct()
62 …bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorde… in recalcColumn()66 if (current.inColSpan || !cell) in recalcColumn()
6389 * khtml/rendering/render_table.cpp: Remove check for inColSpan