Searched refs:IsChoiceListAllowTextEntry (Results 1 – 3 of 3) sorted by relevance
273 if (m_pDataAcc->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()398 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanUndo()402 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanRedo()406 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Undo()410 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Redo()420 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanCut()424 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanPaste()434 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Cut()438 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Paste()
661 FX_BOOL IsChoiceListAllowTextEntry();
2035 FX_BOOL CXFA_WidgetData::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_WidgetData2159 if (IsListBox() || !IsChoiceListAllowTextEntry()) { in CountSelectedItems()