Home
last modified time | relevance | path

Searched refs:nCurSel (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp54 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow() local
56 if (nCurSel < 0) in NewPDFWindow()
59 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow()
65 pWnd->SetSelect(nCurSel); in NewPDFWindow()
81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged() local
83 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
85 if (nCurSel >= 0) in IsDataChanged()
86 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
98 int32_t nCurSel = pWnd->GetSelect(); in SaveData() local
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()
[all …]
Dcffl_listbox.cpp145 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local
146 if (nCurSel >= 0) in GetActionData()
147 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
156 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local
157 if (nCurSel >= 0) in GetActionData()
158 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1619 int32_t nCurSel = pField->GetSelectedIndex(0); in SetAsComboBox() local
1620 if (nCurSel < 0) in SetAsComboBox()
1623 pEdit->SetText(pField->GetOptionLabel(nCurSel)); in SetAsComboBox()