Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh.cxx1098 String sItStr; in ConvertFrom() local
1104 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() local
1244 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 …]