Home
last modified time | relevance | path

Searched refs:LV_VIEW_DETAILS (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dlistview.c1611 infoPtr->uView = LV_VIEW_DETAILS; in map_style_view()
2117 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_UpdateVScroll()
2478 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_GetItemMetrics()
2571 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_GetItemMetrics()
5352 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_Refresh()
6687 case LV_VIEW_DETAILS: in LISTVIEW_GetColumnWidth()
6725 case LV_VIEW_DETAILS: in LISTVIEW_GetCountPerPage()
8173 case LV_VIEW_DETAILS: in LISTVIEW_Scroll()
9370 case LV_VIEW_DETAILS: in LISTVIEW_SetView()
9745 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_Create()
[all …]
H A Dcomctl32_ros.diff850 if (infoPtr->uView == LV_VIEW_DETAILS && infoPtr->dwLvExStyle & LVS_EX_GRIDLINES)
/reactos/modules/rostests/winetests/shell32/
H A Dshlview.c1029 { LVM_SETVIEW, sent|wparam, LV_VIEW_DETAILS},
/reactos/base/applications/rapps/
H A Dappview.cpp1937 int ViewModeList[] = {LV_VIEW_DETAILS, LV_VIEW_LIST, LV_VIEW_TILE}; in OnCommand()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c4672 expect(LV_VIEW_DETAILS, ret); in test_get_set_view()
4691 ret = SendMessageA(hwnd, LVM_SETVIEW, LV_VIEW_DETAILS, 0); in test_get_set_view()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2846 #define LV_VIEW_DETAILS 0x1 macro