Defines |
| #define | COPY_FIELD(m, f) |
| #define | EFFECTS_MASK |
| #define | DUMP(mask, name, fmt, field) |
| #define | DUMP_EFFECT(mask, name) p += sprintf(p, "%-22s%s\n", name, (pFmt->dwMask & (mask)) ? ((pFmt->wEffects & ((mask) >> 16)) ? "yes" : "no") : "N/A"); |
| #define | CHECK_FIELD(m, f) if (pFmt->f != curFmt->f) pFmt->dwMask &= ~(m); |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
| void | ME_MakeFirstParagraph (ME_TextEditor *editor) |
| static void | ME_MarkForWrapping (ME_TextEditor *editor, ME_DisplayItem *first, const ME_DisplayItem *last) |
| void | ME_MarkAllForWrapping (ME_TextEditor *editor) |
| void | ME_MarkForPainting (ME_TextEditor *editor, ME_DisplayItem *first, const ME_DisplayItem *last) |
| static void | ME_UpdateTableFlags (ME_DisplayItem *para) |
| static BOOL | ME_SetParaFormat (ME_TextEditor *editor, ME_DisplayItem *para, const PARAFORMAT2 *pFmt) |
| ME_DisplayItem * | ME_SplitParagraph (ME_TextEditor *editor, ME_DisplayItem *run, ME_Style *style, ME_String *eol_str, int paraFlags) |
| ME_DisplayItem * | ME_JoinParagraphs (ME_TextEditor *editor, ME_DisplayItem *tp, BOOL keepFirstParaFormat) |
| ME_DisplayItem * | ME_GetParagraph (ME_DisplayItem *item) |
| void | ME_DumpParaStyleToBuf (const PARAFORMAT2 *pFmt, char buf[2048]) |
| void | ME_GetSelectionParas (ME_TextEditor *editor, ME_DisplayItem **para, ME_DisplayItem **para_end) |
| BOOL | ME_SetSelectionParaFormat (ME_TextEditor *editor, const PARAFORMAT2 *pFmt) |
| static void | ME_GetParaFormat (ME_TextEditor *editor, const ME_DisplayItem *para, PARAFORMAT2 *pFmt) |
| void | ME_GetSelectionParaFormat (ME_TextEditor *editor, PARAFORMAT2 *pFmt) |
| void | ME_SetDefaultParaFormat (PARAFORMAT2 *pFmt) |