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) |
Definition at line 757 of file objectformattertxtfrm.cxx.
References SwFrame::Cut(), SwFrame::DestroyFrame(), SwFrame::GetLower(), SwFrame::GetNext(), and SwFrame::IsFootnoteContFrame().
Referenced by lcl_FormatContentOfLayoutFrame().
|
static |
Definition at line 585 of file objectformattertxtfrm.cxx.
References SwFrame::FindFootnoteFrame(), SwAnchoredObject::GetAnchorFrame(), and SwFootnoteFrame::GetRef().
Referenced by SwObjectFormatterTextFrame::CheckMovedFwdCondition().
|
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(), and SwFrame::IsLayoutFrame().
Referenced by SwObjectFormatterTextFrame::FormatAnchorFrameAndItsPrevs().