|
LibreOffice Module sw (master) 1
|
#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>Go to the source code of this file.
Functions | |
| static const SwFrame * | lcl_FindLayoutFrame (const SwFrame *pFrame, bool bNext) |
| static const SwFrame * | lcl_GetLower (const SwFrame *pFrame, bool bFwd) |
| static SwFrame * | lcl_NextFrame (SwFrame *pFrame) |
| static bool | lcl_IsInSectionDirectly (const SwFrame *pUp) |
| static SwCellFrame * | lcl_FindCorrespondingCellFrame (const SwRowFrame &rOrigRow, const SwCellFrame &rOrigCell, const SwRowFrame &rCorrRow, bool bInFollow) |
|
static |
Definition at line 1631 of file findfrm.cxx.
References SwRowFrame::GetFollowRow(), SwLayoutFrame::GetLastLower(), SwFrame::GetNext(), SwLayoutFrame::IsAnLower(), SwFrame::IsRowFrame(), lcl_FindCorrespondingCellFrame(), and SwLayoutFrame::Lower().
Referenced by SwCellFrame::GetFollowCell(), SwCellFrame::GetPreviousCell(), and lcl_FindCorrespondingCellFrame().
Definition at line 308 of file findfrm.cxx.
References SwFrame::GetNext(), SwFrame::GetPrev(), and SwFrame::IsFlyFrame().
Referenced by SwContentFrame::ImplGetNextContentFrame(), and SwFrame::ImplGetNextLayoutLeaf().
Definition at line 331 of file findfrm.cxx.
References SwFrame::IsLayoutFrame(), and Lower.
Referenced by SwContentFrame::ImplGetNextContentFrame(), and SwFrame::ImplGetNextLayoutLeaf().
|
static |
Definition at line 1414 of file findfrm.cxx.
References SwFrame::FindFooterOrHeader(), SwFrame::GetUpper(), SwFrame::IsColumnFrame(), SwFrame::IsSctFrame(), and SwFrame::IsTabFrame().
Referenced by SwFrame::IsMoveable().
Definition at line 825 of file findfrm.cxx.
References SwFrame::GetNext(), SwFrame::GetUpper(), SwFrame::IsContentFrame(), SwFrame::IsFlyFrame(), SwFrame::IsLayoutFrame(), SwFrame::IsSctFrame(), SwFrame::IsTabFrame(), Lower, and p.
Referenced by SwFrame::FindNext_().