Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ascii/
H A Dparasc.cxx293 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars() local
294 if (RTL_TEXTENCODING_UCS2 != currentCharSet) in ReadChars()
296 if( currentCharSet == RTL_TEXTENCODING_DONTKNOW ) in ReadChars()
297 currentCharSet = RTL_TEXTENCODING_ASCII_US; in ReadChars()
298 hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); in ReadChars()
307 rInput.StartReadingUnicodeText( currentCharSet ); in ReadChars()

Completed in 6 milliseconds