svgellipsenode.cxx (9d01bcde) svgellipsenode.cxx (52cb04b8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58 }
59
60 void SvgEllipseNode::parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent)
61 {
62 // call parent
63 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent);
64
65 // read style attributes
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58 }
59
60 void SvgEllipseNode::parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent)
61 {
62 // call parent
63 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent);
64
65 // read style attributes
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false);
67
68 // parse own
69 switch(aSVGToken)
70 {
71 case SVGTokenStyle:
72 {
73 readLocalCssStyle(aContent);
74 break;

--- 98 unchanged lines hidden ---
67
68 // parse own
69 switch(aSVGToken)
70 {
71 case SVGTokenStyle:
72 {
73 readLocalCssStyle(aContent);
74 break;

--- 98 unchanged lines hidden ---