AddAttribute(const OUString &sName, const OUString &sValue) | comphelper::AttributeList | |
AppendAttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &) | comphelper::AttributeList | |
AttributeList() | comphelper::AttributeList | |
AttributeList(const AttributeList &r)=default | comphelper::AttributeList | |
AttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &rAttrList) | comphelper::AttributeList | |
AttributeList(AttributeList &&)=delete | comphelper::AttributeList | |
Clear() | comphelper::AttributeList | inline |
createClone() override | comphelper::AttributeList | virtual |
GetIndexByName(const OUString &rName) const | comphelper::AttributeList | |
getLength() override | comphelper::AttributeList | inlinevirtual |
getNameByIndex(sal_Int16 i) override | comphelper::AttributeList | inlinevirtual |
getTypeByIndex(sal_Int16) override | comphelper::AttributeList | inlinevirtual |
getTypeByName(const OUString &) override | comphelper::AttributeList | inlinevirtual |
getValueByIndex(sal_Int16 i) override | comphelper::AttributeList | inlinevirtual |
getValueByName(const OUString &aName) override | comphelper::AttributeList | virtual |
mAttributes | comphelper::AttributeList | private |
RemoveAttribute(const OUString &sName) | comphelper::AttributeList | |
RemoveAttributeByIndex(sal_Int16 i) | comphelper::AttributeList | |
RenameAttributeByIndex(sal_Int16 i, const OUString &rNewName) | comphelper::AttributeList | |
SetValueByIndex(sal_Int16 i, const OUString &rValue) | comphelper::AttributeList | |
~AttributeList() override | comphelper::AttributeList | virtual |