LibreOffice Module oox (master) 1
Public Member Functions | Protected Attributes | List of all members
oox::formulaimport::XmlStream::AttributeList Struct Reference

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
 

Detailed Description

Structure representing a list of attributes.

Definition at line 121 of file importutils.hxx.

Member Function Documentation

◆ attribute() [1/3]

bool oox::formulaimport::XmlStream::AttributeList::attribute ( int  token,
bool  def 
) const

Definition at line 102 of file importutils.cxx.

References find(), and SAL_WARN.

◆ attribute() [2/3]

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().

◆ attribute() [3/3]

sal_Unicode oox::formulaimport::XmlStream::AttributeList::attribute ( int  token,
sal_Unicode  def 
) const

Definition at line 123 of file importutils.cxx.

References find(), and SAL_WARN.

◆ operator[]()

OUString & oox::formulaimport::XmlStream::AttributeList::operator[] ( int  token)

Definition at line 89 of file importutils.cxx.

References attrs.

Member Data Documentation

◆ attrs

std::map<int, OUString> oox::formulaimport::XmlStream::AttributeList::attrs
protected

Definition at line 129 of file importutils.hxx.

Referenced by operator[]().


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