Lines Matching refs:GetBoolean
1615 pUIChild->JSObject()->GetBoolean(XFA_Attribute::AllowNeutral); in IsAllowNeutral()
1810 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::TextEntry); in IsChoiceListAllowTextEntry()
1850 pItems[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1852 pItems[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1879 pItemsArray[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1881 pItemsArray[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1908 items[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
1910 items[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
2100 bool bHasSave = pNode->JSObject()->GetBoolean(XFA_Attribute::Save); in InsertItem()
2153 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemLabel()
2195 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemValue()
2237 if (!bSetValue && pItems->JSObject()->GetBoolean(XFA_Attribute::Save)) { in DeleteItem()
2294 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::MultiLine); in IsMultiLine()