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 SwPosition::Assign(), SwNode::EndOfSectionNode(), SwNode::FindSectionNode(), fnMoveBackward, SwPosition::GetContentIndex(), SwSection::GetFormat(), SwPosition::GetNode(), SwNode::GetNodes(), SwSection::GetParent(), SwPaM::GetPoint(), SwPaM::GetPointNode(), SwSectionNode::GetSection(), SwSectionFormat::GetSectionNode(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwContentNode::Len(), and SwPosition::SetContent().
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 SwPosition::Assign(), SwNodeIndex::Assign(), SwNodes::Count(), SwNode::EndOfSectionNode(), SwNode::FindSectionNode(), fnMoveForward, SwNodeIndex::GetIndex(), SwNodeIndex::GetNode(), SwPosition::GetNode(), SwNode::GetNodes(), SwPaM::GetPoint(), SwSectionNode::GetSection(), SwNode::GetSectionNode(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwSection::IsHiddenFlag(), SwSection::IsProtectFlag(), SwContentNode::Len(), SwPosition::SetContent(), 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 SwPosition::Assign(), SwNodeIndex::Assign(), SwNodes::Count(), SwNode::EndOfSectionNode(), SwNode::FindSectionNode(), fnMoveForward, SwPaM::GetDoc(), SwNodeIndex::GetIndex(), SwNodeIndex::GetNode(), SwPosition::GetNode(), SwDoc::GetNodes(), SwNode::GetNodes(), SwPaM::GetPoint(), SwSectionNode::GetSection(), SwNode::GetSectionNode(), SwNodes::GoNextSection(), SwNodes::GoPrevSection(), SwSection::IsHiddenFlag(), SwSection::IsProtectFlag(), SwContentNode::Len(), SwPosition::SetContent(), SvxSearchDialogWrapper::SetSearchLabel(), and SwNode::StartOfSectionNode().
Referenced by SwTextShell::ExecMoveMisc(), and IMPL_LINK().