| /AOO42X/main/svgio/source/svgreader/ |
| H A D | svgstyleattributes.cxx | 183 void SvgStyleAttributes::readCssStyle(const rtl::OUString& rCandidate) in readCssStyle() 250 const SvgStyleAttributes* SvgStyleAttributes::getParentStyle() const in getParentStyle() 265 void SvgStyleAttributes::add_text( in add_text() 341 void SvgStyleAttributes::add_fillGradient( in add_fillGradient() 479 void SvgStyleAttributes::add_fillPatternTransform( in add_fillPatternTransform() 514 void SvgStyleAttributes::add_fillPattern( in add_fillPattern() 605 void SvgStyleAttributes::add_fill( in add_fill() 662 void SvgStyleAttributes::add_stroke( in add_stroke() 784 bool SvgStyleAttributes::prepare_singleMarker( in prepare_singleMarker() 874 void SvgStyleAttributes::add_markers( in add_markers() [all …]
|
| H A D | svgnode.cxx | 45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes() 79 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() 133 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() 165 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() 206 …const SvgStyleAttributes* pNew = getDocument().findGlobalCssStyleAttributes(rtl::OUString::createF… in fillCssStyleVector() 215 …const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyle… in checkForCssStyle() 246 const_cast< SvgStyleAttributes& >(rOriginal).setCssStyleParent(0); in checkForCssStyle() 250 … SvgStyleAttributes* pCurrent = const_cast< SvgStyleAttributes* >(maCssStyleVector[0]); in checkForCssStyle() 254 … SvgStyleAttributes* pNext = const_cast< SvgStyleAttributes* >(maCssStyleVector[a]); in checkForCssStyle() 332 mpLocalCssStyle = new SvgStyleAttributes(*this); in readLocalCssStyle() [all …]
|
| 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 | svgstylenode.cxx | 93 …vgStyleNode::addCssStyleSheet(const rtl::OUString& aSelectors, const SvgStyleAttributes& rNewStyle) in addCssStyleSheet() 162 SvgStyleAttributes* pNewStyle = new SvgStyleAttributes(*this); in addCssStyleSheet()
|
| 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()
|
| /AOO42X/main/svgio/inc/svgio/svgreader/ |
| H A D | svgnode.hxx | 42 class SvgStyleAttributes; 53 typedef ::std::vector< const SvgStyleAttributes* > SvgStyleAttributeVector; 120 SvgStyleAttributes* mpLocalCssStyle; 128 …const SvgStyleAttributes* checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyleAttribute… 149 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgstyleattributes.hxx | 159 class SvgStyleAttributes class 163 const SvgStyleAttributes* mpCssStyleParent; 282 void setCssStyleParent(const SvgStyleAttributes* pNew) { mpCssStyleParent = pNew; } in setCssStyleParent() 283 const SvgStyleAttributes* getCssStyleParent() const { return mpCssStyleParent; } in getCssStyleParent() 287 const SvgStyleAttributes* getParentStyle() const; 289 SvgStyleAttributes(SvgNode& rOwner); 290 ~SvgStyleAttributes(); 394 const SvgStyleAttributes* getTextDecorationDefiningSvgStyleAttributes() 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* findGlobalCssStyleAttributes(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 | svgstylenode.hxx | 39 std::vector< SvgStyleAttributes* > maSvgStyleAttributes; 56 … void addCssStyleSheet(const rtl::OUString& aSelectors, const SvgStyleAttributes& rNewStyle);
|
| 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 | svgtextnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 62 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgpolynode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; 56 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 | svgellipsenode.hxx | 39 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 | svgusenode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 58 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
| H A D | svgrectnode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; 56 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|