Lines Matching refs:pParentLayoutItem
127 CXFA_ContainerLayoutItem* pParentLayoutItem = in ReorderLayoutItemToTail() local
129 if (!pParentLayoutItem) in ReorderLayoutItemToTail()
132 pParentLayoutItem->RemoveChild(pLayoutItem); in ReorderLayoutItemToTail()
133 pParentLayoutItem->AddChild(pLayoutItem); in ReorderLayoutItemToTail()
137 CXFA_ContainerLayoutItem* pParentLayoutItem = in RemoveLayoutItem() local
139 if (!pParentLayoutItem) in RemoveLayoutItem()
142 pParentLayoutItem->RemoveChild(pLayoutItem); in RemoveLayoutItem()
225 void SyncRemoveLayoutItem(CXFA_LayoutItem* pParentLayoutItem, in SyncRemoveLayoutItem() argument
229 CXFA_LayoutItem* pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SyncRemoveLayoutItem()
519 CXFA_ContainerLayoutItem* pParentLayoutItem = in CreateContainerRecord() local
522 if (!pParentLayoutItem) in CreateContainerRecord()
523 pParentLayoutItem = m_pPageSetCurRoot; in CreateContainerRecord()
525 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateContainerRecord()
1620 void CXFA_LayoutPageMgr::SaveLayoutItem(CXFA_LayoutItem* pParentLayoutItem) { in SaveLayoutItem() argument
1622 CXFA_LayoutItem* pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SaveLayoutItem()