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()
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 …]
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);

Completed in 32 milliseconds