Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java268 try { undoManager.undo(); } in checkSerialization()
313 return undoManager; in getUndoManager()
624 undoManager.clear(); in impl_checkUndo()
633 impl_testCustomUndoActions( undoManager ); in impl_checkUndo()
634 impl_testLocking( undoManager ); in impl_checkUndo()
635 impl_testNestedContexts( undoManager ); in impl_checkUndo()
636 impl_testErrorHandling( undoManager ); in impl_checkUndo()
637 impl_testContextHandling( undoManager ); in impl_checkUndo()
638 impl_testStackHandling( undoManager ); in impl_checkUndo()
639 impl_testClearance( undoManager ); in impl_checkUndo()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java151 final XUndoManager undoManager = undoManagerSupp.getUndoManager(); in impl_getUndoManager() local
152 return undoManager; in impl_getUndoManager()
160 final XUndoManager undoManager = impl_getUndoManager(); in doSingleModification() local
161undoManager.addUndoAction( new PropertyUndoAction( wallProperties, "FillColor", 0xCCFF44 ) ); in doSingleModification()
181 final XUndoManager undoManager = impl_getUndoManager(); in doMultipleModifications() local
182 undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineWidth", 300 ) ); in doMultipleModifications()
183undoManager.addUndoAction( new PropertyUndoAction( axisProperties, "LineColor", 0x000000 ) ); in doMultipleModifications()
H A DDrawingOrPresentationDocumentTest.java146 final XUndoManager undoManager = suppUndoManager.getUndoManager(); in impl_createCircleShape() local
147 undoManager.addUndoAction( new ShapeInsertionUndoAction( shape, pageShapes ) ); in impl_createCircleShape()

Completed in 37 milliseconds