LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
UndoManagerEvent Struct Reference

is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified. More...

import"UndoManagerEvent.idl";

Inheritance diagram for UndoManagerEvent:
EventObject

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...
 

Detailed Description

is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified.

See also
XUndoManager
XUndoManagerListener
XUndoAction
Since
OOo 3.4

Member Data Documentation

◆ UndoActionTitle

string UndoActionTitle

the title of the undo action which is described by the event

See also
XUndoAction::Title

◆ UndoContextDepth

long UndoContextDepth

denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.

See also
XUndoManager::enterUndoContext

The documentation for this struct was generated from the following file: