Home
last modified time | relevance | path

Searched refs:hwnd_list_view_ (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/shell/source/win32/shlxthandler/propsheets/
H A Dlistviewbuilder.cxx71 hwnd_list_view_(hwnd_list_view), in list_view_builder()
120 ListView_SetImageList(hwnd_list_view_, h_ils, LVSIL_SMALL); in setup_list_view()
135 ListView_InsertColumn(hwnd_list_view_, 0, &lvc); in setup_list_view()
139 ListView_InsertColumn(hwnd_list_view_, 1, &lvc); in setup_list_view()
177 ListView_InsertItem(hwnd_list_view_, &lvi); in insert_item()
183 ListView_SetItem(hwnd_list_view_, &lvi); in insert_item()
192 return hwnd_list_view_; in get_list_view()
H A Dlistviewbuilder.hxx81 HWND hwnd_list_view_; member in list_view_builder

Completed in 28 milliseconds