Searched refs:nCurSel (Results 1 – 3 of 3) sorted by relevance
46 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPWLWindow() local48 if (nCurSel < 0) in NewPWLWindow()51 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPWLWindow()56 pWnd->SetSelect(nCurSel); in NewPWLWindow()72 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged() local74 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()76 if (nCurSel >= 0) in IsDataChanged()77 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()88 int32_t nCurSel = pWnd->GetSelect(); in SaveData() local91 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()[all …]
159 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData() local160 if (nCurSel >= 0) in GetActionData()161 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()170 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData() local171 if (nCurSel >= 0) in GetActionData()172 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
1547 int32_t nCurSel = pField->GetSelectedIndex(0); in SetAsComboBox() local1548 if (nCurSel < 0) { in SetAsComboBox()1551 pEdit->SetText(pField->GetOptionLabel(nCurSel)); in SetAsComboBox()