Home
last modified time | relevance | path

Searched refs:rSvgStyleAttributes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx241 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 …]
H A Dsvgdocument.cxx87 …vgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes) in addSvgStyleAttributesToMapper() argument
91 maIdStyleTokenMapperList.insert(IdStyleTokenValueType(rStr, &rSvgStyleAttributes)); in addSvgStyleAttributesToMapper()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgcharacternode.hxx155 const SvgStyleAttributes& rSvgStyleAttributes) const;
159 const SvgStyleAttributes& rSvgStyleAttributes) const;
H A Dsvgdocument.hxx70 …gStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes);