Searched refs:GetSelectedIndex (Results 1 – 9 of 9) sorted by relevance
55 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPWLWindow()83 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()86 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()105 m_pWidget->GetSelectedIndex(0); in SaveData()
104 return pListBox->GetCurSel() != m_pWidget->GetSelectedIndex(0); in IsDataChanged()163 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData()
78 int GetSelectedIndex(int nIndex) const;
287 int nIndex = pFormField->GetSelectedIndex(i); in Synchronize()436 int CPDFSDK_Widget::GetSelectedIndex(int nIndex) const { in GetSelectedIndex() function in CPDFSDK_Widget447 return pFormField->GetSelectedIndex(nIndex); in GetSelectedIndex()
297 int index = pFormField->GetSelectedIndex(0); in OnFormat()
1618 int32_t nCurSel = pField->GetSelectedIndex(0); in SetAsComboBox()1681 if (pField->GetSelectedIndex(j) == i) { in SetAsListBox()
112 int GetSelectedIndex(int index) const;
426 int CPDF_FormField::GetSelectedIndex(int index) const { in GetSelectedIndex() function in CPDF_FormField463 int iIndex = GetSelectedIndex(0); in ClearSelection()
1010 pRuntime->NewNumber(pFormField->GetSelectedIndex(0))); in get_current_value_indices()1015 SelArray, i, pRuntime->NewNumber(pFormField->GetSelectedIndex(i))); in get_current_value_indices()2102 iIndex = pFormField->GetSelectedIndex(i); in get_value()