Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 24 of 24) sorted by relevance

/reactos/dll/win32/msi/
H A Ddelete.c79 UINT r, i, rows = 0, cols = 0; in DELETE_execute() local
115 static UINT DELETE_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in DELETE_get_dimensions()
H A Ddrop.c72 static UINT DROP_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols) in DROP_get_dimensions()
H A Dselect.c50 UINT cols[1]; member
210 static UINT SELECT_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in SELECT_get_dimensions()
H A Dsql.y932 static void swap_columns( column_info **cols, column_info *A, int idx ) in swap_columns()
961 static BOOL SQL_MarkPrimaryKeys( column_info **cols, in SQL_MarkPrimaryKeys()
H A Dalter.c96 static UINT ALTER_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in ALTER_get_dimensions()
H A Dcreate.c83 static UINT CREATE_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in CREATE_get_dimensions()
H A Dupdate.c143 static UINT UPDATE_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in UPDATE_get_dimensions()
H A Ddistinct.c188 static UINT DISTINCT_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in DISTINCT_get_dimensions()
H A Dinsert.c266 static UINT INSERT_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in INSERT_get_dimensions()
H A Dstorages.c295 static UINT STORAGES_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols) in STORAGES_get_dimensions()
H A Dstreams.c257 static UINT STREAMS_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols) in STREAMS_get_dimensions()
H A Dtable.c376 static UINT table_get_row_size( MSIDATABASE *db, const struct column_info *cols, UINT count, UINT b… in table_get_row_size()
1552 static UINT TABLE_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols) in TABLE_get_dimensions()
2726 static UINT TransformView_get_dimensions( MSIVIEW *view, UINT *rows, UINT *cols ) in TransformView_get_dimensions()
H A Dwhere.c886 static UINT WHERE_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *cols ) in WHERE_get_dimensions()
/reactos/dll/win32/comdlg32/
H A Dcolordlg.c234 static void CC_DrawFocusRect(CCPRIV *lpp, HWND hwnd, int x, int y, int rows, int cols) in CC_DrawFocusRect()
263 static BOOL CC_MouseCheckPredefColorArray(CCPRIV *lpp, int rows, int cols, LPARAM lParam) in CC_MouseCheckPredefColorArray()
296 static BOOL CC_MouseCheckUserColorArray(CCPRIV *lpp, int rows, int cols, LPARAM lParam) in CC_MouseCheckUserColorArray()
764 static void CC_PaintPredefColorArray(const CCPRIV *infoPtr, int rows, int cols) in CC_PaintPredefColorArray()
810 static void CC_PaintUserColorArray(const CCPRIV *infoPtr, int rows, int cols) in CC_PaintUserColorArray()
/reactos/sdk/lib/3rdparty/cardlib/
H A Dcardbitmaps.cpp256 HPALETTE MakePaletteFromCols(COLORREF cols[], int nNumColours) in MakePaletteFromCols()
H A Dcardwindow.cpp704 COLORREF cols[10]; in CreateCardPalette() local
/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmatrix.c229 int cols = width / GLYPH_WIDTH + 1; in CreateMatrix() local
/reactos/base/applications/games/winmine/
H A Dmain.h99 unsigned cols; member
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/
H A Dvfdcmd.c3183 int cols; in ConsolePager() local
/reactos/dll/win32/shell32/
H A DCDefView.cpp3211 static HRESULT LoadColumnsStream(PERSISTCOLUMNS &cols, IStream *pS) in LoadColumnsStream()
3224 PERSISTCOLUMNS cols; in LoadViewState() local
3291 PERSISTCOLUMNS cols; in SaveViewState() local
/reactos/dll/win32/wbemprox/
H A Dclass.c733 struct column **cols, BYTE **data ) in create_signature_columns_and_data()
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c1343 INT cols = descr->width; in LISTBOX_MakeItemVisible() local
/reactos/dll/win32/comctl32/
H A Dlistbox.c1443 INT cols = descr->width; in LISTBOX_MakeItemVisible() local
H A Dlistview.c5483 UINT rows,cols; in LISTVIEW_ApproximateViewRect() local