Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx3162 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()
3268 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3277 aDestIdx = nDestStt; in GetExpandTxt()
3283 aDestIdx = 0; in GetExpandTxt()
3284 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt()
3292 rDestNd.EraseText( aDestIdx, nIndex - aDestIdx.GetIndex() ); in GetExpandTxt()
[all …]
/aoo4110/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 153 milliseconds