Searched refs:wsNumPortion (Results 1 – 1 of 1) sorted by relevance
450 CFX_WideString wsNumPortion; in _GetLabelNumPortion() local452 return wsNumPortion; in _GetLabelNumPortion()455 wsNumPortion.Format(L"%d", num); in _GetLabelNumPortion()457 wsNumPortion = _MakeRoman(num); in _GetLabelNumPortion()458 wsNumPortion.MakeUpper(); in _GetLabelNumPortion()460 wsNumPortion = _MakeRoman(num); in _GetLabelNumPortion()462 wsNumPortion = _MakeLetters(num); in _GetLabelNumPortion()463 wsNumPortion.MakeUpper(); in _GetLabelNumPortion()465 wsNumPortion = _MakeLetters(num); in _GetLabelNumPortion()467 return wsNumPortion; in _GetLabelNumPortion()[all …]