Defines |
| #define | COPY_STYLE_ITEM(mask, member) |
| #define | COPY_STYLE_ITEM_MEMCPY(mask, member) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
| | WINE_DECLARE_DEBUG_CHANNEL (richedit_style) |
| CHARFORMAT2W * | ME_ToCF2W (CHARFORMAT2W *to, CHARFORMAT2W *from) |
| static CHARFORMAT2W * | ME_ToCFAny (CHARFORMAT2W *to, CHARFORMAT2W *from) |
| void | ME_CopyToCFAny (CHARFORMAT2W *to, CHARFORMAT2W *from) |
| ME_Style * | ME_MakeStyle (CHARFORMAT2W *style) |
| void | ME_InitCharFormat2W (CHARFORMAT2W *pFmt) |
| ME_Style * | ME_ApplyStyle (ME_Style *sSrc, CHARFORMAT2W *style) |
| void | ME_CopyCharFormat (CHARFORMAT2W *pDest, const CHARFORMAT2W *pSrc) |
| static void | ME_DumpStyleEffect (char **p, const char *name, const CHARFORMAT2W *fmt, int mask) |
| void | ME_DumpStyle (ME_Style *s) |
| void | ME_DumpStyleToBuf (CHARFORMAT2W *pFmt, char buf[2048]) |
| static void | ME_LogFontFromStyle (ME_Context *c, LOGFONTW *lf, const ME_Style *s) |
| void | ME_CharFormatFromLogFont (HDC hDC, const LOGFONTW *lf, CHARFORMAT2W *fmt) |
| static BOOL | ME_IsFontEqual (const LOGFONTW *p1, const LOGFONTW *p2) |
| HFONT | ME_SelectStyleFont (ME_Context *c, ME_Style *s) |
| void | ME_UnselectStyleFont (ME_Context *c, ME_Style *s, HFONT hOldFont) |
| static void | ME_DestroyStyle (ME_Style *s) |
| void | ME_AddRefStyle (ME_Style *s) |
| void | ME_ReleaseStyle (ME_Style *s) |
| ME_Style * | ME_GetInsertStyle (ME_TextEditor *editor, int nCursor) |
| void | ME_SaveTempStyle (ME_TextEditor *editor) |
| void | ME_ClearTempStyle (ME_TextEditor *editor) |
Variables |
| static int | all_refs = 0 |