Home
last modified time | relevance | path

Searched refs:aEngTxt (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/starmath/source/
H A Ddocument.cxx888 String aEngTxt( pEditEngine->GetText( LINEEND_LF ) ); in ReplaceBadChars() local
889 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() local
922 if (GetText() != aEngTxt) in UpdateText()
923 SetText( aEngTxt ); in UpdateText()

Completed in 19 milliseconds