Lines Matching refs:sExpand
3074 XubString sExpand; in Replace0xFF() local
3076 sExpand = rFtn.GetNumStr(); in Replace0xFF()
3078 sExpand = GetDoc()->GetEndNoteInfo().aFmt. in Replace0xFF()
3081 sExpand = GetDoc()->GetFtnInfo().aFmt. in Replace0xFF()
3083 rTxt.Insert( sExpand, nPos ); in Replace0xFF()
3084 nPos = nPos + sExpand.Len(); in Replace0xFF()
3085 nEndPos = nEndPos + sExpand.Len(); in Replace0xFF()
3086 rTxtStt = rTxtStt - sExpand.Len(); in Replace0xFF()
3239 XubString sExpand; in GetExpandTxt() local
3241 sExpand = rFtn.GetNumStr(); in GetExpandTxt()
3243 sExpand = GetDoc()->GetEndNoteInfo().aFmt. in GetExpandTxt()
3246 sExpand = GetDoc()->GetFtnInfo().aFmt. in GetExpandTxt()
3248 if( sExpand.Len() ) in GetExpandTxt()
3257 … rDestNd.InsertText( sExpand, aDestIdx, IDocumentContentOperations::INS_EMPTYEXPAND); in GetExpandTxt()
3259 nInsPos = nInsPos + sExpand.Len(); in GetExpandTxt()