LibreOffice Module sw (master) 1
Namespaces | Functions
pagechg.cxx File Reference
#include <config_wasm_strip.h>
#include <comphelper/lok.hxx>
#include <ndole.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <svl/itemiter.hxx>
#include <fmtfsize.hxx>
#include <fmthdft.hxx>
#include <fmtclds.hxx>
#include <fmtpdsc.hxx>
#include <fmtornt.hxx>
#include <fmtsrnd.hxx>
#include <ftninfo.hxx>
#include <frmtool.hxx>
#include <tgrditem.hxx>
#include <viewopt.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <view.hxx>
#include <edtwin.hxx>
#include <frameformats.hxx>
#include <viewimp.hxx>
#include <pagefrm.hxx>
#include <rootfrm.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <dcontact.hxx>
#include <hints.hxx>
#include <FrameControlsManager.hxx>
#include <ftnidx.hxx>
#include <bodyfrm.hxx>
#include <ftnfrm.hxx>
#include <tabfrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <layact.hxx>
#include <flyfrms.hxx>
#include <htmltbl.hxx>
#include <pagedesc.hxx>
#include <editeng/frmdiritem.hxx>
#include <sortedobjs.hxx>
#include <calbck.hxx>
#include <txtfly.hxx>
Include dependency graph for pagechg.cxx:

Go to the source code of this file.

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 

Functions

static void lcl_FormatLay (SwLayoutFrame *pLay)
 create specific Flys for this page and format generic content More...
 
static void lcl_MakeObjs (const sw::FrameFormats< sw::SpzFrameFormat * > &rSpzs, SwPageFrame *pPage)
 Create Flys or register draw objects. More...
 
void AdjustSizeChgNotify (SwRootFrame *pRoot)
 
void SetLastPage (SwPageFrame *pPage)
 
static void lcl_PrepFlyInCntRegister (SwContentFrame *pFrame)
 
bool sw::IsPageFrameEmpty (SwPageFrame const &rPage)
 check if there's content on the page that requires it to exist More...
 
static void lcl_MoveAllLowers (SwFrame *pFrame, const Point &rOffset)
 
static void lcl_MoveAllLowerObjs (SwFrame *pFrame, const Point &rOffset)
 
SwTextGridItem const * GetGridItem (SwPageFrame const *const pPage)
 
sal_uInt16 GetGridWidth (SwTextGridItem const &rG, SwDoc const &rDoc)
 

Function Documentation

◆ AdjustSizeChgNotify()

void AdjustSizeChgNotify ( SwRootFrame pRoot)

Definition at line 834 of file pagechg.cxx.

◆ GetGridItem()

SwTextGridItem const * GetGridItem ( SwPageFrame const *const  pPage)

◆ GetGridWidth()

sal_uInt16 GetGridWidth ( SwTextGridItem const &  rG,
SwDoc const &  rDoc 
)

◆ lcl_FormatLay()

static void lcl_FormatLay ( SwLayoutFrame pLay)
static

◆ lcl_MakeObjs()

static void lcl_MakeObjs ( const sw::FrameFormats< sw::SpzFrameFormat * > &  rSpzs,
SwPageFrame pPage 
)
static

◆ lcl_MoveAllLowerObjs()

static void lcl_MoveAllLowerObjs ( SwFrame pFrame,
const Point rOffset 
)
static

◆ lcl_MoveAllLowers()

static void lcl_MoveAllLowers ( SwFrame pFrame,
const Point rOffset 
)
static

◆ lcl_PrepFlyInCntRegister()

static void lcl_PrepFlyInCntRegister ( SwContentFrame pFrame)
static

◆ SetLastPage()

void SetLastPage ( SwPageFrame pPage)
inline

Definition at line 853 of file pagechg.cxx.

Referenced by SwPageFrame::Cut(), and SwPageFrame::Paste().