svgnode.cxx (7b027e49) svgnode.cxx (4374d266)
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

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

31#include <tools/urlobj.hxx>
32
33//////////////////////////////////////////////////////////////////////////////
34
35namespace svgio
36{
37 namespace svgreader
38 {
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

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

31#include <tools/urlobj.hxx>
32
33//////////////////////////////////////////////////////////////////////////////
34
35namespace svgio
36{
37 namespace svgreader
38 {
39 /// #125258#
40 bool SvgNode::supportsParentStyle() const
41 {
42 return true;
43 }
44
39 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const
40 {
41 return 0;
42 }
43
44 const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyleAttributes& rOriginal) const
45 {
46 if(maCssStyleVector.empty()) // #120435# Evaluate for CSS styles only once, this cannot change

--- 538 unchanged lines hidden ---
45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const
46 {
47 return 0;
48 }
49
50 const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyleAttributes& rOriginal) const
51 {
52 if(maCssStyleVector.empty()) // #120435# Evaluate for CSS styles only once, this cannot change

--- 538 unchanged lines hidden ---