LibreOffice Module sw (master)
1
|
#include <crsrsh.hxx>
#include <doc.hxx>
#include <swcrsr.hxx>
#include <docary.hxx>
#include <fmtcntnt.hxx>
#include <viscrs.hxx>
#include "callnk.hxx"
#include <pamtyp.hxx>
#include <section.hxx>
#include <svx/srchdlg.hxx>
Go to the source code of this file.
Functions | |
bool | GotoPrevRegion (SwPaM &rCurrentCursor, SwMoveFnCollection const &fnPosRegion, bool bInReadOnly) |
bool | GotoNextRegion (SwPaM &rCurrentCursor, SwMoveFnCollection const &fnPosRegion, bool bInReadOnly) |
bool | GotoCurrRegionAndSkip (SwPaM &rCurrentCursor, SwMoveFnCollection const &fnPosRegion, bool bInReadOnly) |
bool GotoCurrRegionAndSkip | ( | SwPaM & | rCurrentCursor, |
SwMoveFnCollection const & | fnPosRegion, | ||
bool | bInReadOnly | ||
) |
Definition at line 181 of file trvlreg.cxx.
References SwIndex::Assign(), SwNode::EndOfSectionNode(), SwNode::FindSectionNode(), fnMoveBackward, SwSection::GetFormat(), SwIndex::GetIndex(), SwNodeIndex::GetNode(), SwPaM::GetNode(), SwNode::GetNodes(), SwSection::GetParent(), SwPaM::GetPoint(), SwSectionNode::GetSection(), SwSectionFormat::GetSectionNode(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwContentNode::Len(), SwPosition::nContent, and SwPosition::nNode.
Referenced by SwContentTree::ExecuteContextMenuAction(), SwWrtShell::GoEnd(), and SwWrtShell::GoStart().
bool GotoNextRegion | ( | SwPaM & | rCurrentCursor, |
SwMoveFnCollection const & | fnPosRegion, | ||
bool | bInReadOnly | ||
) |
Definition at line 106 of file trvlreg.cxx.
References SwIndex::Assign(), SwNode::FindSectionNode(), fnMoveForward, SwNode::GetNodes(), SwPaM::GetPoint(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwContentNode::Len(), SwPosition::nContent, SwPosition::nNode, and SvxSearchDialogWrapper::SetSearchLabel().
Referenced by SwTextShell::ExecMoveMisc(), and IMPL_LINK().
bool GotoPrevRegion | ( | SwPaM & | rCurrentCursor, |
SwMoveFnCollection const & | fnPosRegion, | ||
bool | bInReadOnly | ||
) |
Definition at line 31 of file trvlreg.cxx.
References SwIndex::Assign(), SwNodes::Count(), SwNode::FindSectionNode(), fnMoveForward, SwPaM::GetDoc(), SwNode::GetNodes(), SwDoc::GetNodes(), SwPaM::GetPoint(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwContentNode::Len(), SwPosition::nContent, SwPosition::nNode, and SvxSearchDialogWrapper::SetSearchLabel().
Referenced by SwTextShell::ExecMoveMisc(), and IMPL_LINK().