Searched refs:nColSpan (Results 1 – 1 of 1) sorted by relevance
1272 int32_t nColSpan = nOriginalColSpan; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local1274 if (nColSpan == -1 || in XFA_ItemLayoutProcessor_RelocateTableRowCells()1275 nCurrentColIdx + nColSpan > rgSpecifiedColumnWidths.GetSize()) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1276 nColSpan = rgSpecifiedColumnWidths.GetSize() - nCurrentColIdx; in XFA_ItemLayoutProcessor_RelocateTableRowCells()1278 for (int32_t i = 0; i < nColSpan; i++) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1281 if (nColSpan != nOriginalColSpan) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1292 nCurrentColIdx += nColSpan; in XFA_ItemLayoutProcessor_RelocateTableRowCells()