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 85 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
89 if (nCurSel < 0)
92 swText = m_pWidget->GetOptionLabel(nCurSel);
99 pWnd->SetSelect(nCurSel);
115 FX_INT32 nCurSel = pWnd->GetSelect();
121 if (nCurSel >= 0)
123 return nCurSel != m_pWidget->GetSelectedIndex(0);
132 return nCurSel != m_pWidget->GetSelectedIndex(0);
146 FX_INT32 nCurSel = pWnd->GetSelect();
153 if (nCurSel >= 0)
    [all...]
FFL_ListBox.cpp 220 FX_INT32 nCurSel = pListBox->GetCurSel();
221 if (nCurSel >= 0)
222 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
235 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
236 if (nCurSel >= 0)
237 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1074 FX_INT32 nCurSel = pField->GetSelectedIndex(0);
1076 if (nCurSel < 0)
1079 pEdit->SetText((FX_LPCWSTR)pField->GetOptionLabel(nCurSel));
    [all...]

Completed in 226 milliseconds