Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java724 final String contextTitle = "Undo Context"; in impl_testCustomUndoActions() local
725 i_undoManager.enterUndoContext( contextTitle ); in impl_testCustomUndoActions()
738 … new String[]{contextTitle, action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
743 contextTitle, m_undoListener.getMostRecentlyUndoneTitle() ); in impl_testCustomUndoActions()
747 new String[]{contextTitle}, i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
756 … new String[]{action1.getTitle(), contextTitle}, i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()

Completed in 25 milliseconds