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.
OUString oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
const OUString & | def | ||
) | const |
Definition at line 93 of file importutils.cxx.
References find().
Referenced by oox::formulaimport::XmlStream::Tag::attribute().
bool oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
bool | def | ||
) | const |
Definition at line 101 of file importutils.cxx.
sal_Unicode oox::formulaimport::XmlStream::AttributeList::attribute | ( | int | token, |
sal_Unicode | def | ||
) | const |
Definition at line 122 of file importutils.cxx.
OUString & oox::formulaimport::XmlStream::AttributeList::operator[] | ( | int | token | ) |
Definition at line 88 of file importutils.cxx.
Definition at line 129 of file importutils.hxx.