Lines Matching refs:aDestIdx
3160 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()
3250 aDestIdx++; // insert behind in GetExpandTxt()
3255 aDestIdx.GetIndex(), in GetExpandTxt()
3256 aDestIdx.GetIndex() ); in GetExpandTxt()
3257 … rDestNd.InsertText( sExpand, aDestIdx, IDocumentContentOperations::INS_EMPTYEXPAND); in GetExpandTxt()
3258 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3262 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3268 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3277 aDestIdx = nDestStt; in GetExpandTxt()
3278 rDestNd.InsertText( GetNumString(), aDestIdx ); in GetExpandTxt()
3283 aDestIdx = 0; in GetExpandTxt()
3284 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt()
3286 if ( cChar == rDestNd.GetTxt().GetChar( aDestIdx.GetIndex() ) ) in GetExpandTxt()
3288 xub_StrLen nIndex = aDestIdx.GetIndex(); in GetExpandTxt()
3292 rDestNd.EraseText( aDestIdx, nIndex - aDestIdx.GetIndex() ); in GetExpandTxt()
3295 ++aDestIdx; in GetExpandTxt()