Home
last modified time | relevance | path

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

/aoo41x/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx117 t_OUString2LongMap m_URI2Uid; member in xmlscript::DocumentHandlerImpl
251 t_OUString2LongMap::const_iterator iFind( m_URI2Uid.find( rURI ) ); in getUidByURI()
252 if (iFind != m_URI2Uid.end()) // id found in getUidByURI()
261 m_URI2Uid[ rURI ] = m_nLastURI_lookup; in getUidByURI()
511 t_OUString2LongMap::const_iterator iPos( m_URI2Uid.begin() ); in getUriByUid()
512 t_OUString2LongMap::const_iterator const iEnd( m_URI2Uid.end() ); in getUriByUid()

Completed in 28 milliseconds