Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java574 private int getUndoActionsAdded() { return m_undoActionsAdded; } in getUndoActionsAdded() method in UndoManager.UndoListener
691 modifications, m_undoListener.getUndoActionsAdded() ); in impl_testMultipleModifications()
721 …s( "Adding an undo action not observed by the listener", 1, m_undoListener.getUndoActionsAdded() ); in impl_testCustomUndoActions()
729 2, m_undoListener.getUndoActionsAdded() ); in impl_testCustomUndoActions()
777 0, m_undoListener.getUndoActionsAdded() ); in impl_testLocking()
780 0, m_undoListener.getUndoActionsAdded() ); in impl_testLocking()
788 0, m_undoListener.getUndoActionsAdded() ); in impl_testLocking()

Completed in 24 milliseconds