Searched refs:pCurPageArea (Results 1 – 2 of 2) sorted by relevance
208 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()209 XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->pCurPageArea); in RemoveLayoutRecord()227 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()228 XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->pCurPageArea); in ReorderPendingLayoutRecordToTail()250 m_pCurPageArea = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in SubmitContentItem()420 pNewRecord->pCurPageArea = pNewPageAreaLayoutItem; in AddPageAreaLayoutItem()432 ASSERT(pNewRecord->pCurPageArea); in AddContentAreaLayoutItem()433 pNewRecord->pCurPageArea->AddChild(pNewContentAreaLayoutItem); in AddContentAreaLayoutItem()640 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode || in RunBreak()652 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode) || in RunBreak()[all …]
15 pCurPageArea(pPageArea), in pCurPageSet()18 CXFA_ContainerLayoutItem* pCurPageArea; variable