XUndoManager.idl (d5bd2f9e) | XUndoManager.idl (f55dbc43) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 58 unchanged lines hidden (view full) --- 67 Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by 68 <member>leaveUndoContext</member>.</p> 69 70 <a name="locking"></a> 71 <h3>Locking</h3> 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 action, or to 74 enter or leave an Undo context, will be silently ignored.</p> | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 58 unchanged lines hidden (view full) --- 67 Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by 68 <member>leaveUndoContext</member>.</p> 69 70 <a name="locking"></a> 71 <h3>Locking</h3> 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 action, or to 74 enter or leave an Undo context, will be silently ignored.</p> |
75 76 @since OpenOffice 3.4 |
|
75 */ 76published interface XUndoManager 77{ 78 /** allows <a href="#locking">locking</a> the undo manager. 79 */ 80 interface ::com::sun::star::util::XLockable; 81 82 /** allows accessing the component, usually a document, which the undo manager works for. --- 252 unchanged lines hidden --- | 77 */ 78published interface XUndoManager 79{ 80 /** allows <a href="#locking">locking</a> the undo manager. 81 */ 82 interface ::com::sun::star::util::XLockable; 83 84 /** allows accessing the component, usually a document, which the undo manager works for. --- 252 unchanged lines hidden --- |