LibreOffice Module oox (master) 1
|
Structure representing a list of attributes. More...
#include <importutils.hxx>
Public Member Functions | |
OUString & | operator[] (int token) |
OUString | attribute (int token, const OUString &def) const |
bool | attribute (int token, bool def) const |
sal_Unicode | attribute (int token, sal_Unicode def) const |
Protected Attributes | |
std::map< int, OUString > | attrs |
Structure representing a list of attributes.
Definition at line 121 of file importutils.hxx.
bool oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
bool | def | ||
) | const |
Definition at line 102 of file importutils.cxx.
OUString oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
const OUString & | def | ||
) | const |
Definition at line 94 of file importutils.cxx.
References find().
Referenced by oox::formulaimport::XmlStream::Tag::attribute().
sal_Unicode oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
sal_Unicode | def | ||
) | const |
Definition at line 123 of file importutils.cxx.
OUString & oox::formulaimport::XmlStream::AttributeList::operator[] | ( | int | token | ) |
Definition at line 89 of file importutils.cxx.
References attrs.
Definition at line 129 of file importutils.hxx.
Referenced by operator[]().