Lines Matching refs:member

66 …  calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
67 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by
68 <member>leaveUndoContext</member>.</p>
72 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and
73 …<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo a…
84 …<p><member scope="com::sun::star::container">XChild::setParent</member> is not supported, and will…
96 …all to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
100 …<member>enterHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</m…
112 …<ul><li>Calling <member>undo</member> when the top-element is a hidden undo action will transparen…
114 … <li>Calling <member>redo</member> when the top-element is a hidden action will transparently
124 … <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
127 …<p>Undo contexts can be nested, i.e. it is legitimate to call <member>enterUndoContext</member> and
128 …nterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</member> inbe…
140 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively
141 <member>enterHiddenUndoContext</member>.
145 listeners will be notified via <member>XUndoManagerListener::cancelledContext</member>.</p>
148 and listeners will be notified via <member>XUndoManagerListener::leftContext</member> resp.
149 <member>XUndoManagerListener::leftHiddenContext</member></p>
165 …on is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> resp.
166 …<member>clearRedo</member>), it will be disposed, as long as it supports the <member scope="com::s…
183 … <ul><li>invoke <member>XUndoAction::undo</member> on the top-most action of the undo stack</li>
194 …if the invocation of <member>XUndoAction::undo</member> raised this exception. In this case, the u…
208 … <ul><li>invoke <member>XUndoAction::redo</member> on the top-most action of the redo stack</li>
219 …if the invocation of <member>XUndoAction::redo</member> raised this exception. In this case, the r…
229 /** determines whether <member>undo</member> can reasonably be expected to succeed.
237 /** determines whether <member>redo</member> can reasonably be expected to succeed.
309 will be no single <member>XUndoManagerListener::allActionsCleared</member>,
310 …<member>XUndoManagerListener::leftContext</member>, etc., notifications. Instead, listeners will be
311 … notified of the reset by calling their <member>XUndoManagerListener::resetAll</member> method.</p>