Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1641 SwUnoInternalPaM aStartPam(*GetDoc()); in convertToTextFrame() local
1643 if (!::sw::XTextRangeToSwPaM(aStartPam, xStart) || in convertToTextFrame()
1695 aStartPam.DeleteMark(); in convertToTextFrame()
1696 *aStartPam.GetPoint() = aBefore; in convertToTextFrame()
1716 SwCursor aDelete(*aStartPam.GetPoint(), 0, false); in convertToTextFrame()
1740 aStartPam.SetMark(); in convertToTextFrame()
1741 *aStartPam.End() = *pEndPam->End(); in convertToTextFrame()
1746 pNewFrame->SetSelection( aStartPam ); in convertToTextFrame()
1759 new SwXTextRange(aStartPam, this); in convertToTextFrame()
1771 SwPaM aMovePam( *aStartPam.GetNode() ); in convertToTextFrame()
[all …]

Completed in 23 milliseconds