Home
last modified time | relevance | path

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

/aoo42x/main/svgio/source/svgreader/
H A Dsvgtoken.cxx320 static SVGTokenMapper aCaseLindependentSVGTokenMapperList; in StrToSVGToken() local
322 if(aCaseLindependentSVGTokenMapperList.empty()) in StrToSVGToken()
326 aCaseLindependentSVGTokenMapperList.insert( in StrToSVGToken()
333 …const SVGTokenMapper::const_iterator aResult2(aCaseLindependentSVGTokenMapperList.find(rStr.toAsci… in StrToSVGToken()
335 if(aResult2 == aCaseLindependentSVGTokenMapperList.end()) in StrToSVGToken()

Completed in 42 milliseconds