ReactOS 0.4.16-dev-1-gcf26321
|
#include <editstr.h>
Public Attributes | |
ME_Style * | style |
struct tagME_Paragraph * | para |
int | nCharOfs |
int | len |
int | nWidth |
int | nFlags |
int | nAscent |
int | nDescent |
POINT | pt |
struct re_object * | reobj |
SCRIPT_ANALYSIS | script_analysis |
int | num_glyphs |
int | max_glyphs |
WORD * | glyphs |
SCRIPT_VISATTR * | vis_attrs |
int * | advances |
GOFFSET * | offsets |
int | max_clusters |
WORD * | clusters |
int* tagME_Run::advances |
Definition at line 174 of file editstr.h.
Referenced by draw_text(), get_run_glyph_buffers(), ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().
WORD* tagME_Run::clusters |
Definition at line 177 of file editstr.h.
Referenced by ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().
WORD* tagME_Run::glyphs |
Definition at line 172 of file editstr.h.
Referenced by draw_text(), get_run_glyph_buffers(), and shape_run().
int tagME_Run::len |
Definition at line 163 of file editstr.h.
Referenced by calc_run_extent(), debugstr_run(), draw_text(), find_split_point(), get_selection_rect(), itemize_para(), ME_CharFromPointContext(), ME_DrawTextWithStyle(), ME_FindText(), ME_GetRunSizeCommon(), ME_GetTextW(), ME_HandleMessage(), ME_InsertRunAtCursor(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_JoinRuns(), ME_LinkNotify(), ME_MakeFirstParagraph(), ME_MaximizeSplit(), ME_MoveCursorWords(), ME_PointFromCharContext(), ME_ProtectPartialTableDeletion(), ME_SetCharFormat(), ME_SplitByBacktracking(), ME_SplitParagraph(), ME_SplitRunSimple(), ME_UpdateLinkAttribute(), ME_UpdateRunFlags(), ME_WrapHandleRun(), run_is_entirely_ws(), run_is_splittable(), set_selection_cursors(), and shape_run().
int tagME_Run::max_clusters |
Definition at line 176 of file editstr.h.
Referenced by shape_run().
int tagME_Run::max_glyphs |
Definition at line 171 of file editstr.h.
Referenced by get_run_glyph_buffers(), and shape_run().
int tagME_Run::nAscent |
Definition at line 166 of file editstr.h.
Referenced by calc_run_extent(), and ME_GetCursorCoordinates().
int tagME_Run::nCharOfs |
Definition at line 162 of file editstr.h.
Referenced by get_text(), itemize_para(), ME_CharOfsFromRunOfs(), ME_DrawRun(), ME_DumpDocument(), ME_FindText(), ME_GetSelectionParas(), ME_HandleMessage(), ME_InsertRunAtCursor(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_MakeFirstParagraph(), ME_ProtectPartialTableDeletion(), ME_RunOfsFromCharOfs(), ME_SetCharFormat(), ME_SplitParagraph(), ME_SplitRunSimple(), and ME_UpdateRunFlags().
int tagME_Run::nDescent |
Definition at line 166 of file editstr.h.
Referenced by calc_run_extent(), and ME_GetCursorCoordinates().
int tagME_Run::nFlags |
Definition at line 165 of file editstr.h.
Referenced by calc_run_extent(), itemize_para(), ME_ArrowEnd(), ME_CanJoinRuns(), ME_CharFromPointContext(), ME_DrawOLE(), ME_DrawRun(), ME_DumpDocument(), ME_FindRunInRow(), ME_GetOLEObjectSize(), ME_GetRunSizeCommon(), ME_GetTextW(), ME_HandleMessage(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_MaximizeSplit(), ME_MoveCursorWords(), ME_PointFromCharContext(), ME_ProtectPartialTableDeletion(), ME_SelectOrInsertNextCell(), ME_SetCharFormat(), ME_SplitByBacktracking(), ME_SplitRunSimple(), ME_StreamIn(), ME_TabPressedInTable(), ME_UpdateRunFlags(), ME_WrapHandleRun(), and set_selection_cursors().
int tagME_Run::num_glyphs |
Definition at line 171 of file editstr.h.
Referenced by draw_text(), ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().
int tagME_Run::nWidth |
Definition at line 164 of file editstr.h.
Referenced by calc_run_extent(), draw_space(), draw_underline(), ME_CharFromPointContext(), ME_DrawParagraph(), ME_FindRunInRow(), ME_GetRunSizeCommon(), ME_GetXForArrow(), ME_MaximizeSplit(), ME_PointFromCharContext(), ME_WrapHandleRun(), shape_run(), and split_run_extents().
GOFFSET* tagME_Run::offsets |
Definition at line 175 of file editstr.h.
Referenced by draw_text(), get_run_glyph_buffers(), and shape_run().
struct tagME_Paragraph* tagME_Run::para |
Definition at line 161 of file editstr.h.
Referenced by draw_text(), get_text(), ME_CharFromPointContext(), ME_InsertRunAtCursor(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_MakeFirstParagraph(), ME_PointFromCharContext(), ME_SetCharFormat(), ME_SplitParagraph(), ME_SplitRunSimple(), and shape_para().
POINT tagME_Run::pt |
Definition at line 167 of file editstr.h.
Referenced by ME_DrawParagraph(), ME_DrawRun(), ME_DrawTableBorders(), ME_EnsureVisible(), ME_FindRunInRow(), ME_GetCursorCoordinates(), ME_GetRunSizeCommon(), ME_GetXForArrow(), ME_HandleMessage(), ME_MaximizeSplit(), ME_SplitByBacktracking(), ME_WrapHandleRun(), and split_run_extents().
Definition at line 168 of file editstr.h.
Referenced by ME_DrawOLE(), ME_GetOLEObjectSize(), ME_InsertOLEFromCursor(), and stream_out_graphics().
SCRIPT_ANALYSIS tagME_Run::script_analysis |
Definition at line 170 of file editstr.h.
Referenced by draw_text(), itemize_para(), ME_CharFromPointContext(), ME_PointFromCharContext(), shape_run(), and split_run_extents().
ME_Style* tagME_Run::style |
Definition at line 160 of file editstr.h.
Referenced by draw_space(), draw_text(), draw_underline(), handle_enter(), is_link(), ME_AppendTableRow(), ME_CanJoinRuns(), ME_CharFromPointContext(), ME_DrawTextWithStyle(), ME_GetInsertStyle(), ME_GetRunCharFormat(), ME_GetRunSizeCommon(), ME_HandleMessage(), ME_InternalDeleteText(), ME_PlayUndoItem(), ME_PointFromCharContext(), ME_SetCharFormat(), ME_SplitRunSimple(), para_num_init(), and shape_run().
SCRIPT_VISATTR* tagME_Run::vis_attrs |
Definition at line 173 of file editstr.h.
Referenced by get_run_glyph_buffers(), ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().