LibreOffice Module sw (master) 1
|
#include <config_feature_desktop.h>
#include <config_wasm_strip.h>
#include <ctime>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <viewimp.hxx>
#include <crsrsh.hxx>
#include <dflyobj.hxx>
#include <frmatr.hxx>
#include <frmtool.hxx>
#include <viewopt.hxx>
#include <dbg_lay.hxx>
#include <layouter.hxx>
#include <docstat.hxx>
#include <swevent.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentStatistics.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <sfx2/event.hxx>
#include <ftnidx.hxx>
#include <vcl/svapp.hxx>
#include <editeng/opaqitem.hxx>
#include <SwSmartTagMgr.hxx>
#include <sal/log.hxx>
#include <layact.hxx>
#include <swwait.hxx>
#include <fmtsrnd.hxx>
#include <docsh.hxx>
#include <anchoreddrawobject.hxx>
#include <ndtxt.hxx>
#include <tabfrm.hxx>
#include <ftnfrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <flyfrms.hxx>
#include <mdiexp.hxx>
#include <sectfrm.hxx>
#include <acmplwrd.hxx>
#include <deletelistener.hxx>
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
#include <fntcache.hxx>
#include <fmtanchr.hxx>
#include <comphelper/scopeguard.hxx>
#include <vector>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Macros | |
#define | SHOW_IDLE(Color) |
Functions | |
static void | unlockPositionOfObjects (SwPageFrame *pPageFrame) |
static bool | lcl_IsInvaLay (const SwFrame *pFrame, tools::Long nBottom) |
static const SwFrame * | lcl_FindFirstInvaLay (const SwFrame *pFrame, tools::Long nBottom) |
static const SwFrame * | lcl_FindFirstInvaContent (const SwLayoutFrame *pLay, tools::Long nBottom, const SwContentFrame *pFirst) |
static const SwAnchoredObject * | lcl_FindFirstInvaObj (const SwPageFrame *_pPage, tools::Long _nBottom) |
#define SHOW_IDLE | ( | Color | ) |
Definition at line 2261 of file layact.cxx.
|
static |
Definition at line 920 of file layact.cxx.
References SwRect::Bottom(), SwLayoutFrame::ContainsContent(), SwFrame::GetDrawObjs(), SwFrameAreaDefinition::getFrameArea(), SwContentFrame::GetNextContentFrame(), SwLayoutFrame::IsAnLower(), SwFrame::IsCompletePaint(), SwFrameAreaDefinition::isFrameAreaDefinitionValid(), SwFrame::IsInTab(), lcl_FindFirstInvaContent(), and SwRect::Top().
Referenced by SwLayAction::IsShortCut(), lcl_FindFirstInvaContent(), and lcl_FindFirstInvaObj().
|
static |
Definition at line 898 of file layact.cxx.
References SwFrame::GetNext(), SwFrame::IsLayoutFrame(), lcl_FindFirstInvaLay(), lcl_IsInvaLay(), and Lower.
Referenced by SwLayAction::IsShortCut(), and lcl_FindFirstInvaLay().
|
static |
Definition at line 965 of file layact.cxx.
References SwFrameAreaDefinition::getFrameArea(), SwPageFrame::GetSortedObjs(), lcl_FindFirstInvaContent(), and SwRect::Top().
Referenced by SwLayAction::IsShortCut().
|
static |
Definition at line 892 of file layact.cxx.
References SwFrameAreaDefinition::getFrameArea(), SwFrame::IsCompletePaint(), SwFrameAreaDefinition::isFrameAreaDefinitionValid(), and SwRect::Top().
Referenced by lcl_FindFirstInvaLay().
|
static |
Definition at line 452 of file layact.cxx.
References SwPageFrame::GetSortedObjs().
Referenced by SwLayAction::InternalAction().