Home
last modified time | relevance | path

Searched refs:SvgStyleAttributes (Results 1 – 25 of 53) sorted by relevance

123

/aoo4110/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx215 const SvgStyleAttributes* SvgStyleAttributes::getParentStyle() const in getParentStyle()
230 void SvgStyleAttributes::add_text( in add_text()
306 void SvgStyleAttributes::add_fillGradient( in add_fillGradient()
479 void SvgStyleAttributes::add_fillPattern( in add_fillPattern()
570 void SvgStyleAttributes::add_fill( in add_fill()
627 void SvgStyleAttributes::add_stroke( in add_stroke()
839 void SvgStyleAttributes::add_markers( in add_markers()
1022 void SvgStyleAttributes::add_path( in add_path()
1161 SvgStyleAttributes::SvgStyleAttributes(SvgNode& rOwner) in SvgStyleAttributes() function in svgio::svgreader::SvgStyleAttributes
1219 SvgStyleAttributes::~SvgStyleAttributes() in ~SvgStyleAttributes()
[all …]
H A Dsvgnode.cxx45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
50 …const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyle… in checkForCssStyle()
64 const SvgStyleAttributes* pNew = 0; in checkForCssStyle()
100 … const SvgStyleAttributes* pNew = rDocument.findSvgStyleAttributesById(*getId()); in checkForCssStyle()
111 … const SvgStyleAttributes* pNew = rDocument.findSvgStyleAttributesById(rClassStr); in checkForCssStyle()
130 SvgStyleAttributes* pCurrent = const_cast< SvgStyleAttributes* >(&rOriginal); in checkForCssStyle()
135SvgStyleAttributes* pNext = const_cast< SvgStyleAttributes* >(maCssStyleVector[a]); in checkForCssStyle()
449 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgcharacternode.cxx226 const SvgStyleAttributes* SvgCharacterNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
241 const SvgStyleAttributes& rSvgStyleAttributes) const in createSimpleTextPrimitive()
463 …const SvgStyleAttributes* pDecoDef = rSvgStyleAttributes.getTextDecorationDefiningSvgStyleAttribut… in createSimpleTextPrimitive()
515 const SvgStyleAttributes& rSvgStyleAttributes) const in decomposeTextWithStyle()
582 const SvgStyleAttributes* pSvgStyleAttributes = getSvgStyleAttributes(); in decomposeText()
H A Dsvgtextnode.cxx55 const SvgStyleAttributes* SvgTextNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
105 const SvgStyleAttributes* pAttributes = rCandidate.getSvgStyleAttributes(); in addTextPrimitives()
237 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
H A Dsvgdocument.cxx87 …nt::addSvgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAt… in addSvgStyleAttributesToMapper()
103 … const SvgStyleAttributes* SvgDocument::findSvgStyleAttributesById(const rtl::OUString& rStr) const in findSvgStyleAttributesById()
H A Dsvggnode.cxx51 const SvgStyleAttributes* SvgGNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
110 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
/aoo4110/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx159 class SvgStyleAttributes class
163 const SvgStyleAttributes* mpCssStyleParent;
278 void setCssStyleParent(const SvgStyleAttributes* pNew) { mpCssStyleParent = pNew; } in setCssStyleParent()
279 const SvgStyleAttributes* getCssStyleParent() const { return mpCssStyleParent; } in getCssStyleParent()
283 const SvgStyleAttributes* getParentStyle() const;
285 SvgStyleAttributes(SvgNode& rOwner);
286 ~SvgStyleAttributes();
390 const SvgStyleAttributes* getTextDecorationDefiningSvgStyleAttributes() const;
H A Dsvgnode.hxx42 class SvgStyleAttributes;
53 typedef ::std::vector< const SvgStyleAttributes* > SvgStyleAttributeVector;
119 …const SvgStyleAttributes* checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyleAttribute…
129 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgdocument.hxx50 …typedef std::hash_map< const rtl::OUString, const SvgStyleAttributes*, rtl::OUStringHash > IdStyle…
51 … typedef std::pair< const rtl::OUString, const SvgStyleAttributes* > IdStyleTokenValueType;
70 …void addSvgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleA…
75 const SvgStyleAttributes* findSvgStyleAttributesById(const rtl::OUString& rStr) const;
H A Dsvgcharacternode.hxx155 const SvgStyleAttributes& rSvgStyleAttributes) const;
159 const SvgStyleAttributes& rSvgStyleAttributes) const;
168 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtrefnode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
52 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtspannode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvggradientstopnode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvggnode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgsymbolnode.hxx38 SvgStyleAttributes maSvgStyleAttributes;
50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtextpathnode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
59 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgclippathnode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgpolynode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
56 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgtextnode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
62 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgcirclenode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
53 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgpathnode.hxx40 SvgStyleAttributes maSvgStyleAttributes;
54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgellipsenode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvglinenode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgusenode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
58 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
H A Dsvgrectnode.hxx39 SvgStyleAttributes maSvgStyleAttributes;
56 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;

Completed in 84 milliseconds

123