Home
last modified time | relevance | path

Searched refs:pNewCell (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1489 CXFA_ContentLayoutItem* pNewCell = in DoLayoutTableContainer() local
1493 pNewCell = NULL; in DoLayoutTableContainer()
1495 rgRowItems[i] = pNewCell; in DoLayoutTableContainer()
1497 pNewCell in DoLayoutTableContainer()
1498 ? pNewCell->m_pFormNode->GetInteger(XFA_ATTRIBUTE_ColSpan) in DoLayoutTableContainer()
1500 rgRowItemsWidth[i] = pNewCell ? pNewCell->m_sSize.x : 0; in DoLayoutTableContainer()