ReactOS 0.4.16-dev-1338-g8aab5a9
|
Public Attributes | |
HWND | hwnd |
ITextDocument * | doc |
int | test_flags |
enum editorUndoState | undo_ctl_state |
LONG_PTR | undo_limit |
BOOL | last_undo_status |
BOOL | last_redo_status |
ITextDocument* undo_test::doc |
Definition at line 5231 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_redo_(), perform_undo_(), test_freeze(), and test_undo_control().
HWND undo_test::hwnd |
Definition at line 5230 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_redo_(), perform_undo_(), subtest_undo_control(), and test_undo_control().
BOOL undo_test::last_redo_status |
Definition at line 5236 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_redo_(), and test_undo_control().
BOOL undo_test::last_undo_status |
Definition at line 5235 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_undo_(), and test_undo_control().
int undo_test::test_flags |
Definition at line 5232 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_redo_(), perform_undo_(), subtest_undo_control(), and test_undo_control().
enum editorUndoState undo_test::undo_ctl_state |
Definition at line 5233 of file richole.c.
Referenced by perform_editor_undo_state_action(), perform_redo_(), perform_undo_(), set_editor_undo_state(), subtest_undo_control(), and test_undo_control().
LONG_PTR undo_test::undo_limit |
Definition at line 5234 of file richole.c.
Referenced by perform_editor_undo_state_action(), and test_undo_control().