LibreOffice Module sw (master) 1
Namespaces | Macros | Functions
DocumentRedlineManager.cxx File Reference
#include <DocumentRedlineManager.hxx>
#include <frmfmt.hxx>
#include <rootfrm.hxx>
#include <txtfrm.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <fmtfld.hxx>
#include <frmtool.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentState.hxx>
#include <redline.hxx>
#include <UndoRedline.hxx>
#include <docary.hxx>
#include <ndtxt.hxx>
#include <unocrsr.hxx>
#include <ftnidx.hxx>
#include <authfld.hxx>
#include <strings.hrc>
#include <swmodule.hxx>
#include <osl/diagnose.h>
#include <editeng/prntitem.hxx>
Include dependency graph for DocumentRedlineManager.cxx:

Go to the source code of this file.

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 

Macros

#define ERROR_PREFIX   "redline table corrupted: "
 
#define CHECK_REDLINE(pDoc)   lcl_CheckRedline( pDoc );
 

Functions

static void sw::UpdateFieldsForRedline (IDocumentFieldsAccess &rIDFA)
 
void sw::UpdateFramesForAddDeleteRedline (SwDoc &rDoc, SwPaM const &rPam)
 
void sw::UpdateFramesForRemoveDeleteRedline (SwDoc &rDoc, SwPaM const &rPam)
 

Macro Definition Documentation

◆ CHECK_REDLINE

#define CHECK_REDLINE (   pDoc)    lcl_CheckRedline( pDoc );

Definition at line 117 of file DocumentRedlineManager.cxx.

◆ ERROR_PREFIX

#define ERROR_PREFIX   "redline table corrupted: "

Definition at line 48 of file DocumentRedlineManager.cxx.