Searched refs:CountChoiceListItems (Results 1 – 4 of 4) sorted by relevance
305 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false)) in Synchronize()315 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false)) in Synchronize()437 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(false); i < sz; in SynchronizeXFAItems()450 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(false); i < sz; in SynchronizeXFAItems()646 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false))
133 int32_t CountChoiceListItems(bool bSaveValue);
1832 int32_t CXFA_WidgetAcc::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() function in CXFA_WidgetAcc
1485 ToNode(object_.Get())->GetWidgetAcc()->CountChoiceListItems(true)); in Script_Field_Length()