Home
last modified time | relevance | path

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

/AOO42X/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx86 ::std::vector< OUString > m_prefixes;
89 { m_prefixes.reserve( 2 ); } in ElementEntry()
126 t_OUString2PrefixMap m_prefixes; member in xmlscript::DocumentHandlerImpl
277 m_prefixes.find( rPrefix ) ); in getUidByPrefix()
278 if (iFind != m_prefixes.end()) in getUidByPrefix()
302 t_OUString2PrefixMap::const_iterator iFind( m_prefixes.find( rPrefix ) ); in pushPrefix()
303 if (iFind == m_prefixes.end()) // unused prefix in pushPrefix()
307 m_prefixes[ rPrefix ] = pEntry; in pushPrefix()
324 t_OUString2PrefixMap::iterator iFind( m_prefixes.find( rPrefix ) ); in popPrefix()
325 if (iFind != m_prefixes.end()) // unused prefix in popPrefix()
[all …]