HomeSort by relevance Sort by last modified time
    Searched refs:nCurSel (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 83 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
85 if (nCurSel < 0)
88 swText = m_pWidget->GetOptionLabel(nCurSel);
95 pWnd->SetSelect(nCurSel);
110 FX_INT32 nCurSel = pWnd->GetSelect();
116 if (nCurSel >= 0)
118 return nCurSel != m_pWidget->GetSelectedIndex(0);
127 return nCurSel != m_pWidget->GetSelectedIndex(0);
141 FX_INT32 nCurSel = pWnd->GetSelect();
148 if (nCurSel >= 0
    [all...]
FFL_ListBox.cpp 218 FX_INT32 nCurSel = pListBox->GetCurSel();
219 if (nCurSel >= 0)
220 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
233 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
234 if (nCurSel >= 0)
235 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1075 FX_INT32 nCurSel = pField->GetSelectedIndex(0);
1077 if (nCurSel < 0)
1080 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());
    [all...]

Completed in 55 milliseconds