|
LibreOffice Module xmloff (master) 1
|
#include <SvXMLAttr.hxx>
Public Member Functions | |
| SvXMLAttr (OUString aLName, OUString aValue) | |
| SvXMLAttr (const sal_uInt16 nPos, OUString aLName, OUString aValue) | |
| bool | operator== (const SvXMLAttr &rCmp) const |
| sal_uInt16 | getPrefixPos () const |
| const OUString & | getLName () const |
| const OUString & | getValue () const |
Private Attributes | |
| sal_uInt16 | aPrefixPos |
| OUString | aLName |
| OUString | aValue |
Definition at line 14 of file SvXMLAttr.hxx.
| SvXMLAttr::SvXMLAttr | ( | OUString | aLName, |
| OUString | aValue | ||
| ) |
Definition at line 15 of file SvXMLAttr.cxx.
| SvXMLAttr::SvXMLAttr | ( | const sal_uInt16 | nPos, |
| OUString | aLName, | ||
| OUString | aValue | ||
| ) |
Definition at line 23 of file SvXMLAttr.cxx.
References nPos.
|
inline |
Definition at line 30 of file SvXMLAttr.hxx.
References aLName.
|
inline |
Definition at line 29 of file SvXMLAttr.hxx.
References aPrefixPos.
|
inline |
Definition at line 31 of file SvXMLAttr.hxx.
References aValue.
| bool SvXMLAttr::operator== | ( | const SvXMLAttr & | rCmp | ) | const |
Definition at line 32 of file SvXMLAttr.cxx.
References aLName, aPrefixPos, and aValue.
|
private |
Definition at line 17 of file SvXMLAttr.hxx.
Referenced by getLName(), and operator==().
|
private |
Definition at line 16 of file SvXMLAttr.hxx.
Referenced by getPrefixPos(), and operator==().
|
private |
Definition at line 18 of file SvXMLAttr.hxx.
Referenced by getValue(), and operator==().