Searched refs:pCurPageSet (Results 1 – 2 of 2) sorted by relevance
204 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()205 XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->pCurPageSet); in RemoveLayoutRecord()223 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()224 XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->pCurPageSet); in ReorderPendingLayoutRecordToTail()345 pNewRecord->pCurPageSet = m_pPageSetCurRoot; in CreateContainerRecord()352 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateContainerRecord()356 if (pPageSet == GetCurrentContainerRecord()->pCurPageSet->m_pFormNode) { in CreateContainerRecord()359 GetCurrentContainerRecord()->pCurPageSet->m_pParent; in CreateContainerRecord()379 pNewRecord->pCurPageSet = pPageSetLayoutItem; in CreateContainerRecord()385 pNewRecord->pCurPageSet = m_pPageSetLayoutItemRoot; in CreateContainerRecord()[all …]
14 : pCurPageSet(pPageSet), in pCurPageSet() function17 CXFA_ContainerLayoutItem* pCurPageSet; variable