Lines Matching refs:m_pNode
55 for (const auto& label : m_pNode->GetWidgetAcc()->GetChoiceListItems(false)) in LoadWidget()
58 std::vector<int32_t> iSelArray = m_pNode->GetWidgetAcc()->GetSelectedItems(); in LoadWidget()
61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in LoadWidget()
79 if (m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()
83 if (!m_pNode->IsOpenAccess() || !GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
90 if (!m_pNode->GetWidgetAcc()->IsHorizontalScrollPolicyOff()) in UpdateWidgetProperty()
117 return m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Raw, m_wsNewValue); in CommitData()
127 wsText = m_pNode->GetWidgetAcc() in IsDataChanged()
131 if (m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw) == wsText) in IsDataChanged()
140 pParam->m_pTarget = m_pNode->GetWidgetAcc(); in FWLEventSelChange()
142 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, pParam); in FWLEventSelChange()
146 CXFA_Para* para = m_pNode->GetParaIfExists(); in GetAlignment()
190 std::vector<int32_t> iSelArray = m_pNode->GetWidgetAcc()->GetSelectedItems(); in UpdateFWLData()
196 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in UpdateFWLData()
203 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanUndo()
208 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanRedo()
213 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Undo()
218 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Redo()
227 return m_pNode->IsOpenAccess() && in CanCut()
228 m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanCut()
233 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanPaste()
234 m_pNode->IsOpenAccess(); in CanPaste()
246 if (!m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) in Cut()
253 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Paste()
299 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnTextChanged()
306 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
308 if (m_pNode->GetWidgetAcc()->IsChoiceListCommitOnSelect() && bLButtonUp) in OnSelectChanged()
315 eParam.m_pTarget = m_pNode->GetWidgetAcc(); in OnPreOpen()
316 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PreOpen, &eParam); in OnPreOpen()
322 eParam.m_pTarget = m_pNode->GetWidgetAcc(); in OnPostOpen()
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PostOpen, &eParam); in OnPostOpen()