Searched refs:pPageAreaLayoutItem (Results 1 – 3 of 3) sorted by relevance
206 CXFA_ContainerLayoutItem* pPageAreaLayoutItem, in CheckContentAreaNotUsed() argument211 pPageAreaLayoutItem->m_pFirstChild); in CheckContentAreaNotUsed()628 for (CXFA_LayoutItem* pPageAreaLayoutItem = in FinishPaginatedPageSets() local630 pPageAreaLayoutItem; in FinishPaginatedPageSets()631 pPageAreaLayoutItem = pPageAreaLayoutItem->m_pNextSibling) { in FinishPaginatedPageSets()632 if (pPageAreaLayoutItem->m_pFormNode->GetElementType() != in FinishPaginatedPageSets()637 pLastPageAreaLayoutItem = pPageAreaLayoutItem; in FinishPaginatedPageSets()
64 void DoLayoutPageArea(CXFA_ContainerLayoutItem* pPageAreaLayoutItem);
1598 CXFA_ContainerLayoutItem* pPageAreaLayoutItem) { in DoLayoutPageArea() argument1599 CXFA_Node* pFormNode = pPageAreaLayoutItem->m_pFormNode; in DoLayoutPageArea()1623 pPageAreaLayoutItem->AddHeadChild(pProcessItem); in DoLayoutPageArea()1625 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea()1631 CXFA_LayoutItem* pLayoutItem = pPageAreaLayoutItem->m_pFirstChild; in DoLayoutPageArea()1642 pPageAreaLayoutItem->RemoveChild(pLayoutItem); in DoLayoutPageArea()1644 pPageAreaLayoutItem->AddHeadChild(pLayoutItem); in DoLayoutPageArea()1646 pPageAreaLayoutItem->InsertChild(pBeforeItem, pLayoutItem); in DoLayoutPageArea()