LibreOffice Module sw (master) 1
Functions | Variables
swcrsr.cxx File Reference
#include <hintids.hxx>
#include <editeng/protitem.hxx>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <unotools/charclass.hxx>
#include <svl/ctloptions.hxx>
#include <svl/srchitem.hxx>
#include <swmodule.hxx>
#include <fmtcntnt.hxx>
#include <swtblfmt.hxx>
#include <swcrsr.hxx>
#include <unocrsr.hxx>
#include <bookmark.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <docary.hxx>
#include <ndtxt.hxx>
#include <section.hxx>
#include <swtable.hxx>
#include <cntfrm.hxx>
#include <rootfrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <scriptinfo.hxx>
#include <crstate.hxx>
#include <docsh.hxx>
#include <viewsh.hxx>
#include <frmatr.hxx>
#include <breakit.hxx>
#include <mdiexp.hxx>
#include <strings.hrc>
#include <redline.hxx>
#include <txatbase.hxx>
#include <IDocumentMarkAccess.hxx>
#include <memory>
#include <comphelper/lok.hxx>
#include <editsh.hxx>
#include <viewopt.hxx>
Include dependency graph for swcrsr.cxx:

Go to the source code of this file.

Functions

static sal_Int32 lcl_FindSelection (SwFindParas &rParas, SwCursor *pCurrentCursor, SwMoveFnCollection const &fnMove, SwCursor *&pFndRing, SwPaM &aRegion, FindRanges eFndRngs, bool bInReadOnly, bool &bCancel)
 
static bool lcl_MakeSelFwrd (const SwNode &rSttNd, const SwNode &rEndNd, SwPaM &rPam, bool bFirst)
 
static bool lcl_MakeSelBkwrd (const SwNode &rSttNd, const SwNode &rEndNd, SwPaM &rPam, bool bFirst)
 
static OUString lcl_MaskDeletedRedlines (const SwTextNode *pTextNd)
 
static bool lcl_SeekEntry (const SwSelBoxes &rTmp, SwStartNode const *const pSrch, size_t &o_rFndPos)
 

Variables

const sal_uInt16 coSrchRplcThreshold = 60000
 

Function Documentation

◆ lcl_FindSelection()

static sal_Int32 lcl_FindSelection ( SwFindParas rParas,
SwCursor pCurrentCursor,
SwMoveFnCollection const &  fnMove,
SwCursor *&  pFndRing,
SwPaM aRegion,
FindRanges  eFndRngs,
bool  bInReadOnly,
bool &  bCancel 
)
static

◆ lcl_MakeSelBkwrd()

static bool lcl_MakeSelBkwrd ( const SwNode rSttNd,
const SwNode rEndNd,
SwPaM rPam,
bool  bFirst 
)
static

◆ lcl_MakeSelFwrd()

static bool lcl_MakeSelFwrd ( const SwNode rSttNd,
const SwNode rEndNd,
SwPaM rPam,
bool  bFirst 
)
static

◆ lcl_MaskDeletedRedlines()

static OUString lcl_MaskDeletedRedlines ( const SwTextNode pTextNd)
static

◆ lcl_SeekEntry()

static bool lcl_SeekEntry ( const SwSelBoxes rTmp,
SwStartNode const *const  pSrch,
size_t &  o_rFndPos 
)
static

Variable Documentation

◆ coSrchRplcThreshold

const sal_uInt16 coSrchRplcThreshold = 60000

Definition at line 64 of file swcrsr.cxx.

Referenced by lcl_FindSelection().