Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java726 final CustomUndoAction action2 = new CustomUndoAction( "UndoAction2" ); in impl_testCustomUndoActions() local
727 i_undoManager.addUndoAction( action2 ); in impl_testCustomUndoActions()
731 action2.getTitle(), m_undoListener.getMostRecentlyAddedActionTitle() ); in impl_testCustomUndoActions()
744 … assertTrue( "nested custom undo action has not been undone as expected", action2.undoCalled() ); in impl_testCustomUndoActions()
762 assertTrue( action1.disposed() && action2.disposed() ); in impl_testCustomUndoActions()
884 final CustomUndoAction action2 = new CustomUndoAction( "action 1.1.2.1" ); in impl_testNestedContexts() local
885 i_undoManager.addUndoAction( action2 ); in impl_testNestedContexts()
897 …assertFalse( "too many custom Undos called", action1.undoCalled() || action2.undoCalled() || actio… in impl_testNestedContexts()
899 …assertTrue( "nested actions not properly undone", action1.undoCalled() && action2.undoCalled() && … in impl_testNestedContexts()
1161 final CustomUndoAction action2 = new CustomUndoAction( "action 2" ); in impl_testHiddenContexts() local
[all …]