Lines Matching refs:nRetval
164 ::FontWeight nRetval(WEIGHT_NORMAL); in getVclFontWeight()
168 case FontWeight_100: nRetval = WEIGHT_ULTRALIGHT; break; in getVclFontWeight()
169 case FontWeight_200: nRetval = WEIGHT_LIGHT; break; in getVclFontWeight()
170 case FontWeight_300: nRetval = WEIGHT_SEMILIGHT; break; in getVclFontWeight()
171 case FontWeight_400: nRetval = WEIGHT_NORMAL; break; in getVclFontWeight()
172 case FontWeight_500: nRetval = WEIGHT_MEDIUM; break; in getVclFontWeight()
173 case FontWeight_600: nRetval = WEIGHT_SEMIBOLD; break; in getVclFontWeight()
174 case FontWeight_700: nRetval = WEIGHT_BOLD; break; in getVclFontWeight()
175 case FontWeight_800: nRetval = WEIGHT_ULTRABOLD; break; in getVclFontWeight()
176 case FontWeight_900: nRetval = WEIGHT_BLACK; break; in getVclFontWeight()
180 return nRetval; in getVclFontWeight()