LibreOffice Module sw (master) 1
Macros | Functions
layact.cxx File Reference
#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>
Include dependency graph for layact.cxx:

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 SwFramelcl_FindFirstInvaLay (const SwFrame *pFrame, tools::Long nBottom)
 
static const SwFramelcl_FindFirstInvaContent (const SwLayoutFrame *pLay, tools::Long nBottom, const SwContentFrame *pFirst)
 
static const SwAnchoredObjectlcl_FindFirstInvaObj (const SwPageFrame *_pPage, tools::Long _nBottom)
 

Macro Definition Documentation

◆ SHOW_IDLE

#define SHOW_IDLE (   Color)

Definition at line 2261 of file layact.cxx.

Function Documentation

◆ lcl_FindFirstInvaContent()

static const SwFrame * lcl_FindFirstInvaContent ( const SwLayoutFrame pLay,
tools::Long  nBottom,
const SwContentFrame pFirst 
)
static

◆ lcl_FindFirstInvaLay()

static const SwFrame * lcl_FindFirstInvaLay ( const SwFrame pFrame,
tools::Long  nBottom 
)
static

◆ lcl_FindFirstInvaObj()

static const SwAnchoredObject * lcl_FindFirstInvaObj ( const SwPageFrame _pPage,
tools::Long  _nBottom 
)
static

◆ lcl_IsInvaLay()

static bool lcl_IsInvaLay ( const SwFrame pFrame,
tools::Long  nBottom 
)
static

◆ unlockPositionOfObjects()

static void unlockPositionOfObjects ( SwPageFrame pPageFrame)
static

Definition at line 452 of file layact.cxx.

References SwPageFrame::GetSortedObjs().

Referenced by SwLayAction::InternalAction().