Home
last modified time | relevance | path

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

/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgdocument.hxx50 …::hash_map< const rtl::OUString, const SvgStyleAttributes*, rtl::OUStringHash > IdStyleTokenMapper; typedef in svgio::svgreader::SvgDocument
52 IdStyleTokenMapper maIdStyleTokenMapperList;
/trunk/main/svgio/source/svgreader/
H A Dsvgdocument.cxx105 const IdStyleTokenMapper::const_iterator aResult(maIdStyleTokenMapperList.find(rStr)); in findGlobalCssStyleAttributes()