LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <o3tl/safeint.hxx>
#include <svx/svdpage.hxx>
#include <osl/diagnose.h>
#include <drawdoc.hxx>
#include <fmtpdsc.hxx>
#include <swtable.hxx>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <dflyobj.hxx>
#include <frmtool.hxx>
#include "virtoutp.hxx"
#include <notxtfrm.hxx>
#include <pagedesc.hxx>
#include <viewimp.hxx>
#include <hints.hxx>
#include <viewopt.hxx>
#include <set>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <DocumentLayoutManager.hxx>
#include <DocumentRedlineManager.hxx>
#include <ndindex.hxx>
Go to the source code of this file.
Functions | |
static tools::Long | FirstMinusSecond (tools::Long nFirst, tools::Long nSecond) |
static tools::Long | SecondMinusFirst (tools::Long nFirst, tools::Long nSecond) |
static tools::Long | SwIncrement (tools::Long nA, tools::Long nAdd) |
static tools::Long | SwDecrement (tools::Long nA, tools::Long nSub) |
void | FrameInit () |
void | FrameFinit () |
void | SetShell (SwViewShell *pSh) |
void | InitCurrShells (SwRootFrame *pRoot) |
Variables | |
static SwRectFnCollection | aHorizontal |
static SwRectFnCollection | aVertical |
static SwRectFnCollection | aVerticalLeftToRight |
static SwRectFnCollection | aVerticalLeftToRightBottomToTop |
This is the same as horizontal, but rotated counter-clockwise by 90 degrees. More... | |
SwRectFn | fnRectHori = &aHorizontal |
SwRectFn | fnRectVert = &aVertical |
SwRectFn | fnRectVertL2R = &aVerticalLeftToRight |
SwRectFn | fnRectVertL2RB2T = &aVerticalLeftToRightBottomToTop |
|
static |
Definition at line 53 of file newfrm.cxx.
void FrameFinit | ( | ) |
Definition at line 307 of file newfrm.cxx.
void FrameInit | ( | ) |
Definition at line 296 of file newfrm.cxx.
void InitCurrShells | ( | SwRootFrame * | pRoot | ) |
Definition at line 390 of file newfrm.cxx.
|
static |
Definition at line 55 of file newfrm.cxx.
void SetShell | ( | SwViewShell * | pSh | ) |
Definition at line 353 of file newfrm.cxx.
Referenced by SwFootNoteOptionDlg::PageCreated(), SwFrameDlg::PageCreated(), SwTableTabDlg::PageCreated(), and SwFEShell::ShellGetFocus().
|
static |
Definition at line 59 of file newfrm.cxx.
|
static |
Definition at line 57 of file newfrm.cxx.
|
static |
Definition at line 62 of file newfrm.cxx.
|
static |
Definition at line 117 of file newfrm.cxx.
Referenced by SwFEShell::ImpEndCreate().
|
static |
Definition at line 172 of file newfrm.cxx.
|
static |
This is the same as horizontal, but rotated counter-clockwise by 90 degrees.
This means logical top is physical left, bottom is right, left is bottom, finally right is top. Values map from logical to physical.
Definition at line 232 of file newfrm.cxx.
SwRectFn fnRectHori = &aHorizontal |
Definition at line 287 of file newfrm.cxx.
Referenced by SwLayoutFrame::AdjustColumns(), SwFrame::ChgSize(), SwLayoutFrame::Format(), SwFrame::GetPaintArea(), lcl_CalcBorderRect(), SwLayoutFrame::MakeAll(), SwLayoutFrame::PaintColLines(), SwLayoutFrame::Paste(), SwRectFnSet::Refresh(), SwRectFnSet::SwRectFnSet(), and SwFrame::UnionFrame().
Definition at line 288 of file newfrm.cxx.
SwRectFn fnRectVertL2R = &aVerticalLeftToRight |
Definition at line 289 of file newfrm.cxx.
SwRectFn fnRectVertL2RB2T = &aVerticalLeftToRightBottomToTop |
Definition at line 290 of file newfrm.cxx.