Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx3175 aDestIdx = *pDestIdx; in GetExpandTxt()
3176 xub_StrLen nDestStt = aDestIdx.GetIndex(); in GetExpandTxt()
3194 rDestNd.InsertText( sTmpText, aDestIdx ); in GetExpandTxt()
3195 nLen = aDestIdx.GetIndex() - nDestStt; in GetExpandTxt()
3227 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3281 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3290 aDestIdx = nDestStt; in GetExpandTxt()
3296 aDestIdx = 0; in GetExpandTxt()
3297 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt()
3305 rDestNd.EraseText( aDestIdx, nIndex - aDestIdx.GetIndex() ); in GetExpandTxt()
[all …]
/aoo42x/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()

Completed in 36 milliseconds