ReactOS 0.4.16-dev-306-g647d351
|
#include <editstr.h>
struct delete_run_item undo_item::delete_run |
Definition at line 348 of file editstr.h.
Referenced by add_undo_delete_run(), and ME_PlayUndoItem().
Definition at line 343 of file editstr.h.
Referenced by add_undo(), ME_Redo(), and ME_Undo().
struct insert_run_item undo_item::insert_run |
Definition at line 347 of file editstr.h.
Referenced by add_undo_insert_run(), destroy_undo_item(), and ME_PlayUndoItem().
struct join_paras_item undo_item::join_paras |
Definition at line 349 of file editstr.h.
Referenced by add_undo_join_paras(), and ME_PlayUndoItem().
struct set_char_fmt_item undo_item::set_char_fmt |
Definition at line 352 of file editstr.h.
Referenced by add_undo_set_char_fmt(), and ME_PlayUndoItem().
struct set_para_fmt_item undo_item::set_para_fmt |
Definition at line 351 of file editstr.h.
Referenced by add_undo_set_para_fmt(), and ME_PlayUndoItem().
struct split_para_item undo_item::split_para |
Definition at line 350 of file editstr.h.
Referenced by add_undo_split_para(), destroy_undo_item(), and ME_PlayUndoItem().
Definition at line 344 of file editstr.h.
Referenced by add_undo(), destroy_undo_item(), ME_PlayUndoItem(), ME_Redo(), and ME_Undo().
union { ... } undo_item::u |