/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/** Undo/redo a modification of an annotation - change of annotation data */ class UndoAnnotation : public SdrUndoAction
{ public: explicit UndoAnnotation(Annotation& rAnnotation)
: SdrUndoAction(*rAnnotation.GetModel())
, mrAnnotation(rAnnotation)
{
maUndoData.get(mrAnnotation);
}
void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell,
Annotation& rAnnotation)
{ // callbacks only if tiled annotations are explicitly turned off by LOK client if (!comphelper::LibreOfficeKit::isActive() || comphelper::LibreOfficeKit::isTiledAnnotations()) return;
void LOKCommentNotifyAll(CommentNotificationType nType, Annotation& rAnnotation)
{ // callbacks only if tiled annotations are explicitly turned off by LOK client if (!comphelper::LibreOfficeKit::isActive() || comphelper::LibreOfficeKit::isTiledAnnotations()) return;
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.14Angebot
(Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-06-06)
¤
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.