Home
last modified time | relevance | path

Searched refs:old_style (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/riched20/
H A Dstyle.c516 ME_Style *old_style = editor->pBuffer->pCharStyle; in ME_SaveTempStyle() local
520 if (old_style) ME_ReleaseStyle( old_style ); in ME_SaveTempStyle()
/reactos/win32ss/user/ntuser/
H A Dscrollbar.c854 ULONG old_style, set_bits = 0, clear_bits = 0; in co_UserShowScrollBar() local
881 old_style = IntSetStyle(Wnd, set_bits, clear_bits); in co_UserShowScrollBar()
882 if ((old_style & clear_bits) != 0 || (old_style & set_bits) != set_bits) in co_UserShowScrollBar()
H A Dwinpos.c2430 LONG old_style; in co_WinPosMinMaximize() local
2476 old_style = IntSetStyle( Wnd, WS_MINIMIZE, WS_MAXIMIZE ); in co_WinPosMinMaximize()
2485 if (!(old_style & WS_MINIMIZE)) in co_WinPosMinMaximize()
2512 old_style = IntSetStyle( Wnd, WS_MAXIMIZE, WS_MINIMIZE ); in co_WinPosMinMaximize()
2518 if (!(old_style & WS_MAXIMIZE)) SwpFlags |= SWP_STATECHANGED; in co_WinPosMinMaximize()
2533 old_style = IntSetStyle( Wnd, 0, WS_MINIMIZE | WS_MAXIMIZE ); in co_WinPosMinMaximize()
2534 if (old_style & WS_MINIMIZE) in co_WinPosMinMaximize()
2563 if (!(old_style & WS_MAXIMIZE)) in co_WinPosMinMaximize()
/reactos/modules/rostests/winetests/kernel32/
H A Dcomm.c68 BOOL old_style; member
469 if(ptest->old_style && ptest->result) in check_dcb()
490 if(!ptest->old_style) in check_dcb()
/reactos/drivers/filesystems/btrfs/
H A Dfsctl.c1166 bool old_style; in get_inode_info() local
1192old_style = length < offsetof(btrfs_inode_info, sparse_size) + sizeof(((btrfs_inode_info*)NULL)->s… in get_inode_info()
1216 if (!old_style) { in get_inode_info()
1231 if (!old_style && ext->offset > last_end) in get_inode_info()
1257 if (!old_style) in get_inode_info()
1270 …if (!extents_inline && !old_style && sector_align(fcb->inode_item.st_size, fcb->Vcb->superblock.se… in get_inode_info()
/reactos/dll/win32/comctl32/
H A Dtoolbar.c4811 DWORD old_style = infoPtr->dwExStyle; in TOOLBAR_SetExtendedStyle() local
4816 infoPtr->dwExStyle = (old_style & ~mask) | (style & mask); in TOOLBAR_SetExtendedStyle()
4824 if ((old_style ^ infoPtr->dwExStyle) & TBSTYLE_EX_MIXEDBUTTONS) in TOOLBAR_SetExtendedStyle()
4832 return old_style; in TOOLBAR_SetExtendedStyle()
H A Dedit.c4873 DWORD old_style = es->style; in EDIT_WindowProc() local
4886 if (old_style ^ es->style) in EDIT_WindowProc()
/reactos/win32ss/user/user32/controls/
H A Dedit.c5050 DWORD old_style = es->style; local
5062 if (old_style ^ es->style)
/reactos/modules/rostests/winetests/user32/
H A Dwin.c6374 LONG expected_style, new_style, old_style; in test_set_window_style() local
6427 old_style = SetWindowLongA(hwnd, GWL_STYLE, tests[i].style); in test_set_window_style()
6428 ok(old_style == tests[i].creation_style, "expected old style %#x, got %#x\n", in test_set_window_style()
6429 tests[i].creation_style, old_style); in test_set_window_style()