Searched refs:m_pDocView (Results 1 – 9 of 9) sorted by relevance
26 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()31 m_pDocView->LockUpdate(); in OnMouseEnter()33 m_pDocView->UnlockUpdate(); in OnMouseEnter()34 m_pDocView->UpdateDocView(); in OnMouseEnter()39 m_pDocView->LockUpdate(); in OnMouseExit()41 m_pDocView->UnlockUpdate(); in OnMouseExit()42 m_pDocView->UpdateDocView(); in OnMouseExit()49 m_pDocView->LockUpdate(); in OnLButtonDown()51 if (bRet && m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()52 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()[all …]
353 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget); in AddInvalidateRect()597 return m_pDocView; in GetDocView()601 m_pDocView = pDocView; in SetDocView()605 return m_pDocView->GetDoc(); in GetDoc()
34 UnownedPtr<CXFA_FFDocView> const m_pDocView;
317 m_pDocView->AddValidateWidget(exclNode->GetWidgetAcc()); in OnProcessEvent()318 m_pDocView->AddCalculateWidgetAcc(exclNode->GetWidgetAcc()); in OnProcessEvent()
113 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()118 return m_pDocView.Get(); in GetDocView()
120 CXFA_FFDocView* m_pDocView; variable
165 CXFA_FFDocView* m_pDocView = nullptr; variable
633 m_pDocView->SetChangeMark(); in ProcessCommittedData()634 m_pDocView->AddValidateWidget(m_pNode->GetWidgetAcc()); in ProcessCommittedData()
309 m_pDocView->SetFocusWidgetAcc(nullptr); in OnSelectChanged()