Home | History | Annotate | Download | only in formfiller

Lines Matching refs:nCurSel

85 	FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);

89 if (nCurSel < 0)
92 swText = m_pWidget->GetOptionLabel(nCurSel);
99 pWnd->SetSelect(nCurSel);
115 FX_INT32 nCurSel = pWnd->GetSelect();
121 if (nCurSel >= 0)
123 return nCurSel != m_pWidget->GetSelectedIndex(0);
132 return nCurSel != m_pWidget->GetSelectedIndex(0);
146 FX_INT32 nCurSel = pWnd->GetSelect();
153 if (nCurSel >= 0)
155 if (swText != m_pWidget->GetOptionLabel(nCurSel))
177 m_pWidget->SetOptionSelection(nCurSel, TRUE, FALSE);