|
LibreOffice Module xmloff (master) 1
|
Classes | |
| struct | PairHash |
Public Member Functions | |
| void | insert (const SvXMLTokenMapEntry &rEntry) |
| sal_uInt16 | get (sal_uInt16 nKeyPrefix, const OUString &rLName) const |
Private Attributes | |
| std::unordered_map< std::pair< sal_uInt16, OUString >, sal_uInt16, PairHash > | m_aPrefixAndNameToTokenMap |
Definition at line 30 of file xmltkmap.cxx.
| sal_uInt16 SvXMLTokenMap_Impl::get | ( | sal_uInt16 | nKeyPrefix, |
| const OUString & | rLName | ||
| ) | const |
Definition at line 59 of file xmltkmap.cxx.
References m_aPrefixAndNameToTokenMap, and XML_TOK_UNKNOWN.
| void SvXMLTokenMap_Impl::insert | ( | const SvXMLTokenMapEntry & | rEntry | ) |
Definition at line 51 of file xmltkmap.cxx.
References SvXMLTokenMapEntry::eLocalName, xmloff::token::GetXMLToken(), inserted(), m_aPrefixAndNameToTokenMap, SvXMLTokenMapEntry::nPrefixKey, and SvXMLTokenMapEntry::nToken.
|
private |
Definition at line 44 of file xmltkmap.cxx.