LibreOffice Module sw (master)
1
|
#include <editsh.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <pam.hxx>
#include <swundo.hxx>
#include <ndtxt.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_disableShowChangesIfNeeded (SwDoc *const pDoc, const SwNode &rNode, RedlineFlags &eRedlMode) |
|
static |
Definition at line 100 of file edatmisc.cxx.
References SwDoc::getIDocumentRedlineAccess(), IDocumentRedlineAccess::GetRedlinePos(), IDocumentRedlineAccess::GetRedlineTable(), Ignore, IDocumentRedlineAccess::IsShowChanges(), IDocumentRedlineAccess::SetRedlineFlags(), ShowInsert, and SwRedlineTable::size().
Referenced by SwEditShell::SetAttrItem(), and SwEditShell::SetAttrSet().