Home
last modified time | relevance | path

Searched refs:nFontWeight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx324 sal_Int32 nFontWeight; in SetFontAttr() local
352 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 …]
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx227 …float nFontWeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_WEIGHT, aDefaultFont.Weig… in translatePropertiesToItems() local
246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems()
281 …ERTY_FONT_WEIGHT, CFID_WEIGHT, *_pSet, ::com::sun::star::awt::FontWeight::DONTKNOW == nFontWeight); in translatePropertiesToItems()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx264 … const ::FontWeight nFontWeight(getVclFontWeight(rSvgStyleAttributes.getFontWeight())); in createSimpleTextPrimitive() local
276 nFontWeight, in createSimpleTextPrimitive()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx208 sal_uInt16 nFontWeight; member in OCX_FontData
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5009 *pS >> nFontWeight; in Read()

Completed in 84 milliseconds