Lines Matching refs:GetFormatIndex
1223 F_Index = GetFormatIndex( NF_TIME_HH_MMSS00, ActLnge ); in IsNumberFormat()
1225 F_Index = GetFormatIndex( NF_TIME_MMSS00, ActLnge ); in IsNumberFormat()
1228 F_Index = GetFormatIndex( NF_TIME_HH_MMSS, ActLnge ); in IsNumberFormat()
1417 nFIndex == GetFormatIndex( NF_TIME_MMSS00, eLnge ) || in IsSpecialStandardFormat()
1418 nFIndex == GetFormatIndex( NF_TIME_HH_MMSS00, eLnge ) || in IsSpecialStandardFormat()
1419 nFIndex == GetFormatIndex( NF_TIME_HH_MMSS, eLnge ) in IsSpecialStandardFormat()
1454 return GetFormatIndex( NF_TIME_HH_MMSS00, eLnge ); in GetStandardFormat()
1456 return GetFormatIndex( NF_TIME_MMSS00, eLnge ); in GetStandardFormat()
1461 return GetFormatIndex( NF_TIME_HH_MMSS, eLnge ); in GetStandardFormat()
1501 nKey = GetFormatIndex( NF_DATE_SYS_DDMMYYYY, eLang ); in GetInputLineString()
1504 nKey = GetFormatIndex( NF_DATETIME_SYS_DDMMYYYY_HHMMSS, eLang ); in GetInputLineString()
2992 sal_uInt32 SvNumberFormatter::GetFormatIndex( NfIndexTableOffset nTabOff, in GetFormatIndex() function in SvNumberFormatter