Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java198 …( "undo context was not auto-closed as expected", 0, m_undoListener.getCurrentUndoContextDepth() ); in checkBrokenScripts()
207 …( "undo context was not auto-closed as expected", 0, m_undoListener.getCurrentUndoContextDepth() ); in checkBrokenScripts()
224 …( "undo context was not auto-closed as expected", 0, m_undoListener.getCurrentUndoContextDepth() ); in checkBrokenScripts()
580 private int getCurrentUndoContextDepth() { return m_activeUndoContexts.size(); } in getCurrentUndoContextDepth() method in UndoManager.UndoListener
682 …tEquals( "unexpected initial undo context depth", 0, m_undoListener.getCurrentUndoContextDepth() ); in impl_testMultipleModifications()
685 1, m_undoListener.getCurrentUndoContextDepth() ); in impl_testMultipleModifications()
693 1, m_undoListener.getCurrentUndoContextDepth() ); in impl_testMultipleModifications()
697 0, m_undoListener.getCurrentUndoContextDepth() ); in impl_testMultipleModifications()
794 …ts should be ignored when the manager is locked", 0, m_undoListener.getCurrentUndoContextDepth() ); in impl_testLocking()
832 …ted undo context depth after entering a context", 1, m_undoListener.getCurrentUndoContextDepth() ); in impl_testContextHandling()
[all …]