Searched refs:rSvgStyleAttributes (Results 1 – 4 of 4) sorted by relevance
241 const SvgStyleAttributes& rSvgStyleAttributes) const in createSimpleTextPrimitive()251 rtl::OUString aFontFamily = rSvgStyleAttributes.getFontFamily().empty() ? in createSimpleTextPrimitive()253 rSvgStyleAttributes.getFontFamily()[0]; in createSimpleTextPrimitive()264 … const ::FontWeight nFontWeight(getVclFontWeight(rSvgStyleAttributes.getFontWeight())); in createSimpleTextPrimitive()267 …bool bItalic(FontStyle_italic == rSvgStyleAttributes.getFontStyle() || FontStyle_oblique == rSvgSt… in createSimpleTextPrimitive()286 double fFontWidth(rSvgStyleAttributes.getFontSize().solve(*this, length)); in createSimpleTextPrimitive()359 TextAlign aTextAlign(rSvgStyleAttributes.getTextAlign()); in createSimpleTextPrimitive()362 if(TextAnchor_notset != rSvgStyleAttributes.getTextAnchor()) in createSimpleTextPrimitive()364 switch(rSvgStyleAttributes.getTextAnchor()) in createSimpleTextPrimitive()412 const BaselineShift aBaselineShift(rSvgStyleAttributes.getBaselineShift()); in createSimpleTextPrimitive()[all …]
87 …vgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes) in addSvgStyleAttributesToMapper() argument91 maIdStyleTokenMapperList.insert(IdStyleTokenValueType(rStr, &rSvgStyleAttributes)); in addSvgStyleAttributesToMapper()
155 const SvgStyleAttributes& rSvgStyleAttributes) const;159 const SvgStyleAttributes& rSvgStyleAttributes) const;
70 …gStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes);