LibreOffice Module sw (master) 1
|
#include "objectformattertxtfrm.hxx"
#include <sortedobjs.hxx>
#include <rootfrm.hxx>
#include <anchoredobject.hxx>
#include <txtfrm.hxx>
#include <pagefrm.hxx>
#include <rowfrm.hxx>
#include <layouter.hxx>
#include <fmtanchr.hxx>
#include <fmtwrapinfluenceonobjpos.hxx>
#include <fmtfollowtextflow.hxx>
#include <layact.hxx>
#include <flyfrm.hxx>
#include <ftnfrm.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
static SwRowFrame const * | FindTopLevelRowFrame (SwFrame const *const pFrame) |
static SwContentFrame const * | FindFrameInBody (SwAnchoredObject const &rAnchored) |
static void | CleanupEmptyFootnoteFrame (SwFrame *pLowerFrame) |
static void | lcl_FormatContentOfLayoutFrame (SwLayoutFrame *pLayFrame, SwFrame *pLastLowerFrame=nullptr) |
|
static |
Definition at line 757 of file objectformattertxtfrm.cxx.
References SwFrame::Cut(), SwFrame::DestroyFrame(), SwFrame::GetLower(), SwFrame::GetNext(), SwFootnoteFrame::IsBackMoveLocked(), and SwFrame::IsFootnoteContFrame().
Referenced by lcl_FormatContentOfLayoutFrame().
|
static |
Definition at line 585 of file objectformattertxtfrm.cxx.
References SwFrame::FindFlyFrame(), SwFrame::FindFooterOrHeader(), SwFrame::FindFootnoteFrame(), FindFrameInBody(), SwAnchoredObject::GetAnchorFrame(), SwFootnoteFrame::GetRef(), SwFrame::IsContentFrame(), SwFrame::IsInDocBody(), SwFrame::IsInFly(), SwFrame::IsInFootnote(), and SwFrame::IsPageFrame().
Referenced by SwObjectFormatterTextFrame::CheckMovedFwdCondition(), and FindFrameInBody().
|
static |
Definition at line 574 of file objectformattertxtfrm.cxx.
References SwFrame::FindRowFrame(), SwFrame::GetUpper(), and SwFrame::IsInTab().
Referenced by SwObjectFormatterTextFrame::CheckMovedFwdCondition().
|
static |
Definition at line 784 of file objectformattertxtfrm.cxx.
References SwFrame::Calc(), CleanupEmptyFootnoteFrame(), SwRootFrame::GetCurrShell(), SwFrame::GetLower(), SwFrame::GetNext(), SwViewShell::GetOut(), SwFrame::getRootFrame(), SwFrame::IsLayoutFrame(), and lcl_FormatContentOfLayoutFrame().
Referenced by SwObjectFormatterTextFrame::FormatAnchorFrameAndItsPrevs(), and lcl_FormatContentOfLayoutFrame().