Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java582 private boolean wasContextLeft() { return m_leftContext; } in wasContextLeft() method in UndoManager.UndoListener
851 assertTrue( m_undoListener.wasContextLeft() ); in impl_testContextHandling()
867 assertFalse( m_undoListener.wasContextLeft() ); in impl_testContextHandling()
1126 …sertFalse( "leaving a hidden should not call |leftUndocontext|", m_undoListener.wasContextLeft() ); in impl_testHiddenContexts()
1148 assertFalse( m_undoListener.wasContextLeft() ); in impl_testHiddenContexts()
1175 assertFalse( m_undoListener.wasContextLeft() ); in impl_testHiddenContexts()

Completed in 30 milliseconds