Searched refs:IsChoiceListAllowTextEntry (Results 1 – 3 of 3) sorted by relevance
88 if (m_pNode->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()216 return m_pNode->IsChoiceListAllowTextEntry() && in CanUndo()221 return m_pNode->IsChoiceListAllowTextEntry() && in CanRedo()226 return m_pNode->IsChoiceListAllowTextEntry() && in Undo()231 return m_pNode->IsChoiceListAllowTextEntry() && in Redo()240 return m_pNode->IsOpenAccess() && m_pNode->IsChoiceListAllowTextEntry() && in CanCut()245 return m_pNode->IsChoiceListAllowTextEntry() && m_pNode->IsOpenAccess(); in CanPaste()257 if (!m_pNode->IsChoiceListAllowTextEntry()) in Cut()264 return m_pNode->IsChoiceListAllowTextEntry() && in Paste()
335 bool IsChoiceListAllowTextEntry();
4133 bool CXFA_Node::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_Node4250 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()