Searched refs:sItStr (Results 1 – 1 of 1) sorted by relevance
1098 String sItStr; in ConvertFrom() local1104 sItStr = ((const SfxStringItem*)pItem)->GetValue(); in ConvertFrom()1107 if (sItStr.Len() == 0) in ConvertFrom()1111 sItStr = ScGlobal::GetCharsetString( RTL_TEXTENCODING_IBM_437 ); in ConvertFrom()1116 ScGlobal::GetCharsetValue(sItStr)); in ConvertFrom()1238 String sItStr; in ConvertFrom() local1244 sItStr = ((const SfxStringItem*)pItem)->GetValue(); in ConvertFrom()1247 if (sItStr.Len() == 0) in ConvertFrom()1252 sItStr = ScGlobal::GetCharsetString( RTL_TEXTENCODING_IBM_850 ); in ConvertFrom()1256 ScGlobal::GetCharsetValue(sItStr), bSimpleColWidth ); in ConvertFrom()[all …]