Lines Matching refs:m_pDocView

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()
53 m_pDocView->GetDoc(), hWidget); in OnLButtonDown()
55 m_pDocView->UnlockUpdate(); in OnLButtonDown()
56 m_pDocView->UpdateDocView(); in OnLButtonDown()
63 m_pDocView->LockUpdate(); in OnLButtonUp()
64 m_pDocView->m_bLayoutEvent = true; in OnLButtonUp()
66 m_pDocView->UnlockUpdate(); in OnLButtonUp()
67 m_pDocView->UpdateDocView(); in OnLButtonUp()
75 m_pDocView->RunInvalidate(); in OnLButtonDblClk()
83 m_pDocView->RunInvalidate(); in OnMouseMove()
93 m_pDocView->RunInvalidate(); in OnMouseWheel()
101 if (bRet && m_pDocView->SetFocus(hWidget)) { in OnRButtonDown()
102 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnRButtonDown()
103 m_pDocView->GetDoc(), hWidget); in OnRButtonDown()
105 m_pDocView->RunInvalidate(); in OnRButtonDown()
113 m_pDocView->RunInvalidate(); in OnRButtonUp()
121 m_pDocView->RunInvalidate(); in OnRButtonDblClk()
129 m_pDocView->RunInvalidate(); in OnKeyDown()
130 m_pDocView->UpdateDocView(); in OnKeyDown()
138 m_pDocView->RunInvalidate(); in OnKeyUp()
146 m_pDocView->RunInvalidate(); in OnChar()
225 return node->ProcessCalculate(m_pDocView); in ProcessEvent()
227 if (m_pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled( in ProcessEvent()
228 m_pDocView->GetDoc())) { in ProcessEvent()
229 return node->ProcessValidate(m_pDocView, 0); in ProcessEvent()
238 return node->ExecuteScript(m_pDocView, calc->GetScriptIfExists(), pParam); in ProcessEvent()
244 node->ProcessEvent(m_pDocView, gs_EventActivity[pParam->m_eType], pParam); in ProcessEvent()
264 m_pDocView->RunLayout(); in CreateWidget()
266 m_pDocView->GetXFALayout()->GetLayoutItem(pNewFormItem); in CreateWidget()
575 return m_pDocView->GetDoc()->GetXFADoc(); in GetXFADoc()