Searched refs:wsNumPortion (Results 1 – 1 of 1) sorted by relevance
58 WideString wsNumPortion = MakeRoman(num); in GetLabelNumPortion() local59 wsNumPortion.MakeUpper(); in GetLabelNumPortion()60 return wsNumPortion; in GetLabelNumPortion()65 WideString wsNumPortion = MakeLetters(num); in GetLabelNumPortion() local66 wsNumPortion.MakeUpper(); in GetLabelNumPortion()67 return wsNumPortion; in GetLabelNumPortion()115 WideString wsNumPortion = GetLabelNumPortion(nLabelNum, bsNumberingStyle); in GetLabel() local116 label += wsNumPortion; in GetLabel()