Searched refs:pPageAreaLayoutItem (Results 1 – 3 of 3) sorted by relevance
485 for (CXFA_LayoutItem* pPageAreaLayoutItem = in FinishPaginatedPageSets() local487 pPageAreaLayoutItem; in FinishPaginatedPageSets()488 pPageAreaLayoutItem = pPageAreaLayoutItem->m_pNextSibling) { in FinishPaginatedPageSets()489 if (pPageAreaLayoutItem->m_pFormNode->GetClassID() != in FinishPaginatedPageSets()494 pLastPageAreaLayoutItem = pPageAreaLayoutItem; in FinishPaginatedPageSets()1256 CXFA_ContainerLayoutItem* pPageAreaLayoutItem, in XFA_LayoutPageMgr_CheckContentAreaNotUsed() argument1260 (CXFA_ContainerLayoutItem*)pPageAreaLayoutItem->m_pFirstChild; in XFA_LayoutPageMgr_CheckContentAreaNotUsed()
105 void DoLayoutPageArea(CXFA_ContainerLayoutItem* pPageAreaLayoutItem);
1030 CXFA_ContainerLayoutItem* pPageAreaLayoutItem) { in DoLayoutPageArea() argument1031 CXFA_Node* pFormNode = pPageAreaLayoutItem->m_pFormNode; in DoLayoutPageArea()1064 pPageAreaLayoutItem->AddHeadChild(pProcessItem); in DoLayoutPageArea()1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea()1072 CXFA_LayoutItem* pLayoutItem = pPageAreaLayoutItem->m_pFirstChild; in DoLayoutPageArea()1081 pPageAreaLayoutItem->RemoveChild(pLayoutItem); in DoLayoutPageArea()1083 pPageAreaLayoutItem->AddHeadChild(pLayoutItem); in DoLayoutPageArea()1085 pPageAreaLayoutItem->InsertChild(pBeforeItem, pLayoutItem); in DoLayoutPageArea()