Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/txtnode/
H A Dndtxt.cxx3160 SwIndex aDestIdx( &rDestNd, rDestNd.GetTxt().Len() ); in GetExpandTxt() local
3162 aDestIdx = *pDestIdx; in GetExpandTxt()
3163 xub_StrLen nDestStt = aDestIdx.GetIndex(); in GetExpandTxt()
3181 rDestNd.InsertText( sTmpText, aDestIdx ); in GetExpandTxt()
3182 nLen = aDestIdx.GetIndex() - nDestStt; in GetExpandTxt()
3214 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3224 aDestIdx++; // dahinter einfuegen; in GetExpandTxt()
3225 rDestNd.InsertText( aExpand, aDestIdx ); in GetExpandTxt()
3226 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3229 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
[all …]
/AOO41X/main/sw/source/core/docnode/
H A Dndcopy.cxx970 SwIndex aDestIdx( rPos.nContent ); in CopyImpl() local
982 aDestIdx.Assign( pDestTxtNd, 0 ); in CopyImpl()
1001 aDestIdx.Assign( pDestTxtNd, pDestTxtNd->GetTxt().Len() ); in CopyImpl()
1058 pSttTxtNd->CopyText( pDestTxtNd, aDestIdx, in CopyImpl()
1157 SwIndex aDestIdx( rPos.nContent ); in CopyImpl() local
1162 aDestIdx.Assign( pDestTxtNd, 0 ); in CopyImpl()
1202 pEndTxtNd->CopyText( pDestTxtNd, aDestIdx, SwIndex( pEndTxtNd ), in CopyImpl()