• Home
  • Raw
  • Download

Lines Matching refs:pRootLayoutItem

1827   for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem();  in LayoutPageSetContents()  local
1828 pRootLayoutItem; in LayoutPageSetContents()
1829 pRootLayoutItem = ToViewLayoutItem(pRootLayoutItem->GetNextSibling())) { in LayoutPageSetContents()
1830 ViewLayoutItemIterator iterator(pRootLayoutItem); in LayoutPageSetContents()
1848 for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem(); in SyncLayoutData() local
1849 pRootLayoutItem; in SyncLayoutData()
1850 pRootLayoutItem = ToViewLayoutItem(pRootLayoutItem->GetNextSibling())) { in SyncLayoutData()
1851 ViewLayoutItemIterator iteratorParent(pRootLayoutItem); in SyncLayoutData()
1903 RetainPtr<CXFA_ViewLayoutItem> pRootLayoutItem = m_pPageSetRootLayoutItem; in PrepareLayout() local
1904 if (pRootLayoutItem && in PrepareLayout()
1905 pRootLayoutItem->GetFormNode()->GetPacketType() == XFA_PacketType::Form) { in PrepareLayout()
1906 CXFA_Node* pPageSetFormNode = pRootLayoutItem->GetFormNode(); in PrepareLayout()
1907 pRootLayoutItem->GetFormNode()->GetDocument()->m_pPendingPageSet.clear(); in PrepareLayout()
1909 XFA_ReleaseLayoutItem(pRootLayoutItem); in PrepareLayout()
1911 pRootLayoutItem = nullptr; in PrepareLayout()
1921 pRootLayoutItem->GetFormNode() in PrepareLayout()
1927 pRootLayoutItem = m_pPageSetRootLayoutItem; in PrepareLayout()
1929 for (; pRootLayoutItem; pRootLayoutItem.Reset(pNextLayout)) { in PrepareLayout()
1930 pNextLayout = ToViewLayoutItem(pRootLayoutItem->GetNextSibling()); in PrepareLayout()
1931 SaveLayoutItemChildren(pRootLayoutItem.Get()); in PrepareLayout()
1932 pRootLayoutItem->RemoveSelfIfParented(); in PrepareLayout()