/// react depending on edit mode and if no more undo is possible virtualbool Undo() override; virtualbool Redo() override;
// #i123350# virtualvoid Clear() override;
// Call for the view which starts the interactive text edit. Use link to // activate (start text edit) and empty link to reset (end text edit). On // reset all text edit actions will be removed from this undo manager to // restore the state before activation void SetEndTextEditHdl(const Link<SdrUndoManager*, void>& rLink);
// check from outside if we are inside a callback for ending text edit. This // is needed to detect inside end text edit if it is a regular one or triggered // by a last undo during text edit bool isEndTextEditTriggeredFromUndo() const { return mbEndTextEditTriggeredFromUndo; } void SetDocShell(SfxObjectShell* pDocShell);
size_t GetRedoActionCountBeforeTextEdit() const { return mnRedoActionCountBeforeTextEdit; }
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.