Searched refs:sel_end (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 4000 int sel_start, sel_end; in test_EM_SETTEXTEX() local 4087 ok(sel_end == 18, "Selection end incorrectly at %d\n", sel_end); in test_EM_SETTEXTEX() 4104 ok(sel_end == 18, "Selection end incorrectly at %d\n", sel_end); in test_EM_SETTEXTEX() 4119 ok(sel_end == 0, "Selection end incorrectly at %d\n", sel_end); in test_EM_SETTEXTEX() 5027 int sel_start, sel_end; in test_EM_SETSEL() local 5039 ok(sel_end == 8, "Selection end incorrectly: %d expected 8\n", sel_end); in test_EM_SETSEL() 6653 int sel_start, sel_end; in test_WM_NOTIFY() local 6722 ok(sel_start == 1 && sel_end == 1, in test_WM_NOTIFY() 6728 ok(sel_start == 1 && sel_end == 1, in test_WM_NOTIFY() 6735 ok(sel_start == 1 && sel_end == 1, in test_WM_NOTIFY() [all …]
|
/reactos/modules/rostests/winetests/riched32/ |
H A D | editor.c | 1415 int sel_start, sel_end; in test_EM_SETSEL() local 1425 result = SendMessageA(hwndRichEdit, EM_GETSEL, (WPARAM)&sel_start, (LPARAM)&sel_end); in test_EM_SETSEL() 1427 ok(sel_end == 8, "Selection end incorrectly: %d expected 8\n", sel_end); in test_EM_SETSEL()
|
/reactos/dll/win32/riched20/ |
H A D | paint.c | 1324 ME_DisplayItem *sel_start, *sel_end; in ME_InvalidateSelection() local 1335 ME_GetSelectionParas(editor, &sel_start, &sel_end); in ME_InvalidateSelection() 1337 assert(sel_end->type == diParagraph); in ME_InvalidateSelection() 1355 if (!repaint_start) repaint_start = sel_end; in ME_InvalidateSelection() 1359 repaint_end = sel_end; in ME_InvalidateSelection()
|