43 m_pMutableAttrList( new
comphelper::AttributeList )
49 XAttributeList> & rAttrList,
bool bClone ) :
50 m_xAttrList( rAttrList.is() ? rAttrList : new
comphelper::AttributeList )
85 const OUString& rName )
91 const OUString& rName)
105 const OUString& rValue )
111 const OUString &rValue )
122 const OUString& rNewName )
128 const Reference< css::xml::sax::XAttributeList >& r )
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone() override
virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) override
rtl::Reference< comphelper::AttributeList > m_pMutableAttrList
virtual ~XMLMutableAttributeList() override
virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) override
void AddAttribute(const OUString &sName, const OUString &sValue)
virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) override
virtual OUString SAL_CALL getValueByName(const OUString &aName) override
virtual OUString SAL_CALL getTypeByName(const OUString &aName) override
virtual sal_Int16 SAL_CALL getLength() override
sal_Int16 GetIndexByName(const OUString &rName) const
css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList
void RemoveAttributeByIndex(sal_Int16 i)
void AppendAttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &)
comphelper::AttributeList * GetMutableAttrList()
void RenameAttributeByIndex(sal_Int16 i, const OUString &rNewName)
void SetValueByIndex(sal_Int16 i, const OUString &rValue)
XMLMutableAttributeList()
void RemoveAttributeByIndex(sal_Int16 i)
void RenameAttributeByIndex(sal_Int16 i, const OUString &rNewName)
void AppendAttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &)
void AddAttribute(const OUString &sName, const OUString &sValue)
void SetValueByIndex(sal_Int16 i, const OUString &rValue)