Home | History | Annotate | Download | only in formfiller

Lines Matching refs:nCurSel

83 	FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
85 if (nCurSel < 0)
88 swText = m_pWidget->GetOptionLabel(nCurSel);
95 pWnd->SetSelect(nCurSel);
110 FX_INT32 nCurSel = pWnd->GetSelect();
116 if (nCurSel >= 0)
118 return nCurSel != m_pWidget->GetSelectedIndex(0);
127 return nCurSel != m_pWidget->GetSelectedIndex(0);
141 FX_INT32 nCurSel = pWnd->GetSelect();
148 if (nCurSel >= 0)
150 if (swText != m_pWidget->GetOptionLabel(nCurSel))
172 m_pWidget->SetOptionSelection(nCurSel, TRUE, FALSE);