Searched refs:iCol (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp2340 unsigned iCol = a_rIndex.column();
2341 if (iCol >= DBGGUI_STATS_COLUMNS)
2350 switch (iCol)
2376 switch (iCol)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3815 #define ListView_InsertColumnA(hwnd,iCol,pcol) \
3816 (INT)SNDMSGA((hwnd),LVM_INSERTCOLUMNA,(WPARAM)(INT)(iCol),(LPARAM)(const LVCOLUMNA *)(pcol))
3817 #define ListView_InsertColumnW(hwnd,iCol,pcol) \
3818 (INT)SNDMSGW((hwnd),LVM_INSERTCOLUMNW,(WPARAM)(INT)(iCol),(LPARAM)(const LVCOLUMNW *)(pcol))
3907 #define ListView_SetSelectedColumn(hwnd, iCol) \
3908 SNDMSG((hwnd), LVM_SETSELECTEDCOLUMN, (WPARAM)iCol, 0)
4618 INT iCol; member in struct:__anon13268
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3889 #define ListView_InsertColumnA(hwnd,iCol,pcol) \
3890 (INT)SNDMSGA((hwnd),LVM_INSERTCOLUMNA,(WPARAM)(INT)(iCol),(LPARAM)(const LVCOLUMNA *)(pcol))
3891 #define ListView_InsertColumnW(hwnd,iCol,pcol) \
3892 (INT)SNDMSGW((hwnd),LVM_INSERTCOLUMNW,(WPARAM)(INT)(iCol),(LPARAM)(const LVCOLUMNW *)(pcol))
3981 #define ListView_SetSelectedColumn(hwnd, iCol) \
3982 SNDMSG((hwnd), LVM_SETSELECTEDCOLUMN, (WPARAM)iCol, 0)
4724 INT iCol; member in struct:__anon672
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4208 for (uint32_t iCol = 0; iCol < cCols; ++iCol)

Completed in 137 milliseconds