Lines Matching refs:member
60 … calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
61 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by
62 <member>leaveUndoContext</member>.</p>
66 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and
67 …<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo a…
80 …<p><member scope="com::sun::star::container">XChild::setParent</member> is not supported, and will…
92 …all to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
96 …<member>enterHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</m…
108 …<ul><li>Calling <member>undo</member> when the top-element is a hidden undo action will transparen…
110 … <li>Calling <member>redo</member> when the top-element is a hidden action will transparently
120 … <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
123 …<p>Undo contexts can be nested, i.e. it is legitimate to call <member>enterUndoContext</member> and
124 …nterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</member> inbe…
136 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively
137 <member>enterHiddenUndoContext</member>.
141 listeners will be notified via <member>XUndoManagerListener::cancelledContext</member>.</p>
144 and listeners will be notified via <member>XUndoManagerListener::leftContext</member> resp.
145 <member>XUndoManagerListener::leftHiddenContext</member></p>
161 …on is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> resp.
162 …<member>clearRedo</member>), it will be disposed, as long as it supports the <member scope="com::s…
179 … <ul><li>invoke <member>XUndoAction::undo</member> on the top-most action of the undo stack</li>
190 …if the invocation of <member>XUndoAction::undo</member> raised this exception. In this case, the u…
204 … <ul><li>invoke <member>XUndoAction::redo</member> on the top-most action of the redo stack</li>
215 …if the invocation of <member>XUndoAction::redo</member> raised this exception. In this case, the r…
225 /** determines whether <member>undo</member> can reasonably be expected to succeed.
233 /** determines whether <member>redo</member> can reasonably be expected to succeed.
305 will be no single <member>XUndoManagerListener::allActionsCleared</member>,
306 …<member>XUndoManagerListener::leftContext</member>, etc., notifications. Instead, listeners will be
307 … notified of the reset by calling their <member>XUndoManagerListener::resetAll</member> method.</p>