/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 295 paint_button( hWnd, btn_type, ODA_DRAWENTIRE ); in ButtonWndProc_common() 354 (btnPaintFunc[btn_type])( hWnd, hdc, ODA_DRAWENTIRE ); in ButtonWndProc_common() 517 paint_button( hWnd, btn_type, ODA_DRAWENTIRE ); in ButtonWndProc_common() 659 paint_button( hWnd, btn_type, ODA_DRAWENTIRE ); in ButtonWndProc_common() 1105 if (action == ODA_DRAWENTIRE) FillRect( hDC, &client, hBrush ); in CB_Paint() 1119 if (action == ODA_DRAWENTIRE || action == ODA_SELECT) in CB_Paint() 1168 if (action == ODA_DRAWENTIRE) in CB_Paint()
|
H A D | static.c | 600 dis.itemAction = ODA_DRAWENTIRE; in STATIC_PaintOwnerDrawfn()
|
H A D | combo.c | 765 dis.itemAction = ODA_DRAWENTIRE; in CBPaintText()
|
H A D | listbox.c | 1080 LISTBOX_PaintItem( descr, hdc, &rect, i, ODA_DRAWENTIRE, TRUE ); in LISTBOX_Paint()
|
/reactos/modules/rosapps/templates/dialog/ |
H A D | page1.c | 88 case ODA_DRAWENTIRE: in OnDrawItem()
|
/reactos/dll/win32/comctl32/ |
H A D | button.c | 642 paint_button( infoPtr, btn_type, ODA_DRAWENTIRE ); in BUTTON_WindowProc() 743 btnPaintFunc[btn_type]( infoPtr, hdc, ODA_DRAWENTIRE ); in BUTTON_WindowProc() 1035 paint_button( infoPtr, btn_type, ODA_DRAWENTIRE ); in BUTTON_WindowProc() 1255 paint_button( infoPtr, btn_type, ODA_DRAWENTIRE ); in BUTTON_WindowProc() 1665 if (action == ODA_DRAWENTIRE) FillRect( hDC, &client, hBrush ); in CB_Paint() 1679 if (action == ODA_DRAWENTIRE || action == ODA_SELECT) in CB_Paint() 1728 if (action == ODA_DRAWENTIRE) in CB_Paint()
|
H A D | comboex.c | 1290 ( (dis->itemAction & (ODA_SELECT | ODA_DRAWENTIRE)) && (dis->itemState & ODS_FOCUS) ) ) { in COMBOEX_DrawItem() 1296 (dis->itemAction == ODA_DRAWENTIRE)) { in COMBOEX_DrawItem() 1409 if (dis->itemAction & (ODA_SELECT | ODA_DRAWENTIRE)) { in COMBOEX_DrawItem()
|
H A D | static.c | 517 dis.itemAction = ODA_DRAWENTIRE; in STATIC_PaintOwnerDrawfn()
|
H A D | combo.c | 689 dis.itemAction = ODA_DRAWENTIRE; in CBPaintText()
|
H A D | header.c | 421 dis.itemAction = ODA_DRAWENTIRE; in HEADER_DrawItem()
|
H A D | tab.c | 1734 dis.itemAction = ODA_DRAWENTIRE; in TAB_DrawItemInterior()
|
H A D | listbox.c | 1130 LISTBOX_PaintItem( descr, hdc, &rect, i, ODA_DRAWENTIRE, TRUE ); in LISTBOX_Paint()
|
H A D | listview.c | 5002 dis.itemAction = ODA_DRAWENTIRE; in LISTVIEW_RefreshOwnerDraw()
|
/reactos/dll/win32/msgina/ |
H A D | shutdown.c | 335 case ODA_DRAWENTIRE: in DrawIconOnOwnerDrawnButtons() 358 case ODA_DRAWENTIRE: in DrawIconOnOwnerDrawnButtons() 382 case ODA_DRAWENTIRE: in DrawIconOnOwnerDrawnButtons()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 337 case ODA_DRAWENTIRE: in PickIconProc() 1150 case ODA_DRAWENTIRE: in DrawIconOnOwnerDrawnButtons() 1173 case ODA_DRAWENTIRE: in DrawIconOnOwnerDrawnButtons()
|
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 2631 menu->cyMenu, FALSE, ODA_DRAWENTIRE); in MENU_DrawPopupMenu() 2734 …MENU_DrawMenuItem(pWnd, pMenu, pWnd, hDC, &pMenu->rgItems[i], pMenu->cyMenu, TRUE, ODA_DRAWENTIRE); in IntDrawMenuBarTemp() 3388 !(Menu->fFlags & MNF_POPUP), ODA_DRAWENTIRE); in MENU_ShowSubPopup()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 2545 #define ODA_DRAWENTIRE 1 macro
|