Lines Matching refs:redo
39 /** provides access to the undo/redo stacks of a document
60 … calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
110 … <li>Calling <member>redo</member> when the top-element is a hidden action will transparently
111 redo this action, and also redo the new top element of the stack.</li>
143 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be…
158 <p>The redo stack is cleared when a new action is pushed onto the undo stack.</p>
180 <li>move this undo action from the undo stack to the redo stack</li>
193 @see redo
204 … <ul><li>invoke <member>XUndoAction::redo</member> on the top-most action of the redo stack</li>
205 <li>move this action from the redo stack to the undo stack</li>
215 …if the invocation of <member>XUndoAction::redo</member> raised this exception. In this case, the r…
220 void redo()
233 /** determines whether <member>redo</member> can reasonably be expected to succeed.
236 … <FALSE/> if and only if the redo stack is currently empty, or there is an open and not-yet-closed
273 /** clears the undo and the redo stack.
284 /** clears the redo stack.
301 <li>clear the redo stack</li>