Searched refs:sStyle (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | richedit.h | 296 SHORT sStyle; member 319 SHORT sStyle; member 677 SHORT sStyle; member
|
/reactos/dll/win32/riched20/ |
H A D | para.c | 516 COPY_FIELD(PFM_STYLE, sStyle); in ME_SetParaFormat() 866 DUMP(PFM_STYLE, "Text style:", "%d", sStyle); in ME_DumpParaStyleToBuf() 977 CHECK_FIELD(PFM_STYLE, sStyle); in ME_GetSelectionParaFormat() 1001 pFmt->sStyle = -1; in ME_SetDefaultParaFormat()
|
H A D | writer.c | 706 if (fmt->sStyle != -1) in ME_StreamOutRTFParaProps() 707 sprintf(props + strlen(props), "\\s%d", fmt->sStyle); in ME_StreamOutRTFParaProps()
|
H A D | style.c | 176 COPY_STYLE_ITEM(CFM_STYLE, sStyle); in ME_ApplyStyle()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 790 ok(cf2.sStyle == 0, "got %d\n", cf2.sStyle); in test_EM_SETCHARFORMAT()
|