Searched refs:nFontWeight (Results 1 – 5 of 5) sorted by relevance
324 sal_Int32 nFontWeight; in SetFontAttr() local352 case WEIGHT_THIN: nFontWeight = 100; break; in SetFontAttr()353 case WEIGHT_ULTRALIGHT: nFontWeight = 200; break; in SetFontAttr()354 case WEIGHT_LIGHT: nFontWeight = 300; break; in SetFontAttr()355 case WEIGHT_SEMILIGHT: nFontWeight = 400; break; in SetFontAttr()356 case WEIGHT_NORMAL: nFontWeight = 400; break; in SetFontAttr()357 case WEIGHT_MEDIUM: nFontWeight = 500; break; in SetFontAttr()358 case WEIGHT_SEMIBOLD: nFontWeight = 600; break; in SetFontAttr()359 case WEIGHT_BOLD: nFontWeight = 700; break; in SetFontAttr()360 case WEIGHT_ULTRABOLD: nFontWeight = 800; break; in SetFontAttr()[all …]
227 …float nFontWeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_WEIGHT, aDefaultFont.Weig… in translatePropertiesToItems() local246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems()281 …ERTY_FONT_WEIGHT, CFID_WEIGHT, *_pSet, ::com::sun::star::awt::FontWeight::DONTKNOW == nFontWeight); in translatePropertiesToItems()
264 … const ::FontWeight nFontWeight(getVclFontWeight(rSvgStyleAttributes.getFontWeight())); in createSimpleTextPrimitive() local276 nFontWeight, in createSimpleTextPrimitive()
208 sal_uInt16 nFontWeight; member in OCX_FontData
5009 *pS >> nFontWeight; in Read()
Completed in 59 milliseconds