Lines Matching refs:aContent
63 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
66 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
69 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
76 readLocalCssStyle(aContent); in parseAttribute()
81 const basegfx::B2DRange aRange(readViewBox(aContent, *this)); in parseAttribute()
91 setSvgAspectRatio(readSvgAspectRatio(aContent)); in parseAttribute()
98 if(readSingleNumber(aContent, aNum)) in parseAttribute()
108 if(readSingleNumber(aContent, aNum)) in parseAttribute()
116 if(aContent.getLength()) in parseAttribute()
120 if(aContent.match(aStrStrokeWidth, 0)) in parseAttribute()
124 else if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
135 if(readSingleNumber(aContent, aNum)) in parseAttribute()
148 if(readSingleNumber(aContent, aNum)) in parseAttribute()
159 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
165 if(aContent.match(aStrAuto, 0)) in parseAttribute()
174 if(readAngle(aContent, nPos, fAngle, nLen)) in parseAttribute()