Lines Matching refs:undo

74 import complex.sfx2.undo.CalcDocumentTest;
75 import complex.sfx2.undo.ChartDocumentTest;
76 import complex.sfx2.undo.DocumentTest;
77 import complex.sfx2.undo.DrawDocumentTest;
78 import complex.sfx2.undo.ImpressDocumentTest;
79 import complex.sfx2.undo.WriterDocumentTest;
268 try { undoManager.undo(); } in checkSerialization()
657 i_undoManager.undo(); in impl_testSingleModification()
701 i_undoManager.undo(); in impl_testMultipleModifications()
741 i_undoManager.undo(); in impl_testCustomUndoActions()
819 i_undoManager.undo(); in impl_testContextHandling()
894 i_undoManager.undo(); in impl_testNestedContexts()
898 i_undoManager.undo(); in impl_testNestedContexts()
920 … try { i_undoManager.undo(); } catch ( final EmptyUndoStackException e ) { caughtExpected = true; } in impl_testErrorHandling()
938 i_undoManager.undo(); in impl_testErrorHandling()
967 final boolean undo = ( i < 2 ); in impl_testErrorHandling()
972 i_undoManager.addUndoAction( new FailingUndoAction( undo ? FAIL_UNDO : FAIL_REDO ) ); in impl_testErrorHandling()
974 i_undoManager.undo(); in impl_testErrorHandling()
975 if ( !undo ) in impl_testErrorHandling()
976 i_undoManager.undo(); in impl_testErrorHandling()
984 if ( undo ) in impl_testErrorHandling()
986 i_undoManager.undo(); in impl_testErrorHandling()
1003 if ( undo ) in impl_testErrorHandling()
1031 i_undoManager.undo(); in impl_testStackHandling()
1034 i_undoManager.undo(); in impl_testStackHandling()
1072 i_undoManager.undo(); in impl_testClearance()
1083 i_undoManager.undo(); in impl_testClearance()
1136 i_undoManager.undo(); in impl_testHiddenContexts()
1180 i_undoManager.undo(); in impl_testHiddenContexts()
1240 public void undo() throws UndoFailedException in undo() method in UndoManager.CustomUndoAction
1290 public void undo() throws UndoFailedException in undo() method in UndoManager.FailingUndoAction
1325 public void undo() throws UndoFailedException in undo() method in UndoManager.CountingUndoAction