Lines Matching refs:pLayoutChild

213   for (auto* pLayoutChild =  in RelocateTableRowCells()  local
215 pLayoutChild; pLayoutChild = static_cast<CXFA_ContentLayoutItem*>( in RelocateTableRowCells()
216 pLayoutChild->m_pNextSibling)) { in RelocateTableRowCells()
218 pLayoutChild->m_pFormNode->JSObject()->GetInteger( in RelocateTableRowCells()
234 pLayoutChild->m_sSize.height); in RelocateTableRowCells()
239 pLayoutChild->m_sPos = CFX_PointF(fCurrentColX, 0); in RelocateTableRowCells()
240 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
241 if (!XFA_ItemLayoutProcessor_IsTakingSpace(pLayoutChild->m_pFormNode)) in RelocateTableRowCells()
247 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()
248 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()
251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
256 for (CXFA_ContentLayoutItem* pLayoutChild = in RelocateTableRowCells() local
258 pLayoutChild; in RelocateTableRowCells()
259 pLayoutChild = (CXFA_ContentLayoutItem*)pLayoutChild->m_pNextSibling) { in RelocateTableRowCells()
260 UpdateWidgetSize(pLayoutChild, &pLayoutChild->m_sSize.width, in RelocateTableRowCells()
262 float fOldChildHeight = pLayoutChild->m_sSize.height; in RelocateTableRowCells()
263 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
265 pLayoutChild->m_pFormNode->GetFirstChildByClass<CXFA_Para>( in RelocateTableRowCells()
267 if (pParaNode && pLayoutChild->m_pFirstChild) { in RelocateTableRowCells()
284 (CXFA_ContentLayoutItem*)pLayoutChild->m_pFirstChild; in RelocateTableRowCells()
309 for (CXFA_ContentLayoutItem* pLayoutChild = in RelocateTableRowCells() local
311 pLayoutChild; in RelocateTableRowCells()
312 pLayoutChild = (CXFA_ContentLayoutItem*)pLayoutChild->m_pNextSibling) { in RelocateTableRowCells()
313 pLayoutChild->m_sPos.x = fContentCalculatedWidth - in RelocateTableRowCells()
314 pLayoutChild->m_sPos.x - in RelocateTableRowCells()
315 pLayoutChild->m_sSize.width; in RelocateTableRowCells()
1843 for (auto* pLayoutChild = in DoLayoutTableContainer() local
1845 pLayoutChild; pLayoutChild = static_cast<CXFA_ContentLayoutItem*>( in DoLayoutTableContainer()
1846 pLayoutChild->m_pNextSibling)) { in DoLayoutTableContainer()
1847 if (pLayoutChild->m_pFormNode->GetElementType() != XFA_Element::Subform) in DoLayoutTableContainer()
1849 if (!XFA_ItemLayoutProcessor_IsTakingSpace(pLayoutChild->m_pFormNode)) in DoLayoutTableContainer()
1853 pLayoutChild->m_pFormNode->JSObject()->GetEnum(XFA_Attribute::Layout); in DoLayoutTableContainer()
1859 (CXFA_ContentLayoutItem*)pLayoutChild->m_pFirstChild) { in DoLayoutTableContainer()
1931 for (CXFA_ContentLayoutItem* pLayoutChild = in DoLayoutTableContainer() local
1933 pLayoutChild; in DoLayoutTableContainer()
1934 pLayoutChild = (CXFA_ContentLayoutItem*)pLayoutChild->m_pNextSibling) { in DoLayoutTableContainer()
1935 if (!XFA_ItemLayoutProcessor_IsTakingSpace(pLayoutChild->m_pFormNode)) in DoLayoutTableContainer()
1938 if (pLayoutChild->m_pFormNode->GetElementType() == XFA_Element::Subform) { in DoLayoutTableContainer()
1940 pLayoutChild->m_pFormNode->JSObject()->GetEnum(XFA_Attribute::Layout); in DoLayoutTableContainer()
1943 RelocateTableRowCells(pLayoutChild, m_rgSpecifiedColumnWidths, in DoLayoutTableContainer()
1948 pLayoutChild->m_sPos.y = fCurrentRowY; in DoLayoutTableContainer()
1950 pLayoutChild->m_sPos.x = 0; in DoLayoutTableContainer()
1952 switch (pLayoutChild->m_pFormNode->JSObject()->GetEnum( in DoLayoutTableContainer()
1955 pLayoutChild->m_sPos.x = in DoLayoutTableContainer()
1956 (fContentWidthLimit - pLayoutChild->m_sSize.width) / 2; in DoLayoutTableContainer()
1959 pLayoutChild->m_sPos.x = in DoLayoutTableContainer()
1960 fContentWidthLimit - pLayoutChild->m_sSize.width; in DoLayoutTableContainer()
1964 pLayoutChild->m_sPos.x = 0; in DoLayoutTableContainer()
1971 pLayoutChild->m_sPos.x + pLayoutChild->m_sSize.width; in DoLayoutTableContainer()
1979 fCurrentRowY += pLayoutChild->m_sSize.height; in DoLayoutTableContainer()
2207 CXFA_ContentLayoutItem* pLayoutChild = nullptr; in DoLayoutFlowedContainer() local
2211 pLayoutChild = (CXFA_ContentLayoutItem*)m_pLayoutItem->m_pFirstChild; in DoLayoutFlowedContainer()
2212 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer()
2214 if (pLayoutNext->m_sPos.y != pLayoutChild->m_sPos.y) in DoLayoutFlowedContainer()
2215 pLayoutChild = pLayoutNext; in DoLayoutFlowedContainer()
2221 pLayoutTempChild != pLayoutChild; in DoLayoutFlowedContainer()
2235 if (pLayoutChild) in DoLayoutFlowedContainer()
2236 fContentCurRowY = pLayoutChild->m_sPos.y; in DoLayoutFlowedContainer()
2264 if (pLayoutChild) { in DoLayoutFlowedContainer()
2265 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer()
2291 pLayoutChild) { in DoLayoutFlowedContainer()
2300 pLayoutChild) { in DoLayoutFlowedContainer()
2308 (CXFA_ContentLayoutItem*)pLayoutChild; in DoLayoutFlowedContainer()
2316 pLayoutChild = nullptr; in DoLayoutFlowedContainer()