Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java719 final CustomUndoAction action1 = new CustomUndoAction( "UndoAction1" ); in impl_testCustomUndoActions() local
720 i_undoManager.addUndoAction( action1 ); in impl_testCustomUndoActions()
723 action1.getTitle(), m_undoListener.getMostRecentlyAddedActionTitle() ); in impl_testCustomUndoActions()
738 … new String[]{contextTitle, action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
749 new String[]{action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
762 assertTrue( action1.disposed() && action2.disposed() ); in impl_testCustomUndoActions()
881 final CustomUndoAction action1 = new CustomUndoAction( "action 1.1.1" ); in impl_testNestedContexts() local
882 i_undoManager.addUndoAction( action1 ); in impl_testNestedContexts()
1158 final CustomUndoAction action1 = new CustomUndoAction( "action 1" ); in impl_testHiddenContexts() local
1159 i_undoManager.addUndoAction( action1 ); in impl_testHiddenContexts()
[all …]

Completed in 15 milliseconds