| /AOO41X/main/svgio/source/svgreader/ |
| H A D | svgstyleattributes.cxx | 183 void SvgStyleAttributes::readStyle(const rtl::OUString& rCandidate) in readStyle() 215 const SvgStyleAttributes* SvgStyleAttributes::getParentStyle() const in getParentStyle() 230 void SvgStyleAttributes::add_text( in add_text() 306 void SvgStyleAttributes::add_fillGradient( in add_fillGradient() 444 void SvgStyleAttributes::add_fillPatternTransform( in add_fillPatternTransform() 479 void SvgStyleAttributes::add_fillPattern( in add_fillPattern() 570 void SvgStyleAttributes::add_fill( in add_fill() 627 void SvgStyleAttributes::add_stroke( in add_stroke() 749 bool SvgStyleAttributes::prepare_singleMarker( in prepare_singleMarker() 839 void SvgStyleAttributes::add_markers( in add_markers() [all …]
|
| H A D | svgnode.cxx | 45 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() 135 … SvgStyleAttributes* pNext = const_cast< SvgStyleAttributes* >(maCssStyleVector[a]); in checkForCssStyle() 449 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in decomposeSvgNode()
|
| H A D | svgcharacternode.cxx | 226 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 D | svgtextnode.cxx | 55 const SvgStyleAttributes* SvgTextNode::getSvgStyleAttributes() const in getSvgStyleAttributes() 105 const SvgStyleAttributes* pAttributes = rCandidate.getSvgStyleAttributes(); in addTextPrimitives() 237 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
| H A D | svggnode.cxx | 51 const SvgStyleAttributes* SvgGNode::getSvgStyleAttributes() const in getSvgStyleAttributes() 110 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
| H A D | svgdocument.cxx | 87 …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 D | svgpathnode.cxx | 51 const SvgStyleAttributes* SvgPathNode::getSvgStyleAttributes() const in getSvgStyleAttributes() 117 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
| /AOO41X/main/svgio/inc/svgio/svgreader/ |
| H A D | svgstyleattributes.hxx | 159 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 D | svgnode.hxx | 42 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 D | svgdocument.hxx | 50 …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 D | svgcharacternode.hxx | 155 const SvgStyleAttributes& rSvgStyleAttributes) const; 159 const SvgStyleAttributes& rSvgStyleAttributes) const; 168 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgtspannode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgtrefnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 52 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svggradientstopnode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svggnode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgsymbolnode.hxx | 38 SvgStyleAttributes maSvgStyleAttributes; 50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgtextpathnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 59 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgclippathnode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgpolynode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 56 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgtextnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 62 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgcirclenode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 53 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgpathnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svglinenode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgellipsenode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 54 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgusenode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 58 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|