LibreOffice Module xmloff (master) 1
Public Member Functions | Public Attributes | List of all members
XMLEventName Struct Reference

#include <xmlevent.hxx>

Public Member Functions

 XMLEventName ()
 
 XMLEventName (sal_uInt16 n, const char *p)
 
 XMLEventName (sal_uInt16 n, OUString s)
 
bool operator< (const XMLEventName &r) const
 

Public Attributes

sal_uInt16 m_nPrefix
 
OUString m_aName
 

Detailed Description

Definition at line 47 of file xmlevent.hxx.

Constructor & Destructor Documentation

◆ XMLEventName() [1/3]

XMLEventName::XMLEventName ( )
inline

Definition at line 52 of file xmlevent.hxx.

◆ XMLEventName() [2/3]

XMLEventName::XMLEventName ( sal_uInt16  n,
const char *  p 
)
inline

Definition at line 53 of file xmlevent.hxx.

References n, and p.

◆ XMLEventName() [3/3]

XMLEventName::XMLEventName ( sal_uInt16  n,
OUString  s 
)
inline

Definition at line 58 of file xmlevent.hxx.

References n.

Member Function Documentation

◆ operator<()

bool XMLEventName::operator< ( const XMLEventName r) const
inline

Definition at line 63 of file xmlevent.hxx.

References m_aName, and m_nPrefix.

Member Data Documentation

◆ m_aName

OUString XMLEventName::m_aName

Definition at line 50 of file xmlevent.hxx.

Referenced by XMLEventExport::ExportEvent(), and operator<().

◆ m_nPrefix

sal_uInt16 XMLEventName::m_nPrefix

Definition at line 49 of file xmlevent.hxx.

Referenced by XMLEventExport::ExportEvent(), and operator<().


The documentation for this struct was generated from the following file: