Home
last modified time | relevance | path

Searched refs:SF_RTF (Results 1 – 10 of 10) sorted by relevance

/reactos/base/applications/wordpad/
H A Dregistry.c389 if(index == reg_formatindex(SF_RTF)) in registry_read_formatopts()
400 registry_read_formatopts(reg_formatindex(SF_RTF), key_rtf, barState, wordWrap); in registry_read_formatopts_all()
421 registry_set_formatopts(reg_formatindex(SF_RTF), key_rtf, barState, wordWrap); in registry_set_formatopts_all()
H A Dwordpad.c69 static WPARAM fileFormat = SF_RTF;
474 WPARAM flags[] = { SF_RTF , SF_TEXT , SF_TEXT | SF_UNICODE }; in fileformat_flags()
515 if(fileFormat & SF_RTF) in set_default_font()
793 format = SF_RTF; in DoOpenFile()
929 if(fileformat_flags(sfn.nFilterIndex-1) != SF_RTF) in DialogSaveFile()
1145 psp[i].lParam = reg_formatindex(SF_RTF); in dialog_viewproperties()
1159 if(fileFormat & SF_RTF) in dialog_viewproperties()
2728 set_fileformat(SF_RTF); in WinMain()
/reactos/modules/rostests/winetests/riched32/
H A Deditor.c216 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
231 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
246 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
260 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
274 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
291 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_STREAMIN()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c3943 SendMessageA(hwndRichEdit, EM_STREAMOUT, SF_RTF, (LPARAM)&es); in test_EM_STREAMOUT_FONTTBL()
3989 SendMessageA(hwnd, EM_STREAMOUT, SF_RTF, (LPARAM)&es); in test_EM_STREAMOUT_empty_para()
4278 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_SETTEXTEX()
4320 (WPARAM)(SF_RTF), (LPARAM)&es); in test_EM_SETTEXTEX()
5884 result = SendMessageA(hwndRichEdit, EM_STREAMIN, SF_RTF, (LPARAM)&es); in test_EM_STREAMIN()
8683 SendMessageW(richedit, EM_STREAMIN, SF_RTF, (LPARAM)&es); in test_alignment_style()
8744 result = SendMessageA( edit, EM_STREAMIN, SF_RTF, (LPARAM)&es ); in test_rtf()
8754 result = SendMessageA( edit, EM_STREAMIN, SF_RTF, (LPARAM)&es ); in test_rtf()
8773 result = SendMessageA( edit, EM_STREAMIN, SF_RTF, (LPARAM)&es ); in test_rtf()
8813 num = SendMessageA( edit, EM_STREAMIN, SF_RTF, (LPARAM)&es ); in test_eop_char_fmt()
[all …]
/reactos/dll/win32/riched20/
H A Dclipboard.c400 ME_StreamOutRange(editor, SF_RTF, start, nChars, &es); in get_rtf_text()
H A Dwriter.c1169 if (dwFormat & SF_RTF) in ME_StreamOutRange()
1192 if (dwFormat & SF_RTF) in ME_StreamOut()
H A Deditor.c1654 if (format & SF_RTF) in ME_StreamIn()
1673 if (format & SF_RTF) { in ME_StreamIn()
1678 parser.rtfFormat = format&(SF_TEXT|SF_RTF); in ME_StreamIn()
1851 ME_StreamIn(editor, SF_RTF | (selection ? SFF_SELECTION : 0), &es, TRUE); in ME_StreamInRTFString()
2226 hr = ME_StreamIn( editor, SF_RTF | SFF_SELECTION, &es, FALSE ) == 0 ? E_FAIL : S_OK; in paste_rtf()
/reactos/sdk/include/psdk/
H A Drichedit.h721 #define SF_RTF 0x00000002 macro
/reactos/base/applications/winhlp32/
H A Dwinhelp.c128 SendMessageW(hTextWnd, EM_STREAMIN, SF_RTF, (LPARAM)&es); in WINHELP_SetupText()
/reactos/dll/win32/msi/
H A Ddialog.c1245 SendMessageW( control->hwnd, EM_STREAMIN, SF_RTF, (LPARAM) &es ); in scrolltext_add_text()