ReactOS 0.4.16-dev-1041-g8b6907f
|
Go to the source code of this file.
Definition at line 186 of file table.c.
Referenced by para_split().
ME_Paragraph * cell_end_para | ( | ME_Cell * | cell | ) |
Definition at line 207 of file table.c.
Referenced by adjust_para_y(), cursor_move_line(), draw_table_borders(), editor_draw(), and table_select_next_cell_or_append().
ME_Paragraph * cell_first_para | ( | ME_Cell * | cell | ) |
Definition at line 202 of file table.c.
Referenced by cell_end_para(), cursor_move_line(), draw_table_borders(), editor_draw(), ME_RTFSpecialCharHook(), pixel_pos_in_table_row(), and table_select_next_cell_or_append().
Definition at line 192 of file table.c.
Referenced by adjust_para_y(), cell_end_para(), cursor_move_line(), draw_table_borders(), ME_RTFSpecialCharHook(), para_join(), pixel_pos_in_table_row(), stream_out_table_props(), table_append_row(), table_row_end(), table_row_end_cell(), and table_select_next_cell_or_append().
Definition at line 197 of file table.c.
Referenced by adjust_para_y(), cursor_move_line(), ME_BeginRow(), ME_RTFSpecialCharHook(), para_join(), para_split(), and table_row_start().
void ME_InitTableDef | ( | ME_TextEditor * | editor, |
struct RTFTable * | tableDef | ||
) |
Definition at line 556 of file table.c.
Referenced by ME_RTFTblAttrHook().
struct RTFTable * ME_MakeTableDef | ( | ME_TextEditor * | editor | ) |
Definition at line 547 of file table.c.
Referenced by ME_RTFTblAttrHook().
ME_Paragraph * table_append_row | ( | ME_TextEditor * | editor, |
ME_Paragraph * | table_row | ||
) |
Definition at line 327 of file table.c.
Referenced by handle_enter(), and table_select_next_cell_or_append().
void table_handle_tab | ( | ME_TextEditor * | editor, |
BOOL | selected_row | ||
) |
Definition at line 473 of file table.c.
Referenced by handle_wm_char().
ME_Paragraph * table_insert_cell | ( | ME_TextEditor * | editor, |
ME_Cursor * | cursor | ||
) |
Definition at line 112 of file table.c.
Referenced by ME_RTFSpecialCharHook(), and table_append_row().
|
static |
Definition at line 57 of file table.c.
Referenced by table_insert_cell(), table_insert_row_end(), and table_insert_row_start().
ME_Paragraph * table_insert_row_end | ( | ME_TextEditor * | editor, |
ME_Cursor * | cursor | ||
) |
Definition at line 119 of file table.c.
Referenced by ME_RTFSpecialCharHook(), and table_append_row().
ME_Paragraph * table_insert_row_start | ( | ME_TextEditor * | editor, |
ME_Cursor * | cursor | ||
) |
Definition at line 72 of file table.c.
Referenced by ME_RTFParAttrHook(), table_append_row(), and table_insert_row_start_at_para().
ME_Paragraph * table_insert_row_start_at_para | ( | ME_TextEditor * | editor, |
ME_Paragraph * | para | ||
) |
Definition at line 80 of file table.c.
Referenced by ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().
void table_move_from_row_start | ( | ME_TextEditor * | editor | ) |
ME_Paragraph * table_outer_para | ( | ME_Paragraph * | para | ) |
Definition at line 158 of file table.c.
Referenced by para_range_invalidate(), and wrap_marked_paras_dc().
void table_protect_partial_deletion | ( | ME_TextEditor * | editor, |
ME_Cursor * | c, | ||
int * | num_chars | ||
) |
Definition at line 217 of file table.c.
Referenced by ME_InternalDeleteText().
ME_Paragraph * table_row_end | ( | ME_Paragraph * | para | ) |
Definition at line 127 of file table.c.
Referenced by adjust_para_y(), cursor_from_virtual_coords(), cursor_move_line(), draw_table_borders(), ME_BeginRow(), ME_WrapTextParagraph(), pixel_pos_in_table_row(), stream_out_table_props(), table_append_row(), table_protect_partial_deletion(), table_row_end_cell(), and table_select_next_cell_or_append().
ME_Cell * table_row_end_cell | ( | ME_Paragraph * | para | ) |
Definition at line 178 of file table.c.
Referenced by adjust_para_y(), cursor_move_line(), draw_paragraph(), draw_table_borders(), and ME_BeginRow().
ME_Cell * table_row_first_cell | ( | ME_Paragraph * | para | ) |
Definition at line 170 of file table.c.
Referenced by adjust_para_y(), cursor_move_line(), draw_paragraph(), ME_RTFSpecialCharHook(), pixel_pos_in_table_row(), stream_out_table_props(), and table_append_row().
ME_Paragraph * table_row_start | ( | ME_Paragraph * | para | ) |
Definition at line 142 of file table.c.
Referenced by adjust_para_y(), cursor_move_line(), table_outer_para(), table_row_first_cell(), and table_select_next_cell_or_append().
|
static |
Definition at line 383 of file table.c.
Referenced by table_handle_tab().