Searched refs:nCurSel (Results 1 – 3 of 3) sorted by relevance
62 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow() local64 if (nCurSel < 0) in NewPDFWindow()67 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow()73 pWnd->SetSelect(nCurSel); in NewPDFWindow()89 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged() local91 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()93 if (nCurSel >= 0) in IsDataChanged()94 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()106 int32_t nCurSel = pWnd->GetSelect(); in SaveData() local111 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()[all …]
146 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local147 if (nCurSel >= 0) in GetActionData()148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()157 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local158 if (nCurSel >= 0) in GetActionData()159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
1383 int32_t nCurSel = pField->GetSelectedIndex(0); local1384 if (nCurSel < 0)1387 pEdit->SetText(pField->GetOptionLabel(nCurSel));