LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a single (undoable) action on a document More...
import"XUndoAction.idl";
Public Member Functions | |
void | undo () raises ( ::com::sun::star::document::UndoFailedException ) |
reverts the action represented by the instance More... | |
void | redo () raises ( ::com::sun::star::document::UndoFailedException ) |
repeats the action represented by the instance, after it had previously been reverted. More... | |
Public Attributes | |
string | Title |
is the human-readable, localized description of the action. More... | |
represents a single (undoable) action on a document
void redo | ( | ) | ||
raises | ( | ::com::sun::star::document::UndoFailedException | ||
) |
repeats the action represented by the instance, after it had previously been reverted.
UndoFailedException | if repeating the action failed. In this case, the caller should assume that this is a permanent failure, and take appropriate action, such as discarding the XUndoAction instance, and any possibly depending instances. |
void undo | ( | ) | ||
raises | ( | ::com::sun::star::document::UndoFailedException | ||
) |
reverts the action represented by the instance
UndoFailedException | if reverting the action failed. In this case, the caller should assume that this is a permanent failure, and take appropriate action, such as discarding the XUndoAction instance, and any possibly depending instances. |
|
attributereadonly |
is the human-readable, localized description of the action.