Home
last modified time | relevance | path

Searched refs:aSVGTokenMapperList (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/svgio/source/svgreader/
H A Dsvgtoken.cxx174 static SVGTokenMapper aSVGTokenMapperList; in StrToSVGToken() local
176 if(aSVGTokenMapperList.empty()) in StrToSVGToken()
178 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrWidth, SVGTokenWidth)); in StrToSVGToken()
179 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrHeight, SVGTokenHeight)); in StrToSVGToken()
180 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrViewBox, SVGTokenViewBox)); in StrToSVGToken()
181 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrTransform, SVGTokenTransform)); in StrToSVGToken()
182 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrStyle, SVGTokenStyle)); in StrToSVGToken()
183aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrDisplay, SVGTokenDisplay)); // #121656# in StrToSVGToken()
184 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrD, SVGTokenD)); in StrToSVGToken()
185 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrX, SVGTokenX)); in StrToSVGToken()
[all …]