Lines Matching refs:aContent
296 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
299 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
302 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
309 readLocalCssStyle(aContent); in parseAttribute()
316 if(readSingleNumber(aContent, aNum)) in parseAttribute()
327 if(aContent.getLength()) in parseAttribute()
332 if(aContent.match(aStrAlign)) in parseAttribute()
336 else if(aContent.match(aStrStretch)) in parseAttribute()
345 if(aContent.getLength()) in parseAttribute()
350 if(aContent.match(aStrAuto)) in parseAttribute()
354 else if(aContent.match(aStrExact)) in parseAttribute()
363 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
365 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
367 maXLink = aContent.copy(1); in parseAttribute()