47 XAttributeList> & rAttrList,
bool bClone ) :
62 class theXMLMutableAttributeListUnoTunnelId :
public rtl::Static< UnoTunnelIdInit, theXMLMutableAttributeListUnoTunnelId> {};
67 return theXMLMutableAttributeListUnoTunnelId::get().getSeq();
74 if( isUnoTunnelId<XMLMutableAttributeList>(rId) )
76 return sal::static_int_cast<sal_Int64>(
reinterpret_cast<sal_uIntPtr
>(
this));
104 const OUString& rName )
110 const OUString& rName)
141 const OUString& rNewName )
147 const Reference< css::xml::sax::XAttributeList >& r )
162 for( sal_Int16
i=0; nIndex==-1 &&
i<nCount ; ++
i )
void RenameAttributeByIndex(sal_Int16 i, const OUString &rNewName)
css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList
virtual OUString SAL_CALL getTypeByName(const OUString &aName) override
virtual ~XMLMutableAttributeList() override
sal_Int16 GetIndexByName(const OUString &rName) const
SvXMLAttributeList * GetMutableAttrList()
css::uno::Any const & rValue
static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId()
virtual sal_Int16 SAL_CALL getLength() override
virtual OUString SAL_CALL getValueByName(const OUString &aName) override
virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) override
void AppendAttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &)
void SetValueByIndex(sal_Int16 i, const OUString &rValue)
rtl::Reference< SvXMLAttributeList > m_pMutableAttrList
void RemoveAttributeByIndex(sal_Int16 i)
virtual sal_Int64 SAL_CALL getSomething(const css::uno::Sequence< sal_Int8 > &aIdentifier) override
void AddAttribute(const OUString &sName, const OUString &sValue)
void RenameAttributeByIndex(sal_Int16 i, const OUString &rNewName)
virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) override
void RemoveAttributeByIndex(sal_Int16 i)
void AppendAttributeList(const css::uno::Reference< css::xml::sax::XAttributeList > &)
void SetValueByIndex(sal_Int16 i, const OUString &rValue)
void AddAttribute(const OUString &sName, const OUString &sValue)
virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) override
XMLMutableAttributeList()
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone() override