ReactOS 0.4.16-dev-1028-g8602629
|
#include <editstr.h>
ME_BorderRect tagME_Paragraph::border |
Definition at line 207 of file editstr.h.
Referenced by add_undo_set_para_fmt(), add_undo_split_para(), draw_table_borders(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), para_join(), para_split(), and stream_out_table_props().
struct tagME_Cell* tagME_Paragraph::cell |
Definition at line 206 of file editstr.h.
Referenced by para_cell(), para_join(), para_split(), and table_insert_row_start_at_para().
ME_Run* tagME_Paragraph::eop_run |
Definition at line 215 of file editstr.h.
Referenced by handle_enter(), ME_MakeFirstParagraph(), ME_WrapEndParagraph(), para_end_run(), para_join(), para_num_init(), and para_split().
PARAFORMAT2 tagME_Paragraph::fmt |
Definition at line 203 of file editstr.h.
Referenced by add_undo_set_para_fmt(), add_undo_split_para(), adjust_para_y(), draw_para_number(), draw_table_borders(), editor_get_selection_para_fmt(), handle_enter(), itemize_para(), ME_BeginRow(), ME_DrawParaDecoration(), ME_GetParaLineSpace(), ME_GetRunSizeCommon(), ME_InsertRowStart(), ME_InternalDeleteText(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), ME_StreamIn(), ME_WrapEndParagraph(), ME_WrapTextParagraph(), para_copy_fmt(), para_in_table(), para_join(), para_num_clear_list(), para_num_get_num(), para_num_get_str(), para_num_init(), para_set_fmt(), para_split(), pixel_pos_in_table_row(), stream_out_para_num(), stream_out_para_props(), stream_out_table_props(), table_append_row(), table_insert_row_start_at_para(), and table_update_flags().
struct wine_rb_entry tagME_Paragraph::marked_entry |
Definition at line 217 of file editstr.h.
Referenced by para_mark_add().
int tagME_Paragraph::nCharOfs |
Definition at line 209 of file editstr.h.
Referenced by add_undo_set_para_fmt(), add_undo_split_para(), cursor_from_char_ofs(), editor_propagate_char_ofs(), get_unicode_text(), ME_DumpDocument(), ME_FindText(), ME_InternalDeleteText(), ME_MakeText(), ME_MoveCursorChars(), ME_SetCharFormat(), ME_UpdateSelectionLinkAttribute(), para_join(), para_mark_add(), para_mark_compare(), para_mark_remove(), para_split(), and table_protect_partial_deletion().
struct tagME_DisplayItem * tagME_Paragraph::next_para |
Definition at line 216 of file editstr.h.
Referenced by get_total_width(), ME_MakeFirstParagraph(), ME_MakeText(), ME_PrepareParagraphForWrapping(), para_first_run(), para_join(), para_next(), para_num_clear_list(), and para_split().
int tagME_Paragraph::nFlags |
Definition at line 210 of file editstr.h.
Referenced by adjust_para_y(), cursor_coords(), cursor_from_virtual_coords(), cursor_move_line(), draw_paragraph(), draw_table_borders(), editor_draw(), handle_enter(), handle_wm_char(), itemize_para(), ME_BeginRow(), ME_DumpDocument(), ME_GetRunSizeCommon(), ME_InsertRowStart(), ME_InternalDeleteText(), ME_MoveCursorWords(), ME_PlayUndoItem(), ME_RTFParAttrHook(), ME_RTFSpecialCharHook(), ME_StreamIn(), ME_WrapTextParagraph(), para_join(), para_mark_rewrap(), para_split(), pixel_pos_in_table_row(), shape_para(), stream_out_para_props(), stream_out_table_props(), table_insert_row_start_at_para(), table_move_from_row_start(), table_outer_para(), table_protect_partial_deletion(), table_row_end(), table_row_start(), table_select_next_cell_or_append(), and table_update_flags().
int tagME_Paragraph::nHeight |
Definition at line 212 of file editstr.h.
Referenced by adjust_para_y(), cursor_from_virtual_coords(), draw_paragraph(), draw_table_borders(), editor_draw(), editor_handle_message(), ME_DrawParaDecoration(), ME_WrapTextParagraph(), para_range_invalidate(), and pixel_pos_in_table_row().
int tagME_Paragraph::nRows |
Definition at line 213 of file editstr.h.
Referenced by draw_table_borders(), editor_handle_message(), ME_PrepareParagraphForWrapping(), ME_WrapTextParagraph(), para_destroy(), row_from_row_number(), and row_number_from_char_ofs().
int tagME_Paragraph::nWidth |
Definition at line 212 of file editstr.h.
Referenced by adjust_para_y(), get_total_width(), ME_InsertRowStart(), ME_PrepareParagraphForWrapping(), para_destroy(), and wrap_marked_paras_dc().
Definition at line 214 of file editstr.h.
Referenced by draw_para_number(), ME_InsertRowStart(), ME_SetCharFormat(), ME_WrapTextParagraph(), para_destroy(), para_num_clear_list(), para_num_init(), and stream_out_para_num().
struct tagME_DisplayItem* tagME_Paragraph::prev_para |
Definition at line 216 of file editstr.h.
Referenced by add_undo_split_para(), ME_MakeFirstParagraph(), ME_MakeText(), para_num_get_num(), para_prev(), and para_split().
POINT tagME_Paragraph::pt |
Definition at line 211 of file editstr.h.
Referenced by adjust_para_y(), cursor_coords(), cursor_from_virtual_coords(), draw_para_number(), draw_paragraph(), draw_table_borders(), editor_draw(), editor_ensure_visible(), para_range_invalidate(), and wrap_marked_paras_dc().
ME_String* tagME_Paragraph::text |
Definition at line 204 of file editstr.h.
Referenced by itemize_para(), ME_MakeFirstParagraph(), para_destroy(), para_join(), and para_split().