Home
last modified time | relevance | path

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

/AOO41X/main/svgio/source/svgreader/
H A Dsvgdocument.cxx37 maIdStyleTokenMapperList() in SvgDocument()
91 maIdStyleTokenMapperList.insert(IdStyleTokenValueType(rStr, &rSvgStyleAttributes)); in addSvgStyleAttributesToMapper()
99 maIdStyleTokenMapperList.erase(rStr); in removeSvgStyleAttributesFromMapper()
105 const IdStyleTokenMapper::const_iterator aResult(maIdStyleTokenMapperList.find(rStr)); in findSvgStyleAttributesById()
107 if(aResult == maIdStyleTokenMapperList.end()) in findSvgStyleAttributesById()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgdocument.hxx52 IdStyleTokenMapper maIdStyleTokenMapperList; member in svgio::svgreader::SvgDocument
74 bool hasSvgStyleAttributesById() const { return !maIdStyleTokenMapperList.empty(); } in hasSvgStyleAttributesById()