LibreOffice Module sw (master) 1
Functions
findfrm.cxx File Reference
#include <pagefrm.hxx>
#include <rootfrm.hxx>
#include <cellfrm.hxx>
#include <rowfrm.hxx>
#include <swtable.hxx>
#include <notxtfrm.hxx>
#include <tabfrm.hxx>
#include <sectfrm.hxx>
#include <frmatr.hxx>
#include <flyfrm.hxx>
#include <ftnfrm.hxx>
#include <txtftn.hxx>
#include <fmtftn.hxx>
#include <fmtpdsc.hxx>
#include <fmtclbl.hxx>
#include <txtfrm.hxx>
#include <bodyfrm.hxx>
#include <calbck.hxx>
#include <viewopt.hxx>
#include <ndtxt.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <IDocumentSettingAccess.hxx>
#include <formatflysplit.hxx>
#include <flyfrms.hxx>
Include dependency graph for findfrm.cxx:

Go to the source code of this file.

Functions

static const SwFramelcl_FindLayoutFrame (const SwFrame *pFrame, bool bNext)
 
static const SwFramelcl_GetLower (const SwFrame *pFrame, bool bFwd)
 
static SwFramelcl_NextFrame (SwFrame *pFrame)
 
static bool lcl_IsInSectionDirectly (const SwFrame *pUp)
 
static SwCellFramelcl_FindCorrespondingCellFrame (const SwRowFrame &rOrigRow, const SwCellFrame &rOrigCell, const SwRowFrame &rCorrRow, bool bInFollow)
 

Function Documentation

◆ lcl_FindCorrespondingCellFrame()

static SwCellFrame * lcl_FindCorrespondingCellFrame ( const SwRowFrame rOrigRow,
const SwCellFrame rOrigCell,
const SwRowFrame rCorrRow,
bool  bInFollow 
)
static

◆ lcl_FindLayoutFrame()

static const SwFrame * lcl_FindLayoutFrame ( const SwFrame pFrame,
bool  bNext 
)
static

◆ lcl_GetLower()

static const SwFrame * lcl_GetLower ( const SwFrame pFrame,
bool  bFwd 
)
static

◆ lcl_IsInSectionDirectly()

static bool lcl_IsInSectionDirectly ( const SwFrame pUp)
static
Returns
true if the frame directly sits in a section but not if it sits in a table which itself sits in a section.

Definition at line 1414 of file findfrm.cxx.

References SwFrame::FindFooterOrHeader(), SwFrame::GetUpper(), SwFrame::IsColumnFrame(), SwFrame::IsSctFrame(), and SwFrame::IsTabFrame().

Referenced by SwFrame::IsMoveable().

◆ lcl_NextFrame()

static SwFrame * lcl_NextFrame ( SwFrame pFrame)
static