LibreOffice Module sw (master) 1
Functions
fltshell.cxx File Reference
#include <memory>
#include <sal/config.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <cstddef>
#include <hintids.hxx>
#include <hints.hxx>
#include <svl/cintitem.hxx>
#include <svl/stritem.hxx>
#include <fmtanchr.hxx>
#include <fmtfld.hxx>
#include <redline.hxx>
#include <pam.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentMarkAccess.hxx>
#include <ndtxt.hxx>
#include <fldbas.hxx>
#include <docufld.hxx>
#include <txtfld.hxx>
#include <tox.hxx>
#include <expfld.hxx>
#include <bookmark.hxx>
#include <fltshell.hxx>
#include <rdfhelper.hxx>
#include <utility>
Include dependency graph for fltshell.cxx:

Go to the source code of this file.

Functions

static SwContentNodeGetContentNode (SwDoc &rDoc, SwPosition &rPos, bool bNext)
 
static OUString lcl_getTypePath (OUString &rType)
 
static bool MakePoint (const SwFltStackEntry &rEntry, SwDoc &rDoc, SwPaM &rRegion)
 
static bool MakeBookRegionOrPoint (const SwFltStackEntry &rEntry, SwDoc &rDoc, SwPaM &rRegion)
 
static bool IterateNumrulePiece (const SwPosition &rEnd, SwNodeIndex &rTmpStart, SwNodeIndex &rTmpEnd)
 
void UpdatePageDescs (SwDoc &rDoc, size_t nInPageDescOffset)
 

Function Documentation

◆ GetContentNode()

static SwContentNode * GetContentNode ( SwDoc rDoc,
SwPosition rPos,
bool  bNext 
)
static

◆ IterateNumrulePiece()

static bool IterateNumrulePiece ( const SwPosition rEnd,
SwNodeIndex rTmpStart,
SwNodeIndex rTmpEnd 
)
static

◆ lcl_getTypePath()

static OUString lcl_getTypePath ( OUString &  rType)
static

Definition at line 67 of file fltshell.cxx.

Referenced by SwFltControlStack::SetAttrInDoc().

◆ MakeBookRegionOrPoint()

static bool MakeBookRegionOrPoint ( const SwFltStackEntry rEntry,
SwDoc rDoc,
SwPaM rRegion 
)
static

◆ MakePoint()

static bool MakePoint ( const SwFltStackEntry rEntry,
SwDoc rDoc,
SwPaM rRegion 
)
static

◆ UpdatePageDescs()

void UpdatePageDescs ( SwDoc rDoc,
size_t  nInPageDescOffset 
)