• Home
  • Raw
  • Download

Lines Matching refs:m_pDoc

46 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}  in CXFA_FFNotify()
52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
63 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemAdded()
75 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemRemoved()
87 auto* pLayout = CXFA_LayoutProcessor::FromDocument(m_pDoc->GetXFADoc()); in OnCreateViewLayoutItem()
88 return pdfium::MakeUnique<CXFA_FFPageView>(m_pDoc->GetDocView(pLayout), in OnCreateViewLayoutItem()
186 auto* pLayout = CXFA_LayoutProcessor::FromDocument(m_pDoc->GetXFADoc()); in OnCreateContentLayoutItem()
187 pWidget->SetDocView(m_pDoc->GetDocView(pLayout)); in OnCreateContentLayoutItem()
194 pItem->StartWidgetLayout(m_pDoc.Get(), pCalcWidth, pCalcHeight); in StartFieldDrawLayout()
198 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript()
215 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst()
223 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate()
232 return m_pDoc->GetApp()->GetAppProvider(); in GetAppProvider()
236 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler()
241 auto* pDocLayout = CXFA_LayoutProcessor::FromDocument(m_pDoc->GetXFADoc()); in OpenDropDownList()
268 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OpenDropDownList()
276 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ResetData()
284 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetLayoutStatus()
289 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunNodeInitialize()
297 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunSubformIndexChange()
305 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetFocusWidgetNode()
310 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in SetFocusWidgetNode()
317 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OnNodeReady()
346 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OnValueChanging()
352 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnValueChanging()
363 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OnValueChanged()
400 m_pDoc->GetDocView()->UpdateUIDisplay(pWidgetNode, nullptr); in OnValueChanged()
405 m_pDoc->GetDocView()->UpdateUIDisplay(pWidgetNode, nullptr); in OnValueChanged()
411 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pWidgetNode); in OnValueChanged()
424 m_pDoc->GetXFADoc()->GetLayoutProcessor()->AddChangedContainer(pNode); in OnContainerChanged()
431 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OnChildAdded()
439 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildAdded()
443 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OnChildRemoved()
451 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildRemoved()
458 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnLayoutItemAdded()
475 m_pDoc->GetDocEnvironment()->WidgetPostAdd(pWidget); in OnLayoutItemAdded()
492 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnLayoutItemRemoving()
501 m_pDoc->GetDocEnvironment()->WidgetPreRemove(pWidget); in OnLayoutItemRemoving()