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.java245 final XUndoManager undoManager = getUndoManager(); in checkSerialization() local
255 undoManager.addUndoAction( new CountingUndoAction( --i, lock, actionsUndone ) ); in checkSerialization()
268 try { undoManager.undo(); } in checkSerialization()
311 final XUndoManager undoManager = suppUndo.getUndoManager(); in getUndoManager() local
312 … assertTrue( UnoRuntime.areSame( undoManager.getParent(), m_currentDocument.getDocument() ) ); in getUndoManager()
313 return undoManager; in getUndoManager()
623 final XUndoManager undoManager = getUndoManager(); in impl_checkUndo() local
624 undoManager.clear(); in impl_checkUndo()
625 …the Undo manager should result in the impossibility to undo anything", undoManager.isUndoPossible(… in impl_checkUndo()
626 …the Undo manager should result in the impossibility to redo anything", undoManager.isRedoPossible(… 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()