Searched refs:m_pFirstChild (Results 1 – 8 of 8) sorted by relevance
18 CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild; in XFA_ReleaseLayoutItem()41 m_pFirstChild(nullptr), in CXFA_LayoutItem()168 if (!m_pFirstChild) { in AddChild()169 m_pFirstChild = pChildItem; in AddChild()173 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddChild()185 if (!m_pFirstChild) { in AddHeadChild()186 m_pFirstChild = pChildItem; in AddHeadChild()190 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddHeadChild()191 m_pFirstChild = pChildItem; in AddHeadChild()192 m_pFirstChild->m_pNextSibling = pExistingChildItem; in AddHeadChild()[all …]
45 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pFirstChild); in GetFirstChild()117 for (CXFA_LayoutItem* pChild = pContainerItem->m_pFirstChild; pChild; in SyncContainer()211 pPageAreaLayoutItem->m_pFirstChild); in CheckContentAreaNotUsed()215 if (!pLayoutItem->m_pFirstChild) { in CheckContentAreaNotUsed()229 CXFA_LayoutItem* pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SyncRemoveLayoutItem()232 if (pCurLayoutItem->m_pFirstChild) in SyncRemoveLayoutItem()300 m_pPageSetLayoutItemRoot->m_pFirstChild = nullptr; in InitLayoutPage()629 pPageSetLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()673 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()682 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()[all …]
214 static_cast<CXFA_ContentLayoutItem*>(pLayoutRow->m_pFirstChild); in RelocateTableRowCells()257 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()267 if (pParaNode && pLayoutChild->m_pFirstChild) { in RelocateTableRowCells()284 (CXFA_ContentLayoutItem*)pLayoutChild->m_pFirstChild; in RelocateTableRowCells()310 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()440 (CXFA_ContentLayoutItem*)pProcessor->m_pLayoutItem->m_pFirstChild; in AddLeaderAfterSplit()894 CXFA_LayoutItem* firstChild = pProcessor->m_pLayoutItem->m_pFirstChild; in InsertFlowedItem()1032 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in FindLayoutItemSplitPos()1253 if (pLayoutItem->m_pFirstChild) in SplitLayoutItem()1258 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) { in SplitLayoutItem()[all …]
15 return pLayoutItem->m_pFirstChild; in GetFirstChild()
16 return static_cast<CXFA_ContentLayoutItem*>(pLayoutItem->m_pFirstChild); in GetFirstChild()
16 for (CXFA_LayoutItem* pChildItem = pLayoutItem->m_pFirstChild; pChildItem; in GetFirstChild()
48 CXFA_LayoutItem* m_pFirstChild; variable
228 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()240 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()247 iterator(static_cast<CXFA_ContentLayoutItem*>(pItem->m_pFirstChild)); in GetObjArray()302 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()308 iterator(static_cast<CXFA_ContentLayoutItem*>(pItem->m_pFirstChild)); in GetObjArray()