|
LibreOffice Module sw (master) 1
|
#include <crsrsh.hxx>#include <layfrm.hxx>#include <cntfrm.hxx>#include <swcrsr.hxx>#include <viscrs.hxx>#include "callnk.hxx"Go to the source code of this file.
Functions | |
| SwLayoutFrame * | GetCurrColumn (const SwLayoutFrame *pLayFrame) |
| SwLayoutFrame * | GetNextColumn (const SwLayoutFrame *pLayFrame) |
| SwLayoutFrame * | GetPrevColumn (const SwLayoutFrame *pLayFrame) |
| SwContentFrame * | GetColumnStt (const SwLayoutFrame *pColFrame) |
| SwContentFrame * | GetColumnEnd (const SwLayoutFrame *pColFrame) |
| SwContentFrame * GetColumnEnd | ( | const SwLayoutFrame * | pColFrame | ) |
Definition at line 51 of file trvlcol.cxx.
References GetColumnStt(), SwContentFrame::GetNextContentFrame(), and SwLayoutFrame::IsAnLower().
Referenced by SwWrtShell::EndOfColumn(), SwWrtShell::EndOfNextColumn(), SwWrtShell::EndOfPrevColumn(), and SwCursorShell::MoveColumn().
| SwContentFrame * GetColumnStt | ( | const SwLayoutFrame * | pColFrame | ) |
Definition at line 46 of file trvlcol.cxx.
References SwLayoutFrame::ContainsContent().
Referenced by GetColumnEnd(), SwWrtShell::StartOfColumn(), SwWrtShell::StartOfNextColumn(), and SwWrtShell::StartOfPrevColumn().
| SwLayoutFrame * GetCurrColumn | ( | const SwLayoutFrame * | pLayFrame | ) |
Definition at line 27 of file trvlcol.cxx.
References SwFrame::GetUpper(), and SwFrame::IsColumnFrame().
Referenced by SwWrtShell::EndOfColumn(), GetNextColumn(), GetPrevColumn(), and SwWrtShell::StartOfColumn().
| 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().
| 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().