Searched refs:m_pDocView (Results 1 – 13 of 13) sorted by relevance
21 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()26 m_pDocView->LockUpdate(); in OnMouseEnter()28 m_pDocView->UnlockUpdate(); in OnMouseEnter()29 m_pDocView->UpdateDocView(); in OnMouseEnter()34 m_pDocView->LockUpdate(); in OnMouseExit()36 m_pDocView->UnlockUpdate(); in OnMouseExit()37 m_pDocView->UpdateDocView(); in OnMouseExit()44 m_pDocView->LockUpdate(); in OnLButtonDown()46 if (bRet && m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()47 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()[all …]
174 m_pDocView(pDocView), in CXFA_WidgetAcc()197 m_pDocView->AddValidateWidget(this); in ProcessValueChanged()198 m_pDocView->AddCalculateWidgetAcc(this); in ProcessValueChanged()199 m_pDocView->RunCalculateWidgets(); in ProcessValueChanged()200 m_pDocView->RunValidate(); in ProcessValueChanged()293 return m_pDocView; in GetDocView()296 return m_pDocView->GetDoc(); in GetDoc()478 m_pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()573 bool bStatus = m_pDocView->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End; in ProcessValidate()663 m_pDocView->AddValidateWidget(this); in ExecuteScript()[all …]
302 m_pDocView->AddValidateWidget(pFFExclGroup); in OnProcessEvent()303 m_pDocView->AddCalculateWidgetAcc(pFFExclGroup); in OnProcessEvent()
119 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()124 return m_pDocView; in GetDocView()
606 m_pDocView->SetChangeMark(); in ProcessCommittedData()607 m_pDocView->AddValidateWidget(m_pDataAcc); in ProcessCommittedData()
173 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget); in AddInvalidateRect()460 return m_pDocView; in GetDocView()464 m_pDocView = pDocView; in SetDocView()468 return m_pDocView->GetDoc(); in GetDoc()
486 m_pDocView->SetFocusWidgetAcc(nullptr); in OnSelectChanged()
806 m_pDocView(pDocView), in CXFA_WidgetAccIterator()
33 CXFA_FFDocView* const m_pDocView;
116 CXFA_FFDocView* m_pDocView; variable
149 CXFA_FFDocView* const m_pDocView; variable
143 CXFA_FFDocView* m_pDocView; variable