Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_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 …]
DFFL_ListBox.cpp160 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local
161 if (nCurSel >= 0) in GetActionData()
162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
171 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local
172 if (nCurSel >= 0) in GetActionData()
173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1420 int32_t nCurSel = pField->GetSelectedIndex(0); local
1422 if (nCurSel < 0)
1425 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());