ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "editor.h"
Go to the source code of this file.
Functions | |
ME_Row * | row_next (ME_Row *row) |
ME_Row * | row_next_all_paras (ME_Row *row) |
ME_Row * | row_prev_all_paras (ME_Row *row) |
ME_Run * | row_first_run (ME_Row *row) |
ME_Run * | row_next_run (ME_Row *row, ME_Run *run) |
ME_Row * | row_from_cursor (ME_Cursor *cursor) |
void | row_first_cursor (ME_Row *row, ME_Cursor *cursor) |
void | row_end_cursor (ME_Row *row, ME_Cursor *cursor, BOOL include_eop) |
ME_Paragraph * | row_para (ME_Row *row) |
ME_Row * | row_from_row_number (ME_TextEditor *editor, int row_num) |
int | row_number_from_char_ofs (ME_TextEditor *editor, int ofs) |
Definition at line 92 of file row.c.
Referenced by editor_handle_message(), ME_ArrowEnd(), ME_ExtendAnchorSelection(), ME_SelectByType(), and row_number_from_char_ofs().
Definition at line 82 of file row.c.
Referenced by editor_handle_message(), ME_ArrowHome(), ME_ExtendAnchorSelection(), ME_SelectByType(), and row_para().
Definition at line 74 of file row.c.
Referenced by cursor_coords(), cursor_move_line(), draw_run(), editor_ensure_visible(), editor_handle_message(), ME_ArrowEnd(), ME_ArrowHome(), ME_ArrowPageDown(), ME_ArrowPageUp(), ME_ExtendAnchorSelection(), and ME_SelectByType().
ME_Row * row_from_row_number | ( | ME_TextEditor * | editor, |
int | row_num | ||
) |
Definition at line 111 of file row.c.
Referenced by editor_handle_message().
Definition at line 27 of file row.c.
Referenced by cursor_from_virtual_coords(), editor_handle_message(), row_from_row_number(), and row_number_from_char_ofs().
Definition at line 36 of file row.c.
Referenced by cursor_move_line(), and ME_ArrowPageDown().
Definition at line 63 of file row.c.
Referenced by editor_handle_message(), and row_cursor().
int row_number_from_char_ofs | ( | ME_TextEditor * | editor, |
int | ofs | ||
) |
Definition at line 131 of file row.c.
Referenced by editor_handle_message().
ME_Paragraph * row_para | ( | ME_Row * | row | ) |
Definition at line 103 of file row.c.
Referenced by cursor_move_line(), ME_ArrowPageDown(), and ME_ArrowPageUp().
Definition at line 45 of file row.c.
Referenced by cursor_move_line(), and ME_ArrowPageUp().