Searched refs:rDestStart (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | ndtxt.hxx | 138 SwTxtNode * const pDest, const SwIndex & rDestStart, 337 const SwIndex &rDestStart, 344 inline void CutText(SwTxtNode * const pDest, const SwIndex &rDestStart, 880 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText() argument 883 CutImpl( pDest, rDestStart, rStart, nLen, true ); in CutText()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1587 const SwIndex &rDestStart, in CopyText() argument 1593 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CopyText() 1644 pDest->InsertText( m_Text.Copy( nTxtStartIdx, nLen ), rDestStart, in CopyText() 1758 ? rDestStart.GetIndex() in CopyText() 1773 ? rDestStart.GetIndex() in CopyText() 1974 void SwTxtNode::CutImpl( SwTxtNode * const pDest, const SwIndex & rDestStart, in CutImpl() argument 1990 CopyText( pDest, rDestStart, rStart, nLen); in CutImpl() 1999 CopyAttr( pDest, rStart.GetIndex(), rDestStart.GetIndex() ); in CutImpl() 2004 xub_StrLen nDestStart = rDestStart.GetIndex(); // alte Pos merken in CutImpl() 2087 Update( rDestStart, nLen, sal_False, sal_True ); in CutImpl() [all …]
|
Completed in 37 milliseconds