#include <attributelist.hxx>
Definition at line 43 of file attributelist.hxx.
◆ AttributeList() [1/2]
comphelper::AttributeList::AttributeList |
( |
| ) |
|
◆ AttributeList() [2/2]
comphelper::AttributeList::AttributeList |
( |
const AttributeList & |
r | ) |
|
◆ ~AttributeList()
comphelper::AttributeList::~AttributeList |
( |
| ) |
|
|
overridevirtual |
◆ AddAttribute()
void comphelper::AttributeList::AddAttribute |
( |
const OUString & |
sName, |
|
|
const OUString & |
sType, |
|
|
const OUString & |
sValue |
|
) |
| |
|
inline |
◆ Clear()
void comphelper::AttributeList::Clear |
( |
| ) |
|
|
inline |
◆ createClone()
css::uno::Reference< css::util::XCloneable > comphelper::AttributeList::createClone |
( |
| ) |
|
|
overridevirtual |
◆ getLength()
virtual sal_Int16 SAL_CALL comphelper::AttributeList::getLength |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getNameByIndex()
virtual OUString SAL_CALL comphelper::AttributeList::getNameByIndex |
( |
sal_Int16 |
i | ) |
|
|
inlineoverridevirtual |
◆ getTypeByIndex()
virtual OUString SAL_CALL comphelper::AttributeList::getTypeByIndex |
( |
sal_Int16 |
i | ) |
|
|
inlineoverridevirtual |
◆ getTypeByName()
OUString SAL_CALL comphelper::AttributeList::getTypeByName |
( |
const OUString & |
aName | ) |
|
|
overridevirtual |
◆ getValueByIndex()
virtual OUString SAL_CALL comphelper::AttributeList::getValueByIndex |
( |
sal_Int16 |
i | ) |
|
|
inlineoverridevirtual |
◆ getValueByName()
OUString SAL_CALL comphelper::AttributeList::getValueByName |
( |
const OUString & |
aName | ) |
|
|
overridevirtual |
◆ mAttributes
std::vector<TagAttribute> comphelper::AttributeList::mAttributes |
|
private |
The documentation for this class was generated from the following files: