LibreOffice Module xmloff (master) 1
|
#include <TransformerActions.hxx>
Public Member Functions | |
NameKey_Impl (sal_uInt16 nPrfx, OUString aLclNm) | |
NameKey_Impl () | |
void | SetLocalName (::xmloff::token::XMLTokenEnum eLclNm) |
Public Attributes | |
sal_uInt16 | m_nPrefix |
OUString | m_aLocalName |
Definition at line 30 of file TransformerActions.hxx.
|
inline |
Definition at line 35 of file TransformerActions.hxx.
|
inline |
Definition at line 41 of file TransformerActions.hxx.
|
inline |
Definition at line 46 of file TransformerActions.hxx.
References xmloff::token::GetXMLToken(), and m_aLocalName.
OUString NameKey_Impl::m_aLocalName |
Definition at line 33 of file TransformerActions.hxx.
Referenced by NameHash_Impl::operator()(), and SetLocalName().
sal_uInt16 NameKey_Impl::m_nPrefix |
Definition at line 32 of file TransformerActions.hxx.
Referenced by NameHash_Impl::operator()().