Lines Matching refs:aTxt
3115 XubString aTxt( GetTxt().Copy( nIdx, nLen ) ); in GetExpandTxt() local
3117 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), sal_True ); in GetExpandTxt()
3120 aTxt.EraseAllChars( CH_TXT_ATR_INPUTFIELDSTART ); in GetExpandTxt()
3121 aTxt.EraseAllChars( CH_TXT_ATR_INPUTFIELDEND ); in GetExpandTxt()
3131 aTxt.Insert( aSpace, 0 ); in GetExpandTxt()
3133 aTxt.Insert( GetNumString(), 0 ); in GetExpandTxt()
3143 aTxt.Insert( aSpace , 0 ); in GetExpandTxt()
3144 aTxt.Insert( aSpace , 0 ); in GetExpandTxt()
3149 return aTxt; in GetExpandTxt()
3387 XubString aTxt( GetTxt().Copy( nIdx, nLen ) ); in GetRedlineTxt() local
3389 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt()
3399 aTxt.Erase( nStt - nTxtStt, nDelCnt ); in GetRedlineTxt()
3400 Replace0xFF( aTxt, nTxtStt, nStt - nTxtStt, bExpandFlds ); in GetRedlineTxt()
3406 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), bExpandFlds ); in GetRedlineTxt()
3409 aTxt.Insert( GetNumString(), 0 ); in GetRedlineTxt()
3410 return aTxt; in GetRedlineTxt()