Lines Matching refs:SvgStyleAttributes

183         void SvgStyleAttributes::readCssStyle(const rtl::OUString& rCandidate)  in readCssStyle()
250 const SvgStyleAttributes* SvgStyleAttributes::getParentStyle() const in getParentStyle()
265 void SvgStyleAttributes::add_text( in add_text()
341 void SvgStyleAttributes::add_fillGradient( in add_fillGradient()
479 void SvgStyleAttributes::add_fillPatternTransform( in add_fillPatternTransform()
514 void SvgStyleAttributes::add_fillPattern( in add_fillPattern()
605 void SvgStyleAttributes::add_fill( in add_fill()
662 void SvgStyleAttributes::add_stroke( in add_stroke()
784 bool SvgStyleAttributes::prepare_singleMarker( in prepare_singleMarker()
874 void SvgStyleAttributes::add_markers( in add_markers()
1057 void SvgStyleAttributes::add_path( in add_path()
1122 void SvgStyleAttributes::add_postProcess( in add_postProcess()
1196 SvgStyleAttributes::SvgStyleAttributes(SvgNode& rOwner) in SvgStyleAttributes() function in svgio::svgreader::SvgStyleAttributes
1245 const SvgStyleAttributes* pParentStyle = getParentStyle(); in SvgStyleAttributes()
1254 SvgStyleAttributes::~SvgStyleAttributes() in ~SvgStyleAttributes()
1258 void SvgStyleAttributes::parseStyleAttribute( in parseStyleAttribute()
1923 bool SvgStyleAttributes::isFillSet() const in isFillSet()
1937 const basegfx::BColor* SvgStyleAttributes::getFill() const in getFill()
1958 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFill()
1969 const basegfx::BColor* SvgStyleAttributes::getStroke() const in getStroke()
1988 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStroke()
1999 const basegfx::BColor& SvgStyleAttributes::getStopColor() const in getStopColor()
2011 const SvgGradientNode* SvgStyleAttributes::getSvgGradientNodeFill() const in getSvgGradientNodeFill()
2023 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeFill()
2034 const SvgGradientNode* SvgStyleAttributes::getSvgGradientNodeStroke() const in getSvgGradientNodeStroke()
2046 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgGradientNodeStroke()
2057 const SvgPatternNode* SvgStyleAttributes::getSvgPatternNodeFill() const in getSvgPatternNodeFill()
2069 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgPatternNodeFill()
2080 const SvgPatternNode* SvgStyleAttributes::getSvgPatternNodeStroke() const in getSvgPatternNodeStroke()
2092 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getSvgPatternNodeStroke()
2103 SvgNumber SvgStyleAttributes::getStrokeWidth() const in getStrokeWidth()
2114 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeWidth()
2125 SvgNumber SvgStyleAttributes::getStopOpacity() const in getStopOpacity()
2136 SvgNumber SvgStyleAttributes::getFillOpacity() const in getFillOpacity()
2147 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFillOpacity()
2158 FillRule SvgStyleAttributes::getFillRule() const in getFillRule()
2165 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFillRule()
2176 const SvgNumberVector& SvgStyleAttributes::getStrokeDasharray() const in getStrokeDasharray()
2188 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeDasharray()
2199 SvgNumber SvgStyleAttributes::getStrokeDashOffset() const in getStrokeDashOffset()
2206 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeDashOffset()
2217 StrokeLinecap SvgStyleAttributes::getStrokeLinecap() const in getStrokeLinecap()
2224 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeLinecap()
2235 StrokeLinejoin SvgStyleAttributes::getStrokeLinejoin() const in getStrokeLinejoin()
2242 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeLinejoin()
2253 SvgNumber SvgStyleAttributes::getStrokeMiterLimit() const in getStrokeMiterLimit()
2260 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeMiterLimit()
2271 SvgNumber SvgStyleAttributes::getStrokeOpacity() const in getStrokeOpacity()
2278 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getStrokeOpacity()
2289 const SvgStringVector& SvgStyleAttributes::getFontFamily() const in getFontFamily()
2296 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontFamily()
2307 SvgNumber SvgStyleAttributes::getFontSize() const in getFontSize()
2316 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontSize()
2332 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontSize()
2343 FontStretch SvgStyleAttributes::getFontStretch() const in getFontStretch()
2353 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontStretch()
2375 FontStyle SvgStyleAttributes::getFontStyle() const in getFontStyle()
2382 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontStyle()
2393 FontWeight SvgStyleAttributes::getFontWeight() const in getFontWeight()
2403 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getFontWeight()
2425 TextAlign SvgStyleAttributes::getTextAlign() const in getTextAlign()
2432 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextAlign()
2443 … const SvgStyleAttributes* SvgStyleAttributes::getTextDecorationDefiningSvgStyleAttributes() const in getTextDecorationDefiningSvgStyleAttributes()
2450 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextDecorationDefiningSvgStyleAttributes()
2461 TextDecoration SvgStyleAttributes::getTextDecoration() const in getTextDecoration()
2463 const SvgStyleAttributes* pDefining = getTextDecorationDefiningSvgStyleAttributes(); in getTextDecoration()
2476 TextAnchor SvgStyleAttributes::getTextAnchor() const in getTextAnchor()
2483 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getTextAnchor()
2494 const basegfx::BColor* SvgStyleAttributes::getColor() const in getColor()
2510 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getColor()
2521 rtl::OUString SvgStyleAttributes::getMarkerStartXLink() const in getMarkerStartXLink()
2528 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerStartXLink()
2538 const SvgMarkerNode* SvgStyleAttributes::accessMarkerStartXLink() const in accessMarkerStartXLink()
2546 …const_cast< SvgStyleAttributes* >(this)->mpMarkerStartXLink = dynamic_cast< const SvgMarkerNode* >… in accessMarkerStartXLink()
2553 rtl::OUString SvgStyleAttributes::getMarkerMidXLink() const in getMarkerMidXLink()
2560 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerMidXLink()
2570 const SvgMarkerNode* SvgStyleAttributes::accessMarkerMidXLink() const in accessMarkerMidXLink()
2578 …const_cast< SvgStyleAttributes* >(this)->mpMarkerMidXLink = dynamic_cast< const SvgMarkerNode* >(m… in accessMarkerMidXLink()
2585 rtl::OUString SvgStyleAttributes::getMarkerEndXLink() const in getMarkerEndXLink()
2592 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getMarkerEndXLink()
2602 const SvgMarkerNode* SvgStyleAttributes::accessMarkerEndXLink() const in accessMarkerEndXLink()
2610 …const_cast< SvgStyleAttributes* >(this)->mpMarkerEndXLink = dynamic_cast< const SvgMarkerNode* >(m… in accessMarkerEndXLink()
2617 SvgNumber SvgStyleAttributes::getBaselineShiftNumber() const in getBaselineShiftNumber()
2622 const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle(); in getBaselineShiftNumber()