Home
last modified time | relevance | path

Searched refs:nSel (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/cpl/console/
H A Dfont.c144 INT nSel; in FontSizeList_SelectFontSize() local
162 if (nSel == LB_ERR) in FontSizeList_SelectFontSize()
165 nSel = 0; in FontSizeList_SelectFontSize()
167 else if (nSel >= idx) in FontSizeList_SelectFontSize()
173 nSel = idx - 1; in FontSizeList_SelectFontSize()
187 if (nSel == CB_ERR) in FontSizeList_SelectFontSize()
202 INT nSel; in FontSizeList_GetSelectedFontSize() local
261 if (nSel == CB_ERR) in FontSizeList_GetSelectedFontSize()
548 INT Length, nSel; in FontTypeChange() local
564 if (nSel == CurrentSelFont) in FontTypeChange()
[all …]
/reactos/dll/cpl/main/
H A Dmouse.c579 INT nSel; in RefreshCursorList() local
617 INT nSel; in DeleteUserCursorScheme() local
621 if (nSel == CB_ERR) in DeleteUserCursorScheme()
704 INT nSel; in SaveCursorScheme() local
715 if (nSel == CB_ERR) in SaveCursorScheme()
718 if (nSel == 0) in SaveCursorScheme()
833 INT nSel; in BrowseCursor() local
1006 INT nSel; in LoadNewCursorScheme() local
1042 INT nSel; in LoadInitialCursorScheme() local
1137 INT nSel; in ApplyCursorScheme() local
[all …]
/reactos/dll/cpl/access/
H A Dgeneral.c237 INT nSel; in GeneralPageProc() local
238 nSel = SendDlgItemMessage(hwndDlg, IDC_RESET_COMBO, CB_GETCURSEL, 0, 0); in GeneralPageProc()
239 … pGlobalData->accessTimeout.iTimeOutMSec = (DWORD)((nSel + 1) * FIVE_MINS_IN_MS); in GeneralPageProc()
H A Ddisplay.c122 INT nSel; in HighContrastDlgProc() local
124 nSel = SendDlgItemMessage(hwndDlg, IDC_CONTRAST_COMBO, in HighContrastDlgProc()
127 CB_GETLBTEXT, nSel, in HighContrastDlgProc()
/reactos/dll/cpl/usrmgr/
H A Duserprops.c43 INT nSel; in GetUserProfileData() local
61 nSel = SendMessage(GetDlgItem(hwndDlg, IDC_USER_PROFILE_DRIVE), in GetUserProfileData()
74 nSel = SendMessage(GetDlgItem(hwndDlg, IDC_USER_PROFILE_DRIVE), in GetUserProfileData()
79 CB_SETCURSEL, nSel, 0); in GetUserProfileData()