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 54 int32_t nCurSel = m_pWidget->GetSelectedIndex(0);
56 if (nCurSel < 0)
59 swText = m_pWidget->GetOptionLabel(nCurSel);
65 pWnd->SetSelect(nCurSel);
81 int32_t nCurSel = pWnd->GetSelect();
83 return nCurSel != m_pWidget->GetSelectedIndex(0);
85 if (nCurSel >= 0)
86 return nCurSel != m_pWidget->GetSelectedIndex(0);
98 int32_t nCurSel = pWnd->GetSelect();
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel))
    [all...]
FFL_ListBox.cpp 160 int32_t nCurSel = pListBox->GetCurSel();
161 if (nCurSel >= 0)
162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
171 int32_t nCurSel = m_pWidget->GetSelectedIndex(0);
172 if (nCurSel >= 0)
173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 268 milliseconds