Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx319 rtl_TextEncoding ePreselectUnicode = (mbFileImport ? in ScImportAsciiDlg() local
322 if( ePreselectUnicode == RTL_TEXTENCODING_DONTKNOW && mpDatStream ) in ScImportAsciiDlg()
330 ePreselectUnicode = RTL_TEXTENCODING_UNICODE; // UTF-16 in ScImportAsciiDlg()
333 ePreselectUnicode = RTL_TEXTENCODING_UTF8; // UTF-8 in ScImportAsciiDlg()
350 ePreselectUnicode = RTL_TEXTENCODING_UNICODE; // UTF-16 in ScImportAsciiDlg()
387 aLbCharSet.SelectTextEncoding( ePreselectUnicode == RTL_TEXTENCODING_DONTKNOW ? in ScImportAsciiDlg()
388 gsl_getSystemTextEncoding() : ePreselectUnicode ); in ScImportAsciiDlg()
390 if( nCharSet >= 0 && ePreselectUnicode == RTL_TEXTENCODING_DONTKNOW ) in ScImportAsciiDlg()

Completed in 17 milliseconds