Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java579 private String getMostRecentlyUndoneTitle() { return m_mostRecentlyUndone; } in getMostRecentlyUndoneTitle() method in UndoManager.UndoListener
743 contextTitle, m_undoListener.getMostRecentlyUndoneTitle() ); in impl_testCustomUndoActions()
753 … title notified during UI Undo", action1.getTitle(), m_undoListener.getMostRecentlyUndoneTitle() ); in impl_testCustomUndoActions()
895 … action notifies a wrong title", action4.getTitle(), m_undoListener.getMostRecentlyUndoneTitle() ); in impl_testNestedContexts()