Searched refs:rSvgStyleAttributes (Results 1 – 4 of 4) sorted by relevance
241 const SvgStyleAttributes& rSvgStyleAttributes) const in createSimpleTextPrimitive()253 rSvgStyleAttributes.getFontFamily()[0]; in createSimpleTextPrimitive()267 …bool bItalic(FontStyle_italic == rSvgStyleAttributes.getFontStyle() || FontStyle_oblique == rSvgSt… in createSimpleTextPrimitive()359 TextAlign aTextAlign(rSvgStyleAttributes.getTextAlign()); in createSimpleTextPrimitive()362 if(TextAnchor_notset != rSvgStyleAttributes.getTextAnchor()) in createSimpleTextPrimitive()364 switch(rSvgStyleAttributes.getTextAnchor()) in createSimpleTextPrimitive()444 const basegfx::BColor aFill(rSvgStyleAttributes.getFill() in createSimpleTextPrimitive()445 ? *rSvgStyleAttributes.getFill() in createSimpleTextPrimitive()455 const TextDecoration aDeco(rSvgStyleAttributes.getTextDecoration()); in createSimpleTextPrimitive()515 const SvgStyleAttributes& rSvgStyleAttributes) const in decomposeTextWithStyle()[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);
Completed in 26 milliseconds