Home
last modified time | relevance | path

Searched refs:CustomUndoAction (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java719 final CustomUndoAction action1 = new CustomUndoAction( "UndoAction1" ); in impl_testCustomUndoActions()
726 final CustomUndoAction action2 = new CustomUndoAction( "UndoAction2" ); in impl_testCustomUndoActions()
785 i_undoManager.addUndoAction( new CustomUndoAction() ); in impl_testLocking()
815 final XUndoAction undoAction1 = new CustomUndoAction( "Undo Action 1" ); in impl_testContextHandling()
817 final XUndoAction undoAction2 = new CustomUndoAction( "Undo Action 2" ); in impl_testContextHandling()
834 XUndoAction undoAction3 = new CustomUndoAction( "Undo Action 3" ); in impl_testContextHandling()
881 final CustomUndoAction action1 = new CustomUndoAction( "action 1.1.1" ); in impl_testNestedContexts()
884 final CustomUndoAction action2 = new CustomUndoAction( "action 1.1.2.1" ); in impl_testNestedContexts()
887 final CustomUndoAction action3 = new CustomUndoAction( "action 1.1.3" ); in impl_testNestedContexts()
891 final CustomUndoAction action4 = new CustomUndoAction( "action 1.2" ); in impl_testNestedContexts()
[all …]