LibreOffice
LibreOffice 24.2 SDK API Reference
|
is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified. More...
import"UndoManagerEvent.idl";
Public Attributes | |
string | UndoActionTitle |
the title of the undo action which is described by the event More... | |
long | UndoContextDepth |
denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified.
string UndoActionTitle |
the title of the undo action which is described by the event
long UndoContextDepth |
denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.