Searched refs:nTxtStartIdx (Results 1 – 1 of 1) sorted by relevance
1520 void SwTxtNode::CopyAttr( SwTxtNode *pDest, const xub_StrLen nTxtStartIdx, in CopyAttr() argument1532 if ( nTxtStartIdx < nAttrStartIdx ) in CopyAttr()1538 if ( ( *pEndIdx > nTxtStartIdx in CopyAttr()1539 || ( *pEndIdx == nTxtStartIdx in CopyAttr()1540 && nAttrStartIdx == nTxtStartIdx ) ) ) in CopyAttr()1601 xub_StrLen nTxtStartIdx = rStart.GetIndex(); in CopyText() local1615 CopyAttr( pDest, nTxtStartIdx, nDestStart ); in CopyText()1653 pDest->InsertText( m_Text.Copy( nTxtStartIdx, nLen ), rDestStart, in CopyText()1695 nTxtStartIdx = rStart.GetIndex(); in CopyText()1696 const xub_StrLen nEnd = nTxtStartIdx + nLen; in CopyText()[all …]