ReactOS 0.4.16-dev-1273-g5b94656
|
#include "editor.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (richedit) | |
static int | ME_GetOptimalBuffer (int nLen) |
static ME_String * | make_string (void(*free)(ME_String *)) |
ME_String * | ME_MakeStringConst (const WCHAR *str, int len) |
static void | string_free (ME_String *s) |
ME_String * | ME_MakeStringEmpty (int nMaxChars) |
ME_String * | ME_MakeStringN (LPCWSTR szText, int nMaxChars) |
ME_String * | ME_MakeStringR (WCHAR cRepeat, int nMaxChars) |
void | ME_DestroyString (ME_String *s) |
BOOL | ME_InsertString (ME_String *s, int ofs, const WCHAR *insert, int len) |
BOOL | ME_AppendString (ME_String *s, const WCHAR *append, int len) |
ME_String * | ME_VSplitString (ME_String *orig, int charidx) |
void | ME_StrDeleteV (ME_String *s, int nVChar, int nChars) |
static int | ME_WordBreakProc (LPWSTR s, INT start, INT len, INT code) |
int | ME_CallWordBreakProc (ME_TextEditor *editor, WCHAR *str, INT len, INT start, INT code) |
LPWSTR | ME_ToUnicode (LONG codepage, LPVOID psz, INT *len) |
void | ME_EndToUnicode (LONG codepage, LPVOID psz) |
Definition at line 30 of file string.c.
Referenced by ME_MakeStringConst(), and ME_MakeStringEmpty().
Definition at line 126 of file string.c.
Referenced by para_join(), and para_split().
Definition at line 204 of file string.c.
Referenced by ME_MoveCursorWords().
Definition at line 96 of file string.c.
Referenced by destroy_undo_item(), draw_text(), ME_CharFromPointContext(), ME_GetRunSizeCommon(), ME_PointFromCharContext(), para_destroy(), and para_num_clear().
Definition at line 248 of file string.c.
Referenced by editor_handle_message(), ME_SetText(), and RichEditWndProc_common().
Definition at line 25 of file string.c.
Referenced by ME_InsertString(), and ME_MakeStringEmpty().
Definition at line 103 of file string.c.
Referenced by ME_AppendString(), and run_insert().
Definition at line 41 of file string.c.
Referenced by para_num_init().
Definition at line 58 of file string.c.
Referenced by ME_MakeStringN(), ME_MakeStringR(), and para_num_get_str().
Definition at line 75 of file string.c.
Referenced by ME_MakeFirstParagraph(), and ME_VSplitString().
Definition at line 85 of file string.c.
Referenced by draw_text(), ME_CharFromPointContext(), ME_GetRunSizeCommon(), and ME_PointFromCharContext().
Definition at line 226 of file string.c.
Referenced by editor_handle_message(), ME_SetText(), and RichEditWndProc_common().
Definition at line 131 of file string.c.
Referenced by para_join(), and para_split().
Definition at line 162 of file string.c.
Referenced by ME_CallWordBreakProc().
Definition at line 52 of file string.c.
Referenced by ME_MakeStringEmpty().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |