XUndoAction.idl (d5bd2f9e) | XUndoAction.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 --- 20 unchanged lines hidden (view full) --- 29 30//================================================================================================================== 31 32module com { module sun { module star { module document { 33 34//================================================================================================================== 35 36/** represents a single (undoable) action on a document | 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 --- 20 unchanged lines hidden (view full) --- 29 30//================================================================================================================== 31 32module com { module sun { module star { module document { 33 34//================================================================================================================== 35 36/** represents a single (undoable) action on a document |
37 @since OpenOffice 3.4 |
|
37 */ 38published interface XUndoAction 39{ 40 /** reverts the action represented by the instance 41 42 @throws UndoFailedException 43 if reverting the action failed. In this case, the caller should assume that this is a permanent failure, 44 and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any possibly --- 29 unchanged lines hidden --- | 38 */ 39published interface XUndoAction 40{ 41 /** reverts the action represented by the instance 42 43 @throws UndoFailedException 44 if reverting the action failed. In this case, the caller should assume that this is a permanent failure, 45 and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any possibly --- 29 unchanged lines hidden --- |