• Home
  • Raw
  • Download

Lines Matching refs:GetFirstChild

210   for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter;  in RelocateTableRowCells()
258 for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter; in RelocateTableRowCells()
271 if (pParaNode && pLayoutChild->GetFirstChild()) { in RelocateTableRowCells()
287 for (CXFA_LayoutItem* pInnerIter = pLayoutChild->GetFirstChild(); in RelocateTableRowCells()
315 for (CXFA_LayoutItem* pIter = pLayoutRow->GetFirstChild(); pIter; in RelocateTableRowCells()
507 for (CXFA_LayoutItem* pIter = pLayoutItem->GetFirstChild(); pIter; in FindLayoutItemSplitPos()
706 if (pLayoutItem->GetFirstChild()) in SplitLayoutItem()
712 if (fCurTopMargin > 0 && pLayoutItem->GetFirstChild()) { in SplitLayoutItem()
735 while (auto* pFirst = ToContentLayoutItem(pLayoutItem->GetFirstChild())) { in SplitLayoutItem()
858 ret = HandleKeep(pChildContainer->GetFirstChild(), pCurActionNode); in GotoNextContainerNode()
948 FindBreakNode((*pNextContainer)->GetFirstChild(), true, pCurActionNode); in ProcessKeepNodesForCheckNext()
968 CXFA_Node* pBreakAfterNode = pContainerNode->GetFirstChild(); in ProcessKeepNodesForBreakBefore()
1005 RetainPtr<CXFA_LayoutItem> pLayoutItem(pPageAreaLayoutItem->GetFirstChild()); in DoLayoutPageArea()
1205 for (CXFA_LayoutItem* pIter = m_pLayoutItem->GetFirstChild(); pIter; in DoLayoutTableContainer()
1223 ToContentLayoutItem(pLayoutChild->GetFirstChild()); in DoLayoutTableContainer()
1298 for (CXFA_LayoutItem* pIter = m_pLayoutItem->GetFirstChild(); pIter; in DoLayoutTableContainer()
1442 for (CXFA_LayoutItem* pIter = pParentLayoutItem->GetFirstChild(); pIter; in JudgePutNextPage()
2227 for (CXFA_LayoutItem* pIter = m_pLayoutItem->GetFirstChild(); pIter; in AddLeaderAfterSplit()
2533 CXFA_LayoutItem* firstChild = pProcessor->m_pLayoutItem->GetFirstChild(); in InsertFlowedItem()
2643 : pParentContainer->GetFirstChild(); in HandleBookendLeader()
2684 CXFA_Node* pBreakAfterNode = pChildContainer->GetFirstChild(); in HandleBreakAfter()
2712 ret = FindBreakNode(pNextChildContainer->GetFirstChild(), true, in HandleCheckNextChildContainer()
2726 : pParentContainer->GetFirstChild(); in HandleBookendTrailer()
2783 ToContentLayoutItem(m_pLayoutItem->GetFirstChild()); in FindLastContentLayoutItem()
2796 for (CXFA_LayoutItem* pChild = m_pLayoutItem->GetFirstChild(); in CalculateLayoutItemSize()