Home
last modified time | relevance | path

Searched refs:m_rCursor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx71 SwCursor & m_rCursor; member in SwParaSelection
78 : m_rCursor(rCursor) in SwParaSelection()
80 if (m_rCursor.HasMark()) in SwParaSelection()
82 m_rCursor.DeleteMark(); in SwParaSelection()
85 if (m_rCursor.GetPoint()->nContent != 0) in SwParaSelection()
87 m_rCursor.MovePara(fnParaCurr, fnParaStart); in SwParaSelection()
90 if (m_rCursor.GetPoint()->nContent != m_rCursor.GetCntntNode()->Len()) in SwParaSelection()
92 m_rCursor.SetMark(); in SwParaSelection()
93 m_rCursor.MovePara(fnParaCurr, fnParaEnd); in SwParaSelection()
99 if (m_rCursor.GetPoint()->nContent != 0) in ~SwParaSelection()
[all …]

Completed in 22 milliseconds