Searched refs:m_pFirstChild (Results 1 – 7 of 7) sorted by relevance
14 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()31 for (CXFA_LayoutItem* pChildItem = pLayoutItem->m_pFirstChild; pChildItem; in GetFirstChild()60 return (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()
132 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in FindLayoutItemSplitPos()279 if (pLayoutItem->m_pFirstChild) { in SplitLayoutItem()284 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) { in SplitLayoutItem()299 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in SplitLayoutItem()300 pLayoutItem->m_pFirstChild = NULL; in SplitLayoutItem()497 if (m_pFirstChild == NULL) { in AddChild()498 m_pFirstChild = pChildItem; in AddChild()500 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddChild()512 if (m_pFirstChild == NULL) { in AddHeadChild()513 m_pFirstChild = pChildItem; in AddHeadChild()[all …]
53 m_pPageSetLayoutItemRoot->m_pFirstChild = NULL; in InitLayoutPage()442 (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()486 pPageSetLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()530 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()539 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()570 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()1260 (CXFA_ContainerLayoutItem*)pPageAreaLayoutItem->m_pFirstChild; in XFA_LayoutPageMgr_CheckContentAreaNotUsed()1264 if (pLayoutItem->m_pFirstChild == NULL) { in XFA_LayoutPageMgr_CheckContentAreaNotUsed()1520 * pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SaveLayoutItem()1523 if (pCurLayoutItem->m_pFirstChild) { in SaveLayoutItem()[all …]
223 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()237 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()244 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild); in Script_LayoutPseudoModel_GetObjArray()303 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()309 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild); in Script_LayoutPseudoModel_GetObjArray()
42 CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild; in XFA_ReleaseLayoutItem()
171 m_pFirstChild(NULL), in CXFA_LayoutItem()
53 CXFA_LayoutItem* m_pFirstChild; variable112 return pLayoutItem->m_pFirstChild; in GetFirstChild()