Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp62 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow() local
64 if (nCurSel < 0) in NewPDFWindow()
67 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow()
73 pWnd->SetSelect(nCurSel); in NewPDFWindow()
89 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged() local
91 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
93 if (nCurSel >= 0) in IsDataChanged()
94 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
106 int32_t nCurSel = pWnd->GetSelect(); in SaveData() local
111 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()
[all …]
Dcffl_listbox.cpp146 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local
147 if (nCurSel >= 0) in GetActionData()
148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
157 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local
158 if (nCurSel >= 0) in GetActionData()
159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp1383 int32_t nCurSel = pField->GetSelectedIndex(0); local
1384 if (nCurSel < 0)
1387 pEdit->SetText(pField->GetOptionLabel(nCurSel));