svgnode.cxx (175cd092) svgnode.cxx (86d02030)
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

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

205
206 if(SVGTokenStyle == aSVGToken)
207 {
208 // #122522# remember SVGTokenStyle entry
209 aSVGTokenStyleIndexes.push_back(a);
210 }
211 else
212 {
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

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

205
206 if(SVGTokenStyle == aSVGToken)
207 {
208 // #122522# remember SVGTokenStyle entry
209 aSVGTokenStyleIndexes.push_back(a);
210 }
211 else
212 {
213 parseAttribute(aTokenName, StrToSVGToken(aTokenName), xAttribs->getValueByIndex(a));
213 parseAttribute(aTokenName, aSVGToken, xAttribs->getValueByIndex(a));
214 }
215 }
216
217 // #122522# parse SVGTokenStyle entries last to override already interpreted
218 // 'presentation attributes' of potenially the same type
219 for(sal_uInt32 b(0); b < aSVGTokenStyleIndexes.size(); b++)
220 {
221 const sal_uInt32 nSVGTokenStyleIndex(aSVGTokenStyleIndexes[b]);

--- 364 unchanged lines hidden ---
214 }
215 }
216
217 // #122522# parse SVGTokenStyle entries last to override already interpreted
218 // 'presentation attributes' of potenially the same type
219 for(sal_uInt32 b(0); b < aSVGTokenStyleIndexes.size(); b++)
220 {
221 const sal_uInt32 nSVGTokenStyleIndex(aSVGTokenStyleIndexes[b]);

--- 364 unchanged lines hidden ---