Searched refs:aDestIdx (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 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() 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 …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 970 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 45 milliseconds