Searched refs:GetSelectedIndex (Results 1 – 9 of 9) sorted by relevance
54 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow()83 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()86 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()108 m_pWidget->GetSelectedIndex(0); in SaveData()
101 return pListBox->GetCurSel() != m_pWidget->GetSelectedIndex(0); in IsDataChanged()156 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData()
435 int CPDF_FormField::GetSelectedIndex(int index) const { in GetSelectedIndex() function in CPDF_FormField474 int iIndex = GetSelectedIndex(0); in ClearSelection()687 int iIndex = GetSelectedIndex(0); in ClearOptions()885 int iIndex = GetSelectedIndex(0); in ClearSelectedOptions()
140 int GetSelectedIndex(int index) const;
304 int nIndex = pFormField->GetSelectedIndex(i); in Synchronize()314 int nIndex = pFormField->GetSelectedIndex(i); in Synchronize()599 int CPDFSDK_Widget::GetSelectedIndex(int nIndex) const { in GetSelectedIndex() function in CPDFSDK_Widget609 return pFormField->GetSelectedIndex(nIndex); in GetSelectedIndex()
83 int GetSelectedIndex(int nIndex) const;
313 int index = pFormField->GetSelectedIndex(0); in OnFormat()
790 return CJS_Return(pRuntime->NewNumber(pFormField->GetSelectedIndex(0))); in get_current_value_indices()795 SelArray, i, pRuntime->NewNumber(pFormField->GetSelectedIndex(i))); in get_current_value_indices()2038 iIndex = pFormField->GetSelectedIndex(i); in get_value()
1619 int32_t nCurSel = pField->GetSelectedIndex(0); in SetAsComboBox()1682 if (pField->GetSelectedIndex(j) == i) { in SetAsListBox()