/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 1910 ok( ret == LB_ERR, "expected %d, got %d\n", LB_ERR, ret ); in test_set_count() 2365 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in START_TEST() 2368 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in START_TEST() 2371 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in START_TEST() 2374 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in START_TEST() 2381 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in START_TEST() 2384 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in START_TEST() 2391 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in START_TEST() 2394 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in START_TEST() 2401 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in START_TEST() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 2040 ok( ret == LB_ERR, "expected %d, got %d\n", LB_ERR, ret ); in test_set_count() 2340 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in test_listbox() 2343 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in test_listbox() 2347 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in test_listbox() 2350 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in test_listbox() 2359 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in test_listbox() 2362 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in test_listbox() 2371 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in test_listbox() 2374 {LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}}; in test_listbox() 2383 {{LB_ERR, LB_ERR, 0, LB_ERR}, {0,0,0,0}, in test_listbox() [all …]
|
/reactos/dll/cpl/console/ |
H A D | font.c | 44 static INT CurrentSelFont = LB_ERR; 162 if (nSel == LB_ERR) in FontSizeList_SelectFontSize() 301 if (iItem == LB_ERR) in AddFontToList() 365 iDupItem = LB_ERR; in EnumFontSizesProc() 367 if (iItem == LB_ERR) in EnumFontSizesProc() 369 if (iDupItem == LB_ERR) in EnumFontSizesProc() 422 if (idx != LB_ERR && idx != 0) in FaceNameList_Initialize() 452 if (iItem == LB_ERR) in FaceNameList_SelectFont() 454 if (iItem == LB_ERR) in FaceNameList_SelectFont() 577 ASSERT(Length != LB_ERR); in FontTypeChange() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 507 return LB_ERR; in LISTBOX_GetItemRect() 851 return LB_ERR; in LISTBOX_GetText() 872 return LB_ERR; in LISTBOX_GetText() 1043 return LB_ERR; in LISTBOX_FindString() 1056 return LB_ERR; in LISTBOX_GetSelCount() 1280 return LB_ERR; in LISTBOX_GetItemHeight() 1303 return LB_ERR; in LISTBOX_SetItemHeight() 1551 return LB_ERR; in LISTBOX_SetSelection() 2726 return LB_ERR; in LISTBOX_WindowProc() 2733 return LB_ERR; in LISTBOX_WindowProc() [all …]
|
H A D | draglist.c | 239 if (LB_ERR == SendMessageW(hwndLB, LB_GETITEMRECT, nItem, (LPARAM)&rcItem)) in DrawInsert() 311 if (SendMessageW (hwndLB, LB_GETITEMRECT, nIndex, (LPARAM)&rcClient) == LB_ERR) in LBItemFromPt()
|
H A D | combo.c | 636 if( (id = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0) ) != LB_ERR ) in CBPaintText() 639 if (size == LB_ERR) in CBPaintText() 856 idx = LB_ERR; in CBUpdateLBox() 896 if( length != LB_ERR) in CBUpdateEdit() 949 lphc->droppedIndex == LB_ERR ? 0 : lphc->droppedIndex, 0); in CBDropDown() 1320 if (idx == LB_ERR) goto error; in COMBO_GetText() 1322 if (length == LB_ERR) goto error; in COMBO_GetText() 1332 if (length != LB_ERR) in COMBO_GetText() 1341 if (length == LB_ERR) return 0; in COMBO_GetText()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 423 return LB_ERR; in LISTBOX_GetItemRect() 785 return LB_ERR; in LISTBOX_GetText() 817 len = LB_ERR; in LISTBOX_GetText() 987 return LB_ERR; in LISTBOX_FindString() 1001 return LB_ERR; in LISTBOX_GetSelCount() 1187 return LB_ERR; in LISTBOX_GetItemHeight() 1210 return LB_ERR; in LISTBOX_SetItemHeight() 1447 return LB_ERR; in LISTBOX_SetSelection() 1781 return LB_ERR; in LISTBOX_SetCount() 2765 return LB_ERR; in ListBoxWndProc_common() [all …]
|
H A D | combo.c | 715 if (size == LB_ERR) in CBPaintText() 918 idx = LB_ERR; in CBUpdateLBox() 958 if( length != LB_ERR) in CBUpdateEdit() 1389 if (idx == LB_ERR) goto error; in COMBO_GetTextW() 1391 if (length == LB_ERR) goto error; in COMBO_GetTextW() 1401 if (length != LB_ERR) in COMBO_GetTextW() 1410 if (length == LB_ERR) return 0; in COMBO_GetTextW() 1439 if (idx == LB_ERR) goto error; in COMBO_GetTextA() 1441 if (length == LB_ERR) goto error; in COMBO_GetTextA() 1451 if (length != LB_ERR) in COMBO_GetTextA() [all …]
|
/reactos/base/applications/msconfig/ |
H A D | freeldrpage.c | 90 if (pos != LB_ERR) in LoadBootIni() 101 if (pos != LB_ERR) in LoadBootIni() 149 if (pos != LB_ERR) in FreeLdrPageWndProc()
|
/reactos/base/applications/msconfig_new/ |
H A D | freeldrpage.c | 101 if (pos != LB_ERR) in LoadIniFile() 119 if (pos != LB_ERR) in LoadIniFile() 174 if (pos != LB_ERR) in FreeLdrPageWndProc()
|
/reactos/dll/shellext/acppage/ |
H A D | CEditCompatModes.cpp | 63 if (Index == LB_ERR) in OnInitDialog() 93 if (Index == LB_ERR) in OnAdd() 107 if (Index != LB_ERR) in OnRemove()
|
/reactos/base/applications/utilman/umandlg/ |
H A D | umandlg.c | 78 if (iItem != LB_ERR) in InitUtilsList() 252 if (iItem != LB_ERR) in ListBoxRefreshContents() 327 if ((iIndex == LB_ERR) || (iIndex >= _countof(EntriesList))) in DlgProc()
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 1646 if (lResult != LB_ERR) in ToggleUpDown() 1682 if (lResult != LB_ERR) in MoveItem() 1702 if (lResult != LB_ERR) in RemoveItem() 1723 if (!iCount || iCount == LB_ERR) in GetListViewEntries() 1731 if (lResult == LB_ERR) in GetListViewEntries() 1745 if (lResult == LB_ERR) in GetListViewEntries() 1775 if (!iCount || iCount == LB_ERR) in StoreDNSSettings() 2013 if (lIndex != LB_ERR) in TcpipAdvancedDnsDlg() 2038 if (lIndex != LB_ERR) in TcpipAdvancedDnsDlg() 2049 if (lIndex != LB_ERR) in TcpipAdvancedDnsDlg() [all …]
|
H A D | propertypage.c | 977 if (idx != LB_ERR) in OnInitDialog() 1020 if (iIndex != LB_ERR && iIndex < pParamArray->dwCount) in OnCommand()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | send.cpp | 274 if (num_clones != LB_ERR) { in StartSend() 412 if (sel == LB_ERR) in RemoveClone() 417 if (SendMessageW(cl, LB_GETCURSEL, 0, 0) == LB_ERR) in RemoveClone()
|
/reactos/modules/rostests/tests/enumfonts/ |
H A D | enumfonts.cpp | 89 if (SNDMSG(hListBox, LB_FINDSTRINGEXACT, (ULONG)-1, name) == LB_ERR) in MyEnumFontFamExProc()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg31.c | 420 if (lRet == LB_ERR) return TRUE; in FD31_DirListDblClick() 456 if (lRet == LB_ERR) in FD31_FileListSelect() 625 if (lRet == LB_ERR) in FD31_DiskChange() 646 if (lRet == LB_ERR) in FD31_FileTypeChange()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | filechild.cpp | 365 if (res==LB_ERR || !sub || sub->_level<=dir->_level) in collapse_entry() 636 if (res==LB_ERR || !sub || sub->_level<=entry->_level) in scan_entry()
|
/reactos/modules/rostests/tests/primitives/ |
H A D | primitives.cpp | 296 reinterpret_cast<LPARAM>(&text)) != LB_ERR) in MainWndProc()
|
/reactos/modules/rostests/win32/user32/kbdlayout/ |
H A D | kbdlayout.c | 205 if((n = SendMessage(hList, LB_GETCURSEL, 0, 0)) != LB_ERR) in GetSelectedLayout()
|
/reactos/dll/win32/msports/ |
H A D | parallel.c | 330 if (dwPortNumber != LB_ERR) in WritePortSettings()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | filetypes.cpp | 1422 if (iItem == LB_ERR) in EditTypeDlg_OnRemove() 1470 … if (SendMessageW(action.hwndLB, LB_FINDSTRING, -1, (LPARAM)action.szAction) != LB_ERR) in EditTypeDlg_OnCommand() 1529 if (iItem == LB_ERR) in EditTypeDlg_OnCommand() 1560 if (iItem == LB_ERR) in EditTypeDlg_OnCommand()
|
H A D | filedefext.cpp | 848 if (pwszText && pwszText != (LPCWSTR)LB_ERR) in InitVersionPage() 938 if (Index == LB_ERR) in VersionPageProc()
|
/reactos/dll/win32/twain_32/ |
H A D | dsm_ctrl.c | 410 if (index == LB_ERR) in userselect_dlgproc()
|
/reactos/dll/cpl/main/ |
H A D | mouse.c | 840 if (nSel == LB_ERR) in BrowseCursor() 1288 if(nSel == LB_ERR) in PointerProc() 1319 if (nSel != LB_ERR) in PointerProc()
|