LibreOffice Module sw (master) 1
Functions
ndsect.cxx File Reference
#include <config_wasm_strip.h>
#include <libxml/xmlwriter.h>
#include <hintids.hxx>
#include <osl/diagnose.h>
#include <sfx2/linkmgr.hxx>
#include <svl/itemiter.hxx>
#include <sal/log.hxx>
#include <fmtcntnt.hxx>
#include <txtftn.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentState.hxx>
#include <rootfrm.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <section.hxx>
#include <UndoSection.hxx>
#include <UndoDelete.hxx>
#include <swundo.hxx>
#include <calc.hxx>
#include <swtable.hxx>
#include <swserv.hxx>
#include <frmfmt.hxx>
#include <frmtool.hxx>
#include <ftnidx.hxx>
#include <docary.hxx>
#include <redline.hxx>
#include <sectfrm.hxx>
#include <cntfrm.hxx>
#include <node2lay.hxx>
#include <doctxm.hxx>
#include <fmtftntx.hxx>
#include <strings.hrc>
#include <viewsh.hxx>
#include <memory>
#include "ndsect.hxx"
#include <tools/datetimeutils.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for ndsect.cxx:

Go to the source code of this file.

Functions

static bool lcl_IsInSameTableBox (SwNodes const &_rNds, const SwNode &_rNd, const bool _bPrev)
 
static void lcl_CheckEmptyLayFrame (SwNodes const &rNds, SwSectionData &rSectionData, const SwNode &rStt, const SwNode &rEnd)
 
void sw_DeleteFootnote (SwSectionNode *pNd, SwNodeOffset nStt, SwNodeOffset nEnd)
 
static bool lcl_IsTOXSection (SwSectionData const &rSectionData)
 
static SwSectionFormatlcl_initParent (SwSectionNode &rThis, SwSectionFormat &rFormat)
 

Function Documentation

◆ lcl_CheckEmptyLayFrame()

static void lcl_CheckEmptyLayFrame ( SwNodes const &  rNds,
SwSectionData rSectionData,
const SwNode rStt,
const SwNode rEnd 
)
static

◆ lcl_initParent()

static SwSectionFormat & lcl_initParent ( SwSectionNode rThis,
SwSectionFormat rFormat 
)
static

◆ lcl_IsInSameTableBox()

static bool lcl_IsInSameTableBox ( SwNodes const &  _rNds,
const SwNode _rNd,
const bool  _bPrev 
)
static

◆ lcl_IsTOXSection()

static bool lcl_IsTOXSection ( SwSectionData const &  rSectionData)
static

Definition at line 763 of file ndsect.cxx.

References SwSectionData::GetType(), ToxContent, and ToxHeader.

Referenced by SwNodes::InsertTextSection().

◆ sw_DeleteFootnote()

void sw_DeleteFootnote ( SwSectionNode pNd,
SwNodeOffset  nStt,
SwNodeOffset  nEnd 
)