Searched refs:pParentLayoutItem (Results 1 – 4 of 4) sorted by relevance
162 CXFA_LayoutItem* pParentLayoutItem = pLayoutItem->GetParent(); in ReorderLayoutItemToTail() local163 if (!pParentLayoutItem) in ReorderLayoutItemToTail()166 pParentLayoutItem->RemoveChild(pLayoutItem); in ReorderLayoutItemToTail()167 pParentLayoutItem->AppendLastChild(pLayoutItem); in ReorderLayoutItemToTail()605 RetainPtr<CXFA_ViewLayoutItem> pParentLayoutItem( in CreateViewRecord() local607 if (!pParentLayoutItem) in CreateViewRecord()608 pParentLayoutItem = m_pPageSetCurLayoutItem; in CreateViewRecord()610 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateViewRecord()1596 CXFA_LayoutItem* pParentLayoutItem) { in SaveLayoutItemChildren() argument1600 RetainPtr<CXFA_LayoutItem> pCurLayoutItem(pParentLayoutItem->GetFirstChild()); in SaveLayoutItemChildren()
159 void SaveLayoutItemChildren(CXFA_LayoutItem* pParentLayoutItem);
124 CXFA_ContentLayoutItem* pParentLayoutItem,
1435 CXFA_ContentLayoutItem* pParentLayoutItem, in JudgePutNextPage() argument1438 if (!pParentLayoutItem) in JudgePutNextPage()1442 for (CXFA_LayoutItem* pIter = pParentLayoutItem->GetFirstChild(); pIter; in JudgePutNextPage()