svgtrefnode.cxx (e2bf1e9d) svgtrefnode.cxx (9d01bcde)
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

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

57 // read style attributes
58 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
59
60 // parse own
61 switch(aSVGToken)
62 {
63 case SVGTokenStyle:
64 {
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

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

57 // read style attributes
58 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
59
60 // parse own
61 switch(aSVGToken)
62 {
63 case SVGTokenStyle:
64 {
65 maSvgStyleAttributes.readStyle(aContent);
65 readLocalCssStyle(aContent);
66 break;
67 }
68 case SVGTokenXlinkHref:
69 {
70 const sal_Int32 nLen(aContent.getLength());
71
72 if(nLen && sal_Unicode('#') == aContent[0])
73 {

--- 21 unchanged lines hidden ---
66 break;
67 }
68 case SVGTokenXlinkHref:
69 {
70 const sal_Int32 nLen(aContent.getLength());
71
72 if(nLen && sal_Unicode('#') == aContent[0])
73 {

--- 21 unchanged lines hidden ---