Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx686 CharSet ScGlobal::GetCharsetValue( const String& rCharSet ) in GetCharsetValue() argument
689 if ( CharClass::isAsciiNumeric( rCharSet ) ) in GetCharsetValue()
691 sal_Int32 nVal = rCharSet.ToInt32(); in GetCharsetValue()
697 else if (rCharSet.EqualsIgnoreCaseAscii("ANSI") ) return RTL_TEXTENCODING_MS_1252; in GetCharsetValue()
698 else if (rCharSet.EqualsIgnoreCaseAscii("MAC") ) return RTL_TEXTENCODING_APPLE_ROMAN; in GetCharsetValue()
699 else if (rCharSet.EqualsIgnoreCaseAscii("IBMPC") ) return RTL_TEXTENCODING_IBM_850; in GetCharsetValue()
700 else if (rCharSet.EqualsIgnoreCaseAscii("IBMPC_437")) return RTL_TEXTENCODING_IBM_437; in GetCharsetValue()
701 else if (rCharSet.EqualsIgnoreCaseAscii("IBMPC_850")) return RTL_TEXTENCODING_IBM_850; in GetCharsetValue()
702 else if (rCharSet.EqualsIgnoreCaseAscii("IBMPC_860")) return RTL_TEXTENCODING_IBM_860; in GetCharsetValue()
703 else if (rCharSet.EqualsIgnoreCaseAscii("IBMPC_861")) return RTL_TEXTENCODING_IBM_861; in GetCharsetValue()
[all …]
/aoo41x/main/sc/inc/
H A Dglobal.hxx707 static CharSet GetCharsetValue( const String& rCharSet );

Completed in 65 milliseconds