Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ascii/
H A Dparasc.cxx295 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars() local
296 if (RTL_TEXTENCODING_UCS2 != currentCharSet) in ReadChars()
298 if( currentCharSet == RTL_TEXTENCODING_DONTKNOW ) in ReadChars()
299 currentCharSet = RTL_TEXTENCODING_ASCII_US; in ReadChars()
300 hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); in ReadChars()
309 rInput.StartReadingUnicodeText( currentCharSet ); in ReadChars()

Completed in 12 milliseconds