LibreOffice Module sw (master) 1
Functions
trvlcol.cxx File Reference
#include <crsrsh.hxx>
#include <layfrm.hxx>
#include <cntfrm.hxx>
#include <swcrsr.hxx>
#include <viscrs.hxx>
#include "callnk.hxx"
Include dependency graph for trvlcol.cxx:

Go to the source code of this file.

Functions

SwLayoutFrameGetCurrColumn (const SwLayoutFrame *pLayFrame)
 
SwLayoutFrameGetNextColumn (const SwLayoutFrame *pLayFrame)
 
SwLayoutFrameGetPrevColumn (const SwLayoutFrame *pLayFrame)
 
SwContentFrameGetColumnStt (const SwLayoutFrame *pColFrame)
 
SwContentFrameGetColumnEnd (const SwLayoutFrame *pColFrame)
 

Function Documentation

◆ GetColumnEnd()

SwContentFrame * GetColumnEnd ( const SwLayoutFrame pColFrame)

◆ GetColumnStt()

SwContentFrame * GetColumnStt ( const SwLayoutFrame pColFrame)

◆ GetCurrColumn()

SwLayoutFrame * GetCurrColumn ( const SwLayoutFrame pLayFrame)

◆ GetNextColumn()

SwLayoutFrame * GetNextColumn ( const SwLayoutFrame pLayFrame)

Definition at line 34 of file trvlcol.cxx.

References GetCurrColumn(), and SwFrame::GetNext().

Referenced by SwWrtShell::EndOfNextColumn(), and SwWrtShell::StartOfNextColumn().

◆ GetPrevColumn()

SwLayoutFrame * GetPrevColumn ( const SwLayoutFrame pLayFrame)

Definition at line 40 of file trvlcol.cxx.

References GetCurrColumn(), and SwFrame::GetPrev().

Referenced by SwWrtShell::EndOfPrevColumn(), and SwWrtShell::StartOfPrevColumn().