Lines Matching refs:aDestIdx

3173     SwIndex aDestIdx( &rDestNd, rDestNd.GetTxt().Len() );  in GetExpandTxt()  local
3175 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()
3237 aDestIdx++; // dahinter einfuegen; in GetExpandTxt()
3238 rDestNd.InsertText( aExpand, aDestIdx ); in GetExpandTxt()
3239 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3242 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3263 aDestIdx++; // insert behind in GetExpandTxt()
3268 aDestIdx.GetIndex(), in GetExpandTxt()
3269 aDestIdx.GetIndex() ); in GetExpandTxt()
3270 … rDestNd.InsertText( sExpand, aDestIdx, IDocumentContentOperations::INS_EMPTYEXPAND); in GetExpandTxt()
3271 aDestIdx = nInsPos + nAttrStartIdx; in GetExpandTxt()
3275 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3281 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3290 aDestIdx = nDestStt; in GetExpandTxt()
3291 rDestNd.InsertText( GetNumString(), aDestIdx ); in GetExpandTxt()
3296 aDestIdx = 0; in GetExpandTxt()
3297 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt()
3299 if ( cChar == rDestNd.GetTxt().GetChar( aDestIdx.GetIndex() ) ) in GetExpandTxt()
3301 xub_StrLen nIndex = aDestIdx.GetIndex(); in GetExpandTxt()
3305 rDestNd.EraseText( aDestIdx, nIndex - aDestIdx.GetIndex() ); in GetExpandTxt()
3308 ++aDestIdx; in GetExpandTxt()