LibreOffice Module sw (master) 1
|
#include <memory>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <viewopt.hxx>
#include <frmatr.hxx>
#include <frmtool.hxx>
#include <txtftn.hxx>
#include <fmtftn.hxx>
#include <ndtxt.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/keepitem.hxx>
#include <osl/diagnose.h>
#include <svx/sdtaitm.hxx>
#include <fmtfsize.hxx>
#include <fmtanchr.hxx>
#include <fmtclbl.hxx>
#include <tabfrm.hxx>
#include <ftnfrm.hxx>
#include <txtfrm.hxx>
#include <sectfrm.hxx>
#include <dbg_lay.hxx>
#include <sortedobjs.hxx>
#include <layouter.hxx>
#include <flyfrms.hxx>
#include <DocumentSettingManager.hxx>
#include <IDocumentLayoutAccess.hxx>
Go to the source code of this file.
Macros | |
#define | STOP_FLY_FORMAT 10 |
Functions | |
void | PrepareLock (SwFlowFrame *pTab) |
void | PrepareUnlock (SwFlowFrame *pTab) |
static bool | lcl_IsCalcUpperAllowed (const SwFrame &rFrame) |
static SwFrame * | lcl_Prev (SwFrame *pFrame, bool bSectPrv=true) |
static SwFrame * | lcl_NotHiddenPrev (SwFrame *pFrame) |
static void | lcl_CheckObjects (SwSortedObjs &rSortedObjs, const SwFrame *pFrame, tools::Long &rBot) |
void | ValidateSz (SwFrame *pFrame) |
void | MakeNxt (SwFrame *pFrame, SwFrame *pNxt) |
static bool | lcl_IsNextFootnoteBoss (const SwFrame *pFrame, const SwFrame *pNxt) |
This routine checks whether there are no other FootnoteBosses between the pFrame's FootnoteBoss and the pNxt's FootnoteBoss. More... | |
Variables | |
const int | cnStopFormat = 15 |
#define STOP_FLY_FORMAT 10 |
Definition at line 1197 of file calcmove.cxx.
|
static |
Definition at line 698 of file calcmove.cxx.
References FAR_AWAY, SwFrame::IsBodyFrame(), and SwFrame::IsPageFrame().
Referenced by SwPageFrame::GetContentHeight().
|
static |
Definition at line 219 of file calcmove.cxx.
References SwFrame::GetUpper(), SwFrame::IsFlyFrame(), SwFrame::IsFooterFrame(), SwFrame::IsInTab(), SwFrame::IsSctFrame(), and SwFrame::IsTabFrame().
Referenced by SwFrame::PrepareMake().
This routine checks whether there are no other FootnoteBosses between the pFrame's FootnoteBoss and the pNxt's FootnoteBoss.
Definition at line 1965 of file calcmove.cxx.
References SwFrame::FindFootnoteBossFrame(), SwFrame::GetNext(), SwFrame::GetPrev(), SwFrame::GetUpper(), and SwFrame::IsColumnFrame().
Referenced by SwContentFrame::WouldFit_().
Definition at line 516 of file calcmove.cxx.
References SwTextFrame::IsHiddenNow(), SwFrame::IsTextFrame(), and lcl_Prev().
Referenced by SwContentFrame::WouldFit_().
Definition at line 504 of file calcmove.cxx.
References SwFrame::GetPrev(), SwSectionFrame::GetSection(), SwFrame::GetUpper(), SwFrame::IsColumnFrame(), and SwFrame::IsSctFrame().
Referenced by lcl_NotHiddenPrev(), SwContentFrame::MakeAll(), and SwFrame::MakePos().
Definition at line 1902 of file calcmove.cxx.
|
inline |
Definition at line 208 of file calcmove.cxx.
Referenced by SwFrame::PrepareMake(), and SAL_LOPLUGIN_ANNOTATE().
|
inline |
Definition at line 212 of file calcmove.cxx.
Referenced by SwFrame::PrepareMake(), and SAL_LOPLUGIN_ANNOTATE().
|
inline |
Definition at line 1201 of file calcmove.cxx.
const int cnStopFormat = 15 |
Definition at line 1199 of file calcmove.cxx.
Referenced by SwContentFrame::MakeAll().