Home
last modified time | relevance | path

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

/aoo42x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1220 maFontWeight(FontWeight_notset), in SvgStyleAttributes()
2395 if(maFontWeight != FontWeight_notset) in getFontWeight()
2397 if(FontWeight_bolder != maFontWeight && FontWeight_lighter != maFontWeight) in getFontWeight()
2399 return maFontWeight; in getFontWeight()
2409 if(FontWeight_bolder == maFontWeight) in getFontWeight()
2413 else if(FontWeight_lighter == maFontWeight) in getFontWeight()
/aoo42x/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx185 FontWeight maFontWeight; member in svgio::svgreader::SvgStyleAttributes
387 …void setFontWeight(const FontWeight aFontWeight = FontWeight_notset) { maFontWeight = aFontWeight;… in setFontWeight()
/aoo42x/main/cppcanvas/inc/cppcanvas/
H A Drenderer.hxx130 ::boost::optional< sal_Int8 > maFontWeight;
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx880 rParms.mrParms.maFontWeight.is_initialized() ? in createFont()
881 *rParms.mrParms.maFontWeight : in createFont()
3040 rParams.maFontWeight.is_initialized() || in ImplRenderer()
/aoo42x/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx148 aParms.maFontWeight = in prefetch()

Completed in 67 milliseconds