Lines Matching refs:manager
53 …<p>Additionally, the Undo manager manages a Redo stack: Actions which are undone are moved from th…
72 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and
78 /** allows <a href="#locking">locking</a> the undo manager.
82 /** allows accessing the component, usually a document, which the undo manager works for.
93 …it will not be directly accessible at the Undo manager, not appear in any user interface, and cann…
122 manager, not appear in any user interface, and cannot be separately undone or re-done.</p>
164 …<p>The Undo manager takes ownership of any actions pushed onto the undo stack. This means that if …
165 …action is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> …
169 …<p>If the Undo manager is <a href="#locking">locked</a> at the moment the method is called, the ca…
195 of the undo manager will have been cleared.
220 of the undo manager will have been cleared.
299 /** resets the Undo manager
302 <ul><li>remove all locks from the undo manager</li>