ReactOS 0.4.16-dev-197-g92996da
|
#include <editstr.h>
Public Attributes | |
ME_DisplayItem * | pFirst |
ME_DisplayItem * | pLast |
ME_Style * | pCharStyle |
ME_Style * | pDefaultStyle |
ME_Style* tagME_TextBuffer::pCharStyle |
Definition at line 269 of file editstr.h.
Referenced by ME_ClearTempStyle(), ME_GetInsertStyle(), ME_GetSelectionCharFormat(), ME_SaveTempStyle(), and ME_SetSelectionCharFormat().
ME_Style* tagME_TextBuffer::pDefaultStyle |
Definition at line 270 of file editstr.h.
Referenced by get_default_line_height(), ME_DestroyEditor(), ME_GetDefaultCharFormat(), ME_HandleMessage(), ME_SetDefaultCharFormat(), ME_SetText(), and ME_StreamIn().
ME_DisplayItem* tagME_TextBuffer::pFirst |
Definition at line 268 of file editstr.h.
Referenced by get_total_width(), handle_enter(), ME_ArrowPageUp(), ME_CheckCharOffsets(), ME_CheckTablesForCorruption(), ME_DestroyEditor(), ME_FindPixelPos(), ME_FindRowWithNumber(), ME_HandleMessage(), ME_InvalidateSelection(), ME_MarkAllForWrapping(), ME_PaintContent(), ME_RowNumberFromCharOfs(), ME_RunOfsFromCharOfs(), and ME_SetCursorToStart().
ME_DisplayItem * tagME_TextBuffer::pLast |
Definition at line 268 of file editstr.h.
Referenced by get_total_width(), ME_ArrowPageDown(), ME_FindPixelPos(), ME_HandleMessage(), ME_InvalidateSelection(), ME_MarkAllForWrapping(), ME_PaintContent(), ME_SetCursorToEnd(), and ME_WrapMarkedParagraphs().