LibreOffice Module sw (master) 1
Functions
flycnt.cxx File Reference
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <svx/swframetypes.hxx>
#include <pagefrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <doc.hxx>
#include <pam.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <frmtool.hxx>
#include <dflyobj.hxx>
#include <fmtanchr.hxx>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
#include <fmtsrnd.hxx>
#include <txatbase.hxx>
#include <tabfrm.hxx>
#include <flyfrms.hxx>
#include <crstate.hxx>
#include <sectfrm.hxx>
#include <tocntntanchoredobjectposition.hxx>
#include <sortedobjs.hxx>
#include <layouter.hxx>
#include "objectformattertxtfrm.hxx"
#include <HandleAnchorNodeChg.hxx>
#include <ndtxt.hxx>
#include <textboxhelper.hxx>
#include <fmtfollowtextflow.hxx>
#include <unoprnms.hxx>
#include <rootfrm.hxx>
#include <bodyfrm.hxx>
Include dependency graph for flycnt.cxx:

Go to the source code of this file.

Functions

static const SwFramelcl_CalcDownDist (SwDistance &rRet, const Point &rPt, const SwContentFrame *pCnt)
 
static sal_uInt64 lcl_FindCntDiff (const Point &rPt, const SwLayoutFrame *pLay, const SwContentFrame *&rpCnt, const bool bBody, const bool bFootnote)
 
static const SwContentFramelcl_FindCnt (const Point &rPt, const SwContentFrame *pCnt, const bool bBody, const bool bFootnote)
 
static void lcl_PointToPrt (Point &rPoint, const SwFrame *pFrame)
 
const SwContentFrameFindAnchor (const SwFrame *pOldAnch, const Point &rNew, const bool bBodyOnly)
 Searches an anchor for paragraph bound objects starting from pOldAnch. More...
 

Function Documentation

◆ FindAnchor()

const SwContentFrame * FindAnchor ( const SwFrame pOldAnch,
const Point rNew,
const bool  bBodyOnly 
)

◆ lcl_CalcDownDist()

static const SwFrame * lcl_CalcDownDist ( SwDistance &  rRet,
const Point rPt,
const SwContentFrame pCnt 
)
static

◆ lcl_FindCnt()

static const SwContentFrame * lcl_FindCnt ( const Point rPt,
const SwContentFrame pCnt,
const bool  bBody,
const bool  bFootnote 
)
static

◆ lcl_FindCntDiff()

static sal_uInt64 lcl_FindCntDiff ( const Point rPt,
const SwLayoutFrame pLay,
const SwContentFrame *&  rpCnt,
const bool  bBody,
const bool  bFootnote 
)
static

◆ lcl_PointToPrt()

static void lcl_PointToPrt ( Point rPoint,
const SwFrame pFrame 
)
static