Searched refs:m_pPageSetRootLayoutItem (Results 1 – 2 of 2) sorted by relevance
361 if (m_pPageSetRootLayoutItem) { in InitLayoutPage()362 m_pPageSetRootLayoutItem->RemoveSelfIfParented(); in InitLayoutPage()364 m_pPageSetRootLayoutItem = in InitLayoutPage()367 m_pPageSetCurLayoutItem = m_pPageSetRootLayoutItem; in InitLayoutPage()368 m_pPageSetNode->JSObject()->SetLayoutItem(m_pPageSetRootLayoutItem.Get()); in InitLayoutPage()584 pNewRecord->pCurPageSet = m_pPageSetRootLayoutItem; in CreateViewRecord()589 m_pPageSetRootLayoutItem->AppendLastChild(pPageSetLayoutItem); in CreateViewRecord()627 RetainPtr<CXFA_ViewLayoutItem> pPrePageSet(m_pPageSetRootLayoutItem); in CreateViewRecord()649 pNewRecord->pCurPageSet = m_pPageSetRootLayoutItem; in CreateViewRecordSimple()691 m_pPageSetRootLayoutItem.Get(); in FinishPaginatedPageSets()[all …]
52 return m_pPageSetRootLayoutItem.Get(); in GetRootLayoutItem()165 RetainPtr<CXFA_ViewLayoutItem> m_pPageSetRootLayoutItem; variable