• Home
  • Raw
  • Download

Lines Matching refs:pCurPageArea

257         pCurPageArea(pPageArea),  in CXFA_ContainerRecord()
261 CXFA_ContainerLayoutItem* pCurPageArea; member in CXFA_ContainerRecord
441 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
442 RemoveLayoutItem(pNewRecord->pCurPageArea); in RemoveLayoutRecord()
460 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()
461 ReorderLayoutItemToTail(pNewRecord->pCurPageArea); in ReorderPendingLayoutRecordToTail()
484 m_pCurPageArea = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in SubmitContentItem()
590 pNewRecord->pCurPageArea = pNewPageAreaLayoutItem; in AddPageAreaLayoutItem()
603 ASSERT(pNewRecord->pCurPageArea); in AddContentAreaLayoutItem()
604 pNewRecord->pCurPageArea->AddChild(pNewContentAreaLayoutItem); in AddContentAreaLayoutItem()
785 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode || in RunBreak()
1280 CXFA_Node* pCurPageArea = nullptr; in FindPageAreaFromPageSet_SimplexDuplex() local
1282 pCurPageArea = pPreferredPageArea; in FindPageAreaFromPageSet_SimplexDuplex()
1284 pCurPageArea = pFallbackPageArea; in FindPageAreaFromPageSet_SimplexDuplex()
1286 if (!pCurPageArea) in FindPageAreaFromPageSet_SimplexDuplex()
1291 AddPageAreaLayoutItem(pNewRecord, pCurPageArea); in FindPageAreaFromPageSet_SimplexDuplex()
1293 pTargetContentArea = pCurPageArea->GetFirstChildByClass<CXFA_ContentArea>( in FindPageAreaFromPageSet_SimplexDuplex()
1298 m_pCurPageArea = pCurPageArea; in FindPageAreaFromPageSet_SimplexDuplex()
1400 if (!CheckContentAreaNotUsed(GetCurrentContainerRecord()->pCurPageArea, in GetNextContentArea()
1548 CXFA_Node* pPageNode = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in GetNextAvailContentHeight()