|
LibreOffice Module xmloff (master) 1
|
#include <xmltkmap.hxx>
Public Member Functions | |
| SvXMLTokenMap (const SvXMLTokenMapEntry *pMap) | |
| ~SvXMLTokenMap () | |
| sal_uInt16 | Get (sal_uInt16 nPrefix, const OUString &rLName) const |
Private Attributes | |
| std::unique_ptr< SvXMLTokenMap_Impl > | m_pImpl |
Definition at line 50 of file xmltkmap.hxx.
| SvXMLTokenMap::SvXMLTokenMap | ( | const SvXMLTokenMapEntry * | pMap | ) |
Definition at line 68 of file xmltkmap.cxx.
References SvXMLTokenMapEntry::eLocalName, m_pImpl, m_pImpl, and xmloff::token::XML_TOKEN_INVALID.
| SvXMLTokenMap::~SvXMLTokenMap | ( | ) |
Definition at line 78 of file xmltkmap.cxx.
| sal_uInt16 SvXMLTokenMap::Get | ( | sal_uInt16 | nPrefix, |
| const OUString & | rLName | ||
| ) | const |
Definition at line 82 of file xmltkmap.cxx.
References m_pImpl.
|
private |
Definition at line 53 of file xmltkmap.hxx.
Referenced by Get(), and SvXMLTokenMap().