Home
last modified time | relevance | path

Searched refs:sStyle (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Drichedit.h296 SHORT sStyle; member
319 SHORT sStyle; member
677 SHORT sStyle; member
/reactos/dll/win32/riched20/
H A Dpara.c516 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 Dwriter.c706 if (fmt->sStyle != -1) in ME_StreamOutRTFParaProps()
707 sprintf(props + strlen(props), "\\s%d", fmt->sStyle); in ME_StreamOutRTFParaProps()
H A Dstyle.c176 COPY_STYLE_ITEM(CFM_STYLE, sStyle); in ME_ApplyStyle()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c790 ok(cf2.sStyle == 0, "got %d\n", cf2.sStyle); in test_EM_SETCHARFORMAT()