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()53 if (m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()54 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()[all …]
150 CXFA_FFDocView* GetDocView() const { return m_pDocView.Get(); } in GetDocView()151 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()196 UnownedPtr<CXFA_FFDocView> m_pDocView; variable
74 UnownedPtr<CXFA_FFDocView> m_pDocView;
317 m_pDocView->AddValidateNode(exclNode); in OnProcessEvent()318 m_pDocView->AddCalculateNode(exclNode); in OnProcessEvent()
41 UnownedPtr<CXFA_FFDocView> const m_pDocView; variable
114 : m_pPageArea(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()119 return m_pDocView.Get(); in GetDocView()
374 m_pDocView->InvalidateRect(m_pPageView.Get(), rtWidget); in InvalidateRect()655 return m_pDocView->GetDoc(); in GetDoc()
327 m_pDocView->SetFocusNode(nullptr); in OnSelectChanged()
644 m_pDocView->SetChangeMark(); in ProcessCommittedData()645 m_pDocView->AddValidateNode(m_pNode.Get()); in ProcessCommittedData()