ReactOS 0.4.16-dev-838-g27bb510
|
#include <editstr.h>
Public Attributes | |
ME_Paragraph * | para |
ME_Run * | run |
int | nOffset |
int tagME_Cursor::nOffset |
Definition at line 276 of file editstr.h.
Referenced by editor_get_selection_paras(), handle_enter(), handle_wm_char(), ME_ExtendAnchorSelection(), ME_GetCharFormat(), ME_GetSelection(), ME_GetXForArrow(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_IsSelection(), ME_PlayUndoItem(), ME_SelectByType(), ME_StreamIn(), ME_StreamOutRTF(), ME_UpdateLinkAttribute(), para_join(), run_insert(), run_join(), run_split(), set_selection_cursors(), table_append_row(), table_handle_tab(), table_move_from_row_start(), and table_select_next_cell_or_append().
ME_Paragraph* tagME_Cursor::para |
Definition at line 274 of file editstr.h.
Referenced by editor_get_selection_paras(), handle_enter(), handle_wm_char(), ME_ExtendAnchorSelection(), ME_InsertTextFromCursor(), ME_MakeEditor(), ME_PlayUndoItem(), ME_SelectByType(), ME_StreamIn(), ME_UpdateSelectionLinkAttribute(), para_join(), para_split(), table_append_row(), table_handle_tab(), table_insert_row_start_at_para(), table_move_from_row_start(), table_protect_partial_deletion(), and table_select_next_cell_or_append().
ME_Run* tagME_Cursor::run |
Definition at line 275 of file editstr.h.
Referenced by editor_get_selection_paras(), editor_handle_message(), handle_enter(), handle_wm_char(), ME_ExtendAnchorSelection(), ME_GetCharFormat(), ME_GetXForArrow(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_IsSelection(), ME_PlayUndoItem(), ME_SelectByType(), ME_StreamIn(), ME_StreamOutRTF(), ME_UpdateLinkAttribute(), para_join(), para_split(), run_insert(), run_join(), run_split(), set_selection_cursors(), table_append_row(), table_handle_tab(), table_move_from_row_start(), table_protect_partial_deletion(), and table_select_next_cell_or_append().