Home
last modified time | relevance | path

Searched refs:LBS_MULTIPLESEL (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dlistbox.c560 hLB = create_listbox(LBS_MULTIPLESEL, 0); in test_LB_SETCURSEL()
605 list = create_listbox(LBS_MULTIPLESEL, 0); in test_LB_SETSEL()
678 LBS_MULTIPLESEL, in test_changing_selection_styles()
680 LBS_MULTIPLESEL | LBS_EXTENDEDSEL in test_changing_selection_styles()
706 if (selstyles[j] & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) in test_changing_selection_styles()
752 style |= LBS_MULTIPLESEL | LBS_EXTENDEDSEL; in test_changing_selection_styles()
2416 check (LBS_MULTIPLESEL, MS); in START_TEST()
2418 check (LBS_MULTIPLESEL | LBS_NOSEL, MS_NS); in START_TEST()
2420 check (LBS_NODATA | LBS_OWNERDRAWFIXED | LBS_MULTIPLESEL, MS); in START_TEST()
2434 check (LBS_EXTENDEDSEL | LBS_MULTIPLESEL, EMS); in START_TEST()
[all …]
/reactos/modules/rostests/winetests/comctl32/
H A Dlistbox.c679 hLB = create_listbox(LBS_MULTIPLESEL, 0); in test_LB_SETCURSEL()
730 list = create_listbox(LBS_MULTIPLESEL, 0); in test_LB_SETSEL()
825 LBS_MULTIPLESEL, in test_changing_selection_styles()
827 LBS_MULTIPLESEL | LBS_EXTENDEDSEL in test_changing_selection_styles()
853 if (selstyles[j] & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) in test_changing_selection_styles()
896 if (selstyles[j] & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) in test_changing_selection_styles()
899 style |= LBS_MULTIPLESEL | LBS_EXTENDEDSEL; in test_changing_selection_styles()
2390 run_test(LBS_MULTIPLESEL, MS); in test_listbox()
2391 run_test(LBS_MULTIPLESEL | LBS_NOSEL, MS_NS); in test_listbox()
2394 run_test(LBS_EXTENDEDSEL | LBS_MULTIPLESEL, EMS); in test_listbox()
[all …]
/reactos/dll/win32/comctl32/
H A Dlistbox.c108 ((descr)->style & (LBS_MULTIPLESEL|LBS_EXTENDEDSEL) && \
207 if (!(descr->style & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL))) in is_item_selected()
217 if (descr->style & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) in set_item_selected_state()
1054 if (!(descr->style & LBS_MULTIPLESEL) || in LISTBOX_GetSelCount()
1070 if (!(descr->style & LBS_MULTIPLESEL)) return LB_ERR; in LISTBOX_GetSelItems()
1510 if (!(descr->style & LBS_MULTIPLESEL)) return LB_ERR; in LISTBOX_SelectItemRange()
1554 if (descr->style & LBS_MULTIPLESEL) in LISTBOX_SetSelection()
1616 else if (!(descr->style & LBS_MULTIPLESEL)) in LISTBOX_MoveCaret()
2148 if (descr->style & (LBS_EXTENDEDSEL | LBS_MULTIPLESEL)) in LISTBOX_HandleLButtonDown()
2494 else if (descr->style & LBS_MULTIPLESEL) in LISTBOX_HandleKeyDown()
[all …]
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c99 ((descr)->style & (LBS_MULTIPLESEL|LBS_EXTENDEDSEL) && \
999 if (!(descr->style & LBS_MULTIPLESEL) || in LISTBOX_GetSelCount()
1016 if (!(descr->style & LBS_MULTIPLESEL)) return LB_ERR; in LISTBOX_GetSelItems()
1406 if (!(descr->style & LBS_MULTIPLESEL)) return LB_ERR; in LISTBOX_SelectItemRange()
1450 if (descr->style & LBS_MULTIPLESEL) in LISTBOX_SetSelection()
1512 else if (!(descr->style & LBS_MULTIPLESEL)) in LISTBOX_MoveCaret()
2081 if (descr->style & (LBS_EXTENDEDSEL | LBS_MULTIPLESEL)) in LISTBOX_HandleLButtonDown()
2428 else if (descr->style & LBS_MULTIPLESEL) in LISTBOX_HandleKeyDown()
2448 if (descr->style & LBS_MULTIPLESEL) in LISTBOX_HandleKeyDown()
2560 if (descr->style & LBS_EXTENDEDSEL) descr->style |= LBS_MULTIPLESEL; in LISTBOX_Create()
/reactos/sdk/include/psdk/
H A Dwinuser.rh1321 #define LBS_MULTIPLESEL __MSABI_LONG(0x00000008)
H A Dwinuser.h312 #define LBS_MULTIPLESEL 8 macro
/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c681 #define LBS_MULTIPLESEL 0x0008L macro