/reactos/dll/win32/comctl32/ |
H A D | datetime.c | 1391 wStyleType, lpss->styleOld, lpss->styleNew); in DATETIME_StyleChanging() 1394 if ((lpss->styleNew ^ lpss->styleOld) & DTS_SHOWNONE) in DATETIME_StyleChanging() 1396 if (lpss->styleOld & DTS_SHOWNONE) in DATETIME_StyleChanging() 1409 wStyleType, lpss->styleOld, lpss->styleNew); in DATETIME_StyleChanged() 1415 if ( !(lpss->styleOld & DTS_SHOWNONE) && (lpss->styleNew & DTS_SHOWNONE) ) { in DATETIME_StyleChanged() 1421 if ( (lpss->styleOld & DTS_SHOWNONE) && !(lpss->styleNew & DTS_SHOWNONE) ) { in DATETIME_StyleChanged() 1425 if ( !(lpss->styleOld & DTS_UPDOWN) && (lpss->styleNew & DTS_UPDOWN) ) { in DATETIME_StyleChanged() 1429 if ( (lpss->styleOld & DTS_UPDOWN) && !(lpss->styleNew & DTS_UPDOWN) ) { in DATETIME_StyleChanged()
|
H A D | monthcal.c | 2720 wStyleType, lpss->styleOld, lpss->styleNew); in MONTHCAL_StyleChanged() 2727 if ((lpss->styleNew ^ lpss->styleOld) & (MCS_WEEKNUMBERS | MCS_SHORTDAYSOFWEEK)) in MONTHCAL_StyleChanged() 2737 wStyleType, lpss->styleOld, lpss->styleNew); in MONTHCAL_StyleChanging() 2740 if ((lpss->styleNew ^ lpss->styleOld) & MCS_MULTISELECT) in MONTHCAL_StyleChanging() 2742 if (lpss->styleOld & MCS_MULTISELECT) in MONTHCAL_StyleChanging() 2749 if ((lpss->styleNew ^ lpss->styleOld) & MCS_DAYSTATE) in MONTHCAL_StyleChanging() 2751 if (lpss->styleOld & MCS_DAYSTATE) in MONTHCAL_StyleChanging()
|
H A D | listview.c | 11312 wStyleType, lpss->styleOld, lpss->styleNew); in LISTVIEW_StyleChanged() 11318 if (((lpss->styleOld & WS_HSCROLL) != 0)&& in LISTVIEW_StyleChanged() 11322 if (((lpss->styleOld & WS_VSCROLL) != 0)&& in LISTVIEW_StyleChanged() 11327 uOldView = lpss->styleOld & LVS_TYPEMASK; in LISTVIEW_StyleChanged() 11365 if ((lpss->styleOld ^ lpss->styleNew) & LVS_NOCOLUMNHEADER) in LISTVIEW_StyleChanged() 11385 (uNewView != uOldView || ((lpss->styleNew ^ lpss->styleOld) & LVS_ALIGNMASK)) ) in LISTVIEW_StyleChanged() 11415 wStyleType, lpss->styleOld, lpss->styleNew); in LISTVIEW_StyleChanging() 11418 if ((lpss->styleNew ^ lpss->styleOld) & LVS_OWNERDATA) in LISTVIEW_StyleChanging() 11420 if (lpss->styleOld & LVS_OWNERDATA) in LISTVIEW_StyleChanging()
|
H A D | animate.c | 865 wStyleType, lpss->styleOld, lpss->styleNew); in ANIMATE_StyleChanged()
|
H A D | pager.c | 1010 wStyleType, lpss->styleOld, lpss->styleNew); in PAGER_StyleChanged()
|
H A D | rebar.c | 3568 infoPtr->dwStyle, lpStyle->styleOld, lpStyle->styleNew); in REBAR_StyleChanged() 3575 if ((lpStyle->styleNew ^ lpStyle->styleOld) & CCS_VERT) in REBAR_StyleChanged()
|
H A D | header.c | 2108 wStyleType, lpss->styleOld, lpss->styleNew); in HEADER_StyleChanged()
|
H A D | tab.c | 3287 wStyleType, lpss->styleOld, lpss->styleNew); in TAB_StyleChanged()
|
/reactos/win32ss/user/ntuser/ |
H A D | window.c | 147 ULONG styleOld, styleNew; in IntSetStyle() local 148 styleOld = pwnd->style; in IntSetStyle() 150 if (styleNew == styleOld) return styleNew; in IntSetStyle() 152 if ((styleOld ^ styleNew) & WS_VISIBLE) // State Change. in IntSetStyle() 154 if (styleOld & WS_VISIBLE) pwnd->head.pti->cVisWindows--; in IntSetStyle() 158 return styleOld; in IntSetStyle() 3892 Style.styleOld = OldValue; in co_IntSetWindowLongPtr() 3924 Style.styleOld = OldValue; in co_IntSetWindowLongPtr() 3964 if ((Style.styleOld ^ Style.styleNew) & WS_VISIBLE) in co_IntSetWindowLongPtr() 3966 if (Style.styleOld & WS_VISIBLE) Window->head.pti->cVisWindows--; in co_IntSetWindowLongPtr()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 4171 ok((lpss->styleOld & ~WS_EX_WINDOWEDGE) == (lpcs->dwExStyle & ~WS_EX_WINDOWEDGE), in StyleCheckProc() 4173 lpss->styleOld, lpcs->dwExStyle); in StyleCheckProc() 4215 ss.styleOld = dwExStyleIn; in check_window_style() 6356 ok(got->styleOld == expected[0].styleOld, "expected old style %#x, got %#x\n", in check_style_wnd_proc() 6357 expected[0].styleOld, got->styleOld); in check_style_wnd_proc() 6363 ok(got->styleOld == expected[1].styleOld, "expected old style %#x, got %#x\n", in check_style_wnd_proc() 6364 expected[1].styleOld, got->styleOld); in check_style_wnd_proc() 6417 expected_stylestruct[0].styleOld = tests[i].creation_style; in test_set_window_style() 6419 expected_stylestruct[1].styleOld = tests[i].creation_style; in test_set_window_style()
|
H A D | generated.c | 3201 TEST_FIELD_SIZE (STYLESTRUCT, styleOld, 4) in test_pack_STYLESTRUCT() 3202 TEST_FIELD_ALIGN (STYLESTRUCT, styleOld, 4) in test_pack_STYLESTRUCT() 3203 TEST_FIELD_OFFSET(STYLESTRUCT, styleOld, 0) in test_pack_STYLESTRUCT() 6705 TEST_FIELD_SIZE (STYLESTRUCT, styleOld, 4) in test_pack_STYLESTRUCT() 6706 TEST_FIELD_ALIGN (STYLESTRUCT, styleOld, 4) in test_pack_STYLESTRUCT() 6707 TEST_FIELD_OFFSET(STYLESTRUCT, styleOld, 0) in test_pack_STYLESTRUCT()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 2473 ss->styleOld, ss->styleNew); in SPY_DumpStructure()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | monthcal.c | 639 trace("\told style: 0x%08x, new style: 0x%08x\n", style->styleOld, style->styleNew); in monthcal_subclass_proc()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 3695 DWORD styleOld; member
|