Home
last modified time | relevance | path

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

/aoo42x/main/sw/inc/
H A Dndtxt.hxx142 SwTxtNode * const pDest, const SwIndex & rDestStart,
341 const SwIndex &rDestStart,
348 inline void CutText(SwTxtNode * const pDest, const SwIndex &rDestStart,
887 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText() argument
890 CutImpl( pDest, rDestStart, rStart, nLen, true ); in CutText()
/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1596 const SwIndex &rDestStart, in CopyText() argument
1602 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CopyText()
1653 pDest->InsertText( m_Text.Copy( nTxtStartIdx, nLen ), rDestStart, in CopyText()
1767 ? rDestStart.GetIndex() in CopyText()
1782 ? rDestStart.GetIndex() in CopyText()
1983 void SwTxtNode::CutImpl( SwTxtNode * const pDest, const SwIndex & rDestStart, in CutImpl() argument
1999 CopyText( pDest, rDestStart, rStart, nLen); in CutImpl()
2008 CopyAttr( pDest, rStart.GetIndex(), rDestStart.GetIndex() ); in CutImpl()
2013 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CutImpl()
2096 Update( rDestStart, nLen, sal_False, sal_True ); in CutImpl()
[all …]

Completed in 36 milliseconds