LibreOffice Module sw (master)
1
|
#include <callnk.hxx>
Public Member Functions | |
SwCallLink (SwCursorShell &rSh) | |
~SwCallLink () COVERITY_NOEXCEPT_FALSE | |
Static Public Member Functions | |
static tools::Long | getLayoutFrame (const SwRootFrame *, SwTextNode const &rNd, sal_Int32 nCntPos, bool bCalcFrame) |
Public Attributes | |
SwCursorShell & | m_rShell |
sal_uLong | m_nNode |
sal_Int32 | m_nContent |
SwNodeType | m_nNodeType |
tools::Long | m_nLeftFramePos |
bool | m_bHasSelection |
Definition at line 31 of file callnk.hxx.
|
explicit |
Definition at line 35 of file callnk.cxx.
References SwViewShell::ActionPend(), ContentMask, SwCursorShell::GetCursor(), SwIndex::GetIndex(), SwNode::GetIndex(), SwViewShell::GetLayout(), getLayoutFrame(), SwPaM::GetMark(), SwNodeIndex::GetNode(), SwNode::GetNodeType(), SwPaM::GetPoint(), SwCursorShell::GetTableCrs(), SwNode::GetTextNode(), SwCursorShell::IsTableMode(), SwNode::IsTextNode(), m_bHasSelection, m_nContent, m_nLeftFramePos, m_nNode, m_nNodeType, m_rShell, SwPosition::nContent, SwPosition::nNode, and NONE.
SwCallLink::~SwCallLink | ( | ) |
Definition at line 93 of file callnk.cxx.
References SwViewShell::ActionPend(), SwModify::Add(), assert(), Link< class, class >::Call(), SwCursorShell::CallChgLnk(), Count, SwpHints::Count(), SwTextAttr::DontExpand(), SwTextAttr::End(), SwNode::EndOfSectionIndex(), SwNode::EndOfSectionNode(), SwFrame::FindFlyFrame(), g_pBreakIt, SwpHints::Get(), SwBreakIt::GetBreakIter(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwPaM::GetContentNode(), SwCursorShell::GetCursor(), SwViewShell::GetDoc(), SwCursorShell::GetFlyMacroLnk(), SwFlyFrame::GetFormat(), SwIndex::GetIndex(), SwNodeIndex::GetIndex(), SwViewShell::GetLayout(), getLayoutFrame(), SwContentNode::getLayoutFrame(), SwPaM::GetMark(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), SwNode::GetNodeType(), SwPaM::GetPoint(), SwTextAttr::GetStart(), SwTextNode::GetSwpHints(), SwCursorShell::GetTableCrs(), SwTextNode::GetText(), SwNode::GetTextNode(), SwTextNode::HasHints(), SwPaM::HasMark(), SwCursorShell::IsTableMode(), lcl_notifyRow(), SwCursorShell::m_aChgLnk, SwCursorShell::m_bCallChgLnk, m_bHasSelection, m_nContent, m_nLeftFramePos, m_nNode, m_nNodeType, m_rShell, n, SwPosition::nContent, SwPosition::nNode, NONE, SwNode::StartOfSectionIndex(), and Text.
|
static |
Definition at line 224 of file callnk.cxx.
References SwTextFrame::GetFollow(), SwFrameAreaDefinition::getFrameArea(), SwContentNode::getLayoutFrame(), SwFlowFrame::HasFollow(), SwTextFrame::IsHiddenNow(), SwRect::Left(), SwTextFrame::MapModelToView(), and nPos.
Referenced by SwCursorShell::StartAction(), SwCallLink(), and ~SwCallLink().
bool SwCallLink::m_bHasSelection |
Definition at line 39 of file callnk.hxx.
Referenced by SwCallLink(), and ~SwCallLink().
sal_Int32 SwCallLink::m_nContent |
Definition at line 36 of file callnk.hxx.
Referenced by SwCursorShell::EndAction(), SwCallLink(), and ~SwCallLink().
tools::Long SwCallLink::m_nLeftFramePos |
Definition at line 38 of file callnk.hxx.
Referenced by SwCursorShell::EndAction(), SwCallLink(), and ~SwCallLink().
sal_uLong SwCallLink::m_nNode |
Definition at line 35 of file callnk.hxx.
Referenced by SwCursorShell::EndAction(), SwCallLink(), and ~SwCallLink().
SwNodeType SwCallLink::m_nNodeType |
Definition at line 37 of file callnk.hxx.
Referenced by SwCursorShell::EndAction(), SwCursorShell::FindValidContentNode(), SwCallLink(), and ~SwCallLink().
SwCursorShell& SwCallLink::m_rShell |
Definition at line 34 of file callnk.hxx.
Referenced by SwCallLink(), and ~SwCallLink().