Searched refs:CountChoiceListItems (Results 1 – 4 of 4) sorted by relevance
284 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems()) in Synchronize()294 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems()) in Synchronize()429 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(); i < sz; in SynchronizeXFAItems()444 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(); i < sz; in SynchronizeXFAItems()652 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems())
664 int32_t CountChoiceListItems(FX_BOOL bSaveValue = FALSE);
2056 int32_t CXFA_WidgetData::CountChoiceListItems(FX_BOOL bSaveValue) { in CountChoiceListItems() function in CXFA_WidgetData
1647 FXJSE_Value_SetInteger(hValue, pWidgetData->CountChoiceListItems(TRUE)); in Script_Field_Length()