Searched refs:aEngTxt (Results 1 – 1 of 1) sorted by relevance
888 String aEngTxt( pEditEngine->GetText( LINEEND_LF ) ); in ReplaceBadChars() local889 const sal_Unicode *pEngTxt = aEngTxt.GetBuffer(); in ReplaceBadChars()890 xub_StrLen nLen = aEngTxt.Len(); in ReplaceBadChars()899 sal_Unicode *pChgTxt = aEngTxt.GetBufferAccess(); in ReplaceBadChars()906 aEngTxt.ReleaseBufferAccess( nLen ); in ReplaceBadChars()908 aText = aEngTxt; in ReplaceBadChars()921 String aEngTxt( pEditEngine->GetText( LINEEND_LF ) ); in UpdateText() local922 if (GetText() != aEngTxt) in UpdateText()923 SetText( aEngTxt ); in UpdateText()
Completed in 15 milliseconds