Searched refs:nCurSel (Results 1 – 3 of 3) sorted by relevance
54 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow() local56 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() local83 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() local103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()[all …]
160 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local161 if (nCurSel >= 0) in GetActionData()162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()171 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local172 if (nCurSel >= 0) in GetActionData()173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
1420 int32_t nCurSel = pField->GetSelectedIndex(0); local1422 if (nCurSel < 0)1425 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());