Home
last modified time | relevance | path

Searched refs:SCF_ALL (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Drichedit.h237 #define SCF_ALL 0x00000004 macro
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c817 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, (WPARAM)SCF_ALL, (LPARAM)&cf2); in test_EM_SETCHARFORMAT()
859 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, (WPARAM)SCF_ALL, (LPARAM)&cf2); in test_EM_SETCHARFORMAT()
914 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, (WPARAM)SCF_ALL, (LPARAM)&cf2); in test_EM_SETCHARFORMAT()
934 SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, SCF_ALL, (LPARAM)&cf2); in test_EM_SETCHARFORMAT()
1006 SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, SCF_ALL, (LPARAM)&cf2); in test_EM_SETCHARFORMAT()
1405 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, (WPARAM)SCF_ALL, (LPARAM)&cf2); in test_EM_SETTEXTMODE()
1423 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, (WPARAM)SCF_ALL, (LPARAM)&cf2); in test_EM_SETTEXTMODE()
1575 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, SCF_ALL, (LPARAM)&cf2); in test_TM_PLAINTEXT()
1616 rc = SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, SCF_ALL, (LPARAM)&cf2); in test_TM_PLAINTEXT()
4861 SendMessageA(hwndRichEdit, EM_SETCHARFORMAT, SCF_ALL, (LPARAM)&cf2); in test_EM_GETMODIFY()
[all …]
/reactos/dll/win32/riched20/
H A Deditor.c3551 if (flags & SCF_ALL) in handle_EM_SETCHARFORMAT()