Searched refs:aEngTxt (Results 1 – 1 of 1) sorted by relevance
881 String aEngTxt( pEditEngine->GetText( LINEEND_LF ) ); in ReplaceBadChars() local882 const sal_Unicode *pEngTxt = aEngTxt.GetBuffer(); in ReplaceBadChars()883 xub_StrLen nLen = aEngTxt.Len(); in ReplaceBadChars()892 sal_Unicode *pChgTxt = aEngTxt.GetBufferAccess(); in ReplaceBadChars()899 aEngTxt.ReleaseBufferAccess( nLen ); in ReplaceBadChars()901 aText = aEngTxt; in ReplaceBadChars()914 String aEngTxt( pEditEngine->GetText( LINEEND_LF ) ); in UpdateText() local915 if (GetText() != aEngTxt) in UpdateText()916 SetText( aEngTxt ); in UpdateText()