Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java492 m_activeUndoContexts.clear(); in resetAll()
499 m_activeUndoContexts.push( i_event.UndoActionTitle ); in enteredContext()
501 m_activeUndoContexts.size(), i_event.UndoContextDepth ); in enteredContext()
508 m_activeUndoContexts.push( i_event.UndoActionTitle ); in enteredHiddenContext()
510 m_activeUndoContexts.size(), i_event.UndoContextDepth ); in enteredHiddenContext()
529 m_activeUndoContexts.pop(); in leftHiddenContext()
541 m_activeUndoContexts.pop(); in cancelledContext()
557 if ( m_activeUndoContexts.empty() ) in waitForAllContextsClosed()
567 if ( m_activeUndoContexts.empty() ) in impl_notifyContextDepth()
592 m_activeUndoContexts.clear(); in reset()
[all …]

Completed in 24 milliseconds