Searched refs:nRows (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | row.c | 50 nCount + item->member.para.nRows <= nRow) in ME_FindRowWithNumber() 52 nCount += item->member.para.nRows; in ME_FindRowWithNumber() 72 nRow += item->member.para.nRows; in ME_RowNumberFromCharOfs()
|
H A D | editstr.h | 214 int nRows; member
|
H A D | wrap.c | 736 editor->total_rows -= tp->member.para.nRows; in ME_PrepareParagraphForWrapping() 737 tp->member.para.nRows = 0; in ME_PrepareParagraphForWrapping() 966 tp->member.para.nRows = wc.nRow; in ME_WrapTextParagraph()
|
H A D | para.c | 57 editor->total_rows -= item->member.para.nRows; in destroy_para()
|
H A D | editor.c | 4271 int nRows = editor->total_rows; in ME_HandleMessage() local 4286 nRows--; in ME_HandleMessage() 4289 TRACE("EM_GETLINECOUNT: nRows==%d\n", nRows); in ME_HandleMessage() 4290 return max(1, nRows); in ME_HandleMessage()
|
H A D | paint.c | 868 para->nRows == 1)) in ME_DrawTableBorders()
|
/reactos/win32ss/user/user32/controls/ |
H A D | appswitch.c | 56 int nItems, nCols, nRows; variable 286 yIndex < 0 || nRows <= yIndex) in ProcessMouseMessage() 438 nRows = (nItems + CoolSwitchColumns - 1) / CoolSwitchColumns; in PrepareWindow() 439 if (nRows > CoolSwitchRows) in PrepareWindow() 441 nRows = CoolSwitchRows; in PrepareWindow() 442 nItems = nRows * nCols; in PrepareWindow() 446 itemsH = nRows * CY_ITEM_SPACE; in PrepareWindow() 548 iRow = nRows - 1; in MoveUp() 562 if (iRow >= nRows) in MoveDown() 776 ati->cRows = nRows; in SwitchWndProc_common()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | rebar.c | 215 int nRows; member 221 …t rbsize_init(int cleft, int ctop, int cright, int cbottom, int cyBarHeight, int nRows, int nBands) in rbsize_init() argument 227 ret.nRows = 0; in rbsize_init() 228 ret.cyRowHeights = heap_alloc_zero(nRows * sizeof(int)); in rbsize_init() 236 rbsr->cyRowHeights[rbsr->nRows] = rowHeight; in rbsize_add_row() 237 rbsr->nRows++; in rbsize_add_row() 458 compare(count, res->nRows, "%d"); \ 459 for (i=0; i<min(count, res->nRows); i++) { \
|
H A D | toolbar.c | 1913 int nRows; member 1955 MAKELONG(tbrows_results[i].nRows, tbrows_results[i].bLarger), in test_setrows()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | cmds.c | 1041 int nRows, nCols; in HelpCmd() local 1096 nRows = nCmds2Print / nCols; in HelpCmd() 1098 nRows++; in HelpCmd() 1100 for (i = 0; i < nRows; i++) { in HelpCmd() 1102 k = nRows * j + i; in HelpCmd()
|
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 126 INT nRows; /* number of button rows */ member 1838 INT i, nRows, nSepRows; in TOOLBAR_LayoutToolbar() local 1850 nRows = nSepRows = 0; in TOOLBAR_LayoutToolbar() 1936 btnPtr->nRow = nRows + nSepRows; in TOOLBAR_LayoutToolbar() 1939 i, btnPtr->fsStyle, bWrap, nRows, nSepRows, btnPtr->nRow, in TOOLBAR_LayoutToolbar() 1971 nRows++; in TOOLBAR_LayoutToolbar() 1982 infoPtr->nRows = nRows + nSepRows + 1; in TOOLBAR_LayoutToolbar() 3261 cy = TOP_BORDER + infoPtr->nRows * infoPtr->nButtonHeight + BOTTOM_BORDER; in TOOLBAR_AutoSize() 3824 return infoPtr->nRows; in TOOLBAR_GetRows() 5134 if(infoPtr->nRows != rows) in TOOLBAR_SetRows() [all …]
|
H A D | comctl32_ros.diff | 2109 nRows++; 2116 /* infoPtr->nRows is the number of rows on the toolbar */
|