Lines Matching refs:SvgStyleAttributes
183 void SvgStyleAttributes::readStyle(const rtl::OUString& rCandidate) in readStyle()
215 const SvgStyleAttributes* SvgStyleAttributes::getParentStyle() const in getParentStyle()
230 void SvgStyleAttributes::add_text( in add_text()
306 void SvgStyleAttributes::add_fillGradient( in add_fillGradient()
444 void SvgStyleAttributes::add_fillPatternTransform( in add_fillPatternTransform()
479 void SvgStyleAttributes::add_fillPattern( in add_fillPattern()
570 void SvgStyleAttributes::add_fill( in add_fill()
627 void SvgStyleAttributes::add_stroke( in add_stroke()
749 bool SvgStyleAttributes::prepare_singleMarker( in prepare_singleMarker()
839 void SvgStyleAttributes::add_markers( in add_markers()
1022 void SvgStyleAttributes::add_path( in add_path()
1087 void SvgStyleAttributes::add_postProcess( in add_postProcess()
1161 SvgStyleAttributes::SvgStyleAttributes(SvgNode& rOwner) in SvgStyleAttributes() function in svgio::svgreader::SvgStyleAttributes
1210 const SvgStyleAttributes* pParentStyle = getParentStyle(); in SvgStyleAttributes()
1219 SvgStyleAttributes::~SvgStyleAttributes() in ~SvgStyleAttributes()
1223 …void SvgStyleAttributes::parseStyleAttribute(const rtl::OUString& /* rTokenName */, SVGToken aSVGT… in parseStyleAttribute()
1884 bool SvgStyleAttributes::isFillSet() const in isFillSet()
1898 const basegfx::BColor* SvgStyleAttributes::getFill() const in getFill()
1919 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFill()
1930 const basegfx::BColor* SvgStyleAttributes::getStroke() const in getStroke()
1949 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStroke()
1960 const basegfx::BColor& SvgStyleAttributes::getStopColor() const in getStopColor()
1972 const SvgGradientNode* SvgStyleAttributes::getSvgGradientNodeFill() const in getSvgGradientNodeFill()
1984 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeFill()
1995 const SvgGradientNode* SvgStyleAttributes::getSvgGradientNodeStroke() const in getSvgGradientNodeStroke()
2007 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeStroke()
2018 const SvgPatternNode* SvgStyleAttributes::getSvgPatternNodeFill() const in getSvgPatternNodeFill()
2030 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgPatternNodeFill()
2041 const SvgPatternNode* SvgStyleAttributes::getSvgPatternNodeStroke() const in getSvgPatternNodeStroke()
2053 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgPatternNodeStroke()
2064 SvgNumber SvgStyleAttributes::getStrokeWidth() const in getStrokeWidth()
2075 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeWidth()
2086 SvgNumber SvgStyleAttributes::getStopOpacity() const in getStopOpacity()
2097 SvgNumber SvgStyleAttributes::getFillOpacity() const in getFillOpacity()
2108 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFillOpacity()
2119 FillRule SvgStyleAttributes::getFillRule() const in getFillRule()
2126 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFillRule()
2137 const SvgNumberVector& SvgStyleAttributes::getStrokeDasharray() const in getStrokeDasharray()
2149 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeDasharray()
2160 SvgNumber SvgStyleAttributes::getStrokeDashOffset() const in getStrokeDashOffset()
2167 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeDashOffset()
2178 StrokeLinecap SvgStyleAttributes::getStrokeLinecap() const in getStrokeLinecap()
2185 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeLinecap()
2196 StrokeLinejoin SvgStyleAttributes::getStrokeLinejoin() const in getStrokeLinejoin()
2203 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeLinejoin()
2214 SvgNumber SvgStyleAttributes::getStrokeMiterLimit() const in getStrokeMiterLimit()
2221 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeMiterLimit()
2232 SvgNumber SvgStyleAttributes::getStrokeOpacity() const in getStrokeOpacity()
2239 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeOpacity()
2250 const SvgStringVector& SvgStyleAttributes::getFontFamily() const in getFontFamily()
2257 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontFamily()
2268 SvgNumber SvgStyleAttributes::getFontSize() const in getFontSize()
2277 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontSize()
2293 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontSize()
2304 FontStretch SvgStyleAttributes::getFontStretch() const in getFontStretch()
2314 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontStretch()
2336 FontStyle SvgStyleAttributes::getFontStyle() const in getFontStyle()
2343 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontStyle()
2354 FontWeight SvgStyleAttributes::getFontWeight() const in getFontWeight()
2364 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontWeight()
2386 TextAlign SvgStyleAttributes::getTextAlign() const in getTextAlign()
2393 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextAlign()
2404 … const SvgStyleAttributes* SvgStyleAttributes::getTextDecorationDefiningSvgStyleAttributes() const in getTextDecorationDefiningSvgStyleAttributes()
2411 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextDecorationDefiningSvgStyleAttributes()
2422 TextDecoration SvgStyleAttributes::getTextDecoration() const in getTextDecoration()
2424 const SvgStyleAttributes* pDefining = getTextDecorationDefiningSvgStyleAttributes(); in getTextDecoration()
2437 TextAnchor SvgStyleAttributes::getTextAnchor() const in getTextAnchor()
2444 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextAnchor()
2455 const basegfx::BColor* SvgStyleAttributes::getColor() const in getColor()
2471 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getColor()
2482 rtl::OUString SvgStyleAttributes::getMarkerStartXLink() const in getMarkerStartXLink()
2489 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerStartXLink()
2499 const SvgMarkerNode* SvgStyleAttributes::accessMarkerStartXLink() const in accessMarkerStartXLink()
2507 …const_cast< SvgStyleAttributes* >(this)->mpMarkerStartXLink = dynamic_cast< const SvgMarkerNode* >… in accessMarkerStartXLink()
2514 rtl::OUString SvgStyleAttributes::getMarkerMidXLink() const in getMarkerMidXLink()
2521 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerMidXLink()
2531 const SvgMarkerNode* SvgStyleAttributes::accessMarkerMidXLink() const in accessMarkerMidXLink()
2539 …const_cast< SvgStyleAttributes* >(this)->mpMarkerMidXLink = dynamic_cast< const SvgMarkerNode* >(m… in accessMarkerMidXLink()
2546 rtl::OUString SvgStyleAttributes::getMarkerEndXLink() const in getMarkerEndXLink()
2553 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerEndXLink()
2563 const SvgMarkerNode* SvgStyleAttributes::accessMarkerEndXLink() const in accessMarkerEndXLink()
2571 …const_cast< SvgStyleAttributes* >(this)->mpMarkerEndXLink = dynamic_cast< const SvgMarkerNode* >(m… in accessMarkerEndXLink()
2578 SvgNumber SvgStyleAttributes::getBaselineShiftNumber() const in getBaselineShiftNumber()
2583 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getBaselineShiftNumber()