Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java887 final CustomUndoAction action3 = new CustomUndoAction( "action 1.1.3" ); in impl_testNestedContexts() local
888 i_undoManager.addUndoAction( action3 ); in impl_testNestedContexts()
897 … many custom Undos called", action1.undoCalled() || action2.undoCalled() || action3.undoCalled() ); in impl_testNestedContexts()
899 …tions not properly undone", action1.undoCalled() && action2.undoCalled() && action3.undoCalled() ); in impl_testNestedContexts()
1169 final CustomUndoAction action3 = new CustomUndoAction( "action 3" ); in impl_testHiddenContexts() local
1170 i_undoManager.addUndoAction( action3 ); in impl_testHiddenContexts()
1184 assertTrue( action3.undoCalled() ); in impl_testHiddenContexts()