Searched refs:IsChoiceListAllowTextEntry (Results 1 – 3 of 3) sorted by relevance
79 if (m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()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()228 m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanCut()233 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanPaste()246 if (!m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) in Cut()253 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Paste()
104 bool IsChoiceListAllowTextEntry();
1808 bool CXFA_WidgetAcc::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_WidgetAcc1925 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()