Searched refs:nCurrentColIdx (Results 1 – 1 of 1) sorted by relevance
1264 int32_t nCurrentColIdx = 0; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local1275 nCurrentColIdx + nColSpan > rgSpecifiedColumnWidths.GetSize()) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1276 nColSpan = rgSpecifiedColumnWidths.GetSize() - nCurrentColIdx; in XFA_ItemLayoutProcessor_RelocateTableRowCells()1279 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in XFA_ItemLayoutProcessor_RelocateTableRowCells()1292 nCurrentColIdx += nColSpan; in XFA_ItemLayoutProcessor_RelocateTableRowCells()