LibreOffice Module sw (master)
1
|
#include <xmlitmap.hxx>
Public Member Functions | |
SvXMLItemMapEntry (sal_uInt16 nameSpace, enum::xmloff::token::XMLTokenEnum localName, sal_uInt16 whichId, sal_uInt32 memberId) | |
Public Attributes | |
sal_uInt16 | nNameSpace |
sal_uInt16 | nWhichId |
enum::xmloff::token::XMLTokenEnum const | eLocalName |
sal_uInt32 | nMemberId |
Definition at line 39 of file xmlitmap.hxx.
|
inline |
Definition at line 52 of file xmlitmap.hxx.
enum ::xmloff::token::XMLTokenEnum const SvXMLItemMapEntry::eLocalName |
Definition at line 45 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportXML(), SvXMLItemMapEntries::getByName(), and SvXMLItemMapEntries::SvXMLItemMapEntries().
sal_uInt32 SvXMLItemMapEntry::nMemberId |
Definition at line 48 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportElementItems(), SvXMLExportItemMapper::exportXML(), and SvXMLImportItemMapper::importXML().
sal_uInt16 SvXMLItemMapEntry::nNameSpace |
Definition at line 41 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportXML(), and SvXMLItemMapEntries::getByName().
sal_uInt16 SvXMLItemMapEntry::nWhichId |
Definition at line 43 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportElementItems(), SvXMLExportItemMapper::exportXML(), and SvXMLImportItemMapper::importXML().