ReactOS 0.4.16-dev-329-g9223134
|
#include "editor.h"
Go to the source code of this file.
Macros | |
#define | DD(x) ((para->fmt.wBorders & (x)) ? (pen_width + 1) : 0) |
Variables | |
struct { | |
unsigned width: 8 | |
unsigned pen_style: 4 | |
unsigned dble: 1 | |
} | border_details [] |
static const COLORREF | pen_colors [16] |
|
static |
Definition at line 170 of file paint.c.
Referenced by draw_space(), and ME_DrawTextWithStyle().
|
static |
Definition at line 895 of file paint.c.
Referenced by ME_DrawParagraph().
|
static |
Definition at line 269 of file paint.c.
Referenced by ME_DrawRun().
|
static |
Definition at line 330 of file paint.c.
Referenced by ME_DrawTextWithStyle().
Definition at line 246 of file paint.c.
Referenced by draw_space(), and draw_text().
|
static |
Definition at line 204 of file paint.c.
Referenced by draw_text().
|
static |
Definition at line 319 of file paint.c.
Referenced by ME_DrawTextWithStyle().
|
static |
Definition at line 188 of file paint.c.
Referenced by draw_para_number(), draw_space(), and draw_text().
Definition at line 219 of file paint.c.
Referenced by draw_underline().
Definition at line 433 of file paint.c.
Referenced by ME_DrawParagraph().
|
static |
Definition at line 544 of file paint.c.
Referenced by ME_DrawParagraph().
|
static |
Definition at line 915 of file paint.c.
Referenced by ME_PaintContent().
|
static |
Definition at line 443 of file paint.c.
Referenced by ME_DrawParagraph().
|
static |
Definition at line 699 of file paint.c.
Referenced by ME_DrawParagraph().
|
static |
Definition at line 368 of file paint.c.
Referenced by ME_DrawRun().
void ME_EnsureVisible | ( | ME_TextEditor * | editor, |
ME_Cursor * | pCursor | ||
) |
Definition at line 1275 of file paint.c.
Referenced by ME_ArrowKey(), ME_HandleMessage(), ME_MouseMove(), and ME_UpdateRepaint().
|
static |
Definition at line 516 of file paint.c.
Referenced by ME_DrawParaDecoration(), and ME_GetParaBorderWidth().
int ME_GetParaBorderWidth | ( | const ME_Context * | c, |
int | flags | ||
) |
Definition at line 529 of file paint.c.
Referenced by ME_DrawParaDecoration(), and ME_WrapTextParagraph().
void ME_HScrollAbs | ( | ME_TextEditor * | editor, |
int | x | ||
) |
Definition at line 1106 of file paint.c.
Referenced by ME_EnsureVisible(), ME_HandleMessage(), ME_ScrollLeft(), ME_ScrollRight(), and ME_UpdateScrollBar().
void ME_InvalidateSelection | ( | ME_TextEditor * | editor | ) |
Definition at line 1322 of file paint.c.
Referenced by ME_ArrowKey(), ME_HandleMessage(), ME_LButtonDown(), ME_MouseMove(), ME_TabPressedInTable(), and set_selection().
void ME_PaintContent | ( | ME_TextEditor * | editor, |
HDC | hDC, | ||
const RECT * | rcUpdate | ||
) |
Definition at line 28 of file paint.c.
Referenced by RichEditWndProc_common().
|
static |
Definition at line 1138 of file paint.c.
Referenced by ME_UpdateScrollBar().
void ME_Repaint | ( | ME_TextEditor * | editor | ) |
Definition at line 106 of file paint.c.
Referenced by ME_ArrowKey(), ME_HandleMessage(), ME_RewrapRepaint(), ME_ScrollAbs(), and ME_TabPressedInTable().
void ME_RewrapRepaint | ( | ME_TextEditor * | editor | ) |
Definition at line 142 of file paint.c.
Referenced by ME_HandleMessage(), and ME_SetZoom().
void ME_ScrollAbs | ( | ME_TextEditor * | editor, |
int | x, | ||
int | y | ||
) |
Definition at line 1043 of file paint.c.
Referenced by ITextRange_fnScrollIntoView(), ME_EnsureVisible(), ME_HandleMessage(), ME_HScrollAbs(), and ME_VScrollAbs().
void ME_ScrollDown | ( | ME_TextEditor * | editor, |
int | cy | ||
) |
Definition at line 1121 of file paint.c.
Referenced by ME_ArrowPageDown(), and ME_HandleMessage().
void ME_ScrollLeft | ( | ME_TextEditor * | editor, |
int | cx | ||
) |
void ME_ScrollRight | ( | ME_TextEditor * | editor, |
int | cx | ||
) |
Definition at line 1131 of file paint.c.
Referenced by ME_HandleMessage().
void ME_ScrollUp | ( | ME_TextEditor * | editor, |
int | cy | ||
) |
Definition at line 1116 of file paint.c.
Referenced by ME_ArrowPageUp(), and ME_HandleMessage().
BOOL ME_SetZoom | ( | ME_TextEditor * | editor, |
int | numerator, | ||
int | denominator | ||
) |
Definition at line 1373 of file paint.c.
Referenced by ME_HandleMessage().
int ME_twips2pointsX | ( | const ME_Context * | c, |
int | x | ||
) |
Definition at line 153 of file paint.c.
Referenced by adjust_para_y(), ME_BeginRow(), ME_DrawTableBorders(), ME_GetRunSizeCommon(), ME_InitContext(), and ME_WrapTextParagraph().
int ME_twips2pointsY | ( | const ME_Context * | c, |
int | y | ||
) |
Definition at line 161 of file paint.c.
Referenced by adjust_para_y(), calc_y_offset(), ME_DrawParaDecoration(), ME_DrawTableBorders(), ME_GetParaLineSpace(), ME_LogFontFromStyle(), and ME_WrapTextParagraph().
void ME_UpdateRepaint | ( | ME_TextEditor * | editor, |
BOOL | update_now | ||
) |
Definition at line 116 of file paint.c.
Referenced by copy_or_cut(), fnTextSrv_TxSetText(), handle_enter(), IRichEditOle_fnInsertObject(), ME_Char(), ME_HandleMessage(), ME_KeyDown(), ME_Redo(), ME_ReplaceSel(), ME_StreamIn(), ME_Undo(), and paste_emf().
void ME_UpdateScrollBar | ( | ME_TextEditor * | editor | ) |
Definition at line 1148 of file paint.c.
Referenced by handle_EM_SETCHARFORMAT(), ME_HandleMessage(), ME_Repaint(), ME_RewrapRepaint(), ME_ScrollAbs(), and ME_UpdateRepaint().
void ME_VScrollAbs | ( | ME_TextEditor * | editor, |
int | y | ||
) |
Definition at line 1111 of file paint.c.
Referenced by ME_HandleMessage(), ME_ScrollDown(), ME_ScrollUp(), and ME_UpdateScrollBar().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |
const struct { ... } border_details[] |
Referenced by ME_DrawParaDecoration(), ME_GetBorderPenWidth(), and ME_GetParaBorderWidth().
unsigned dble |
Definition at line 490 of file paint.c.
Referenced by ME_DrawParaDecoration(), and ME_GetParaBorderWidth().
unsigned pen_style |
Definition at line 490 of file paint.c.
Referenced by ME_DrawParaDecoration().
Definition at line 490 of file paint.c.
Referenced by DrawFrame(), ME_DrawTableBorders(), ME_GetBorderPenWidth(), and ME_GetParaBorderWidth().