Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java896 assertTrue( "custom Undo not called", action4.undoCalled() ); in impl_testNestedContexts()
897 …False( "too many custom Undos called", action1.undoCalled() || action2.undoCalled() || action3.und… in impl_testNestedContexts()
899 … "nested actions not properly undone", action1.undoCalled() && action2.undoCalled() && action3.und… in impl_testNestedContexts()
1138 hiddenUndoAction.undoCalled() ); in impl_testHiddenContexts()
1140 undoAction1.undoCalled() ); in impl_testHiddenContexts()
1142 undoAction0.undoCalled() ); in impl_testHiddenContexts()
1181 assertFalse( "one action too much has been undone", action0.undoCalled() ); in impl_testHiddenContexts()
1182 assertTrue( action1.undoCalled() ); in impl_testHiddenContexts()
1183 assertTrue( action2.undoCalled() ); in impl_testHiddenContexts()
1184 assertTrue( action3.undoCalled() ); in impl_testHiddenContexts()
[all …]

Completed in 13 milliseconds