Home
last modified time | relevance | path

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

/trunk/main/shell/source/all/ooofilereader/
H A Dautostyletag.cxx65 XmlTagAttributes_t::const_iterator iter_con = attributes.find(CONTENT_STYLE_PROPERTIES_COUNTRY); in addAttributes() local
71 if ( ( iter_lan!= attributes.end() ) && ( iter_con != attributes.end() ) ) in addAttributes()
72 setLocale( ::std::make_pair( iter_lan->second,iter_con->second ) ); in addAttributes()

Completed in 9 milliseconds