Lines Matching refs:LBS_MULTIPLESEL
560 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()
747 ok((style & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) == selstyles[j], in test_changing_selection_styles()
749 if (selstyles[j] & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) in test_changing_selection_styles()
752 style |= LBS_MULTIPLESEL | LBS_EXTENDEDSEL; in test_changing_selection_styles()
779 …selexpect = (selstyles[j] & (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)) ? selexpect_multi2 : selexpect_si… 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()
2422 check (LBS_NODATA | LBS_OWNERDRAWFIXED | LBS_MULTIPLESEL | LBS_NOSEL, MS_NS); in START_TEST()
2434 check (LBS_EXTENDEDSEL | LBS_MULTIPLESEL, EMS); in START_TEST()
2436 check (LBS_EXTENDEDSEL | LBS_MULTIPLESEL | LBS_NOSEL, EMS_NS); in START_TEST()
2438 check (LBS_NODATA | LBS_OWNERDRAWFIXED | LBS_EXTENDEDSEL | LBS_MULTIPLESEL, EMS); in START_TEST()
2440 check (LBS_NODATA | LBS_OWNERDRAWFIXED | LBS_EXTENDEDSEL | LBS_MULTIPLESEL | LBS_NOSEL, EMS_NS); in START_TEST()