Lines Matching refs:XMLMutableAttributeList

40 SvXMLAttributeList *XMLMutableAttributeList::GetMutableAttrList()  in GetMutableAttrList()
51 XMLMutableAttributeList::XMLMutableAttributeList() : in XMLMutableAttributeList() function in XMLMutableAttributeList
57 XMLMutableAttributeList::XMLMutableAttributeList( const Reference< in XMLMutableAttributeList() function in XMLMutableAttributeList
67 XMLMutableAttributeList::~XMLMutableAttributeList() in ~XMLMutableAttributeList()
74 const Sequence< sal_Int8 > & XMLMutableAttributeList::getUnoTunnelId() throw() in getUnoTunnelId()
91 sal_Int64 SAL_CALL XMLMutableAttributeList::getSomething( in getSomething()
104 sal_Int16 SAL_CALL XMLMutableAttributeList::getLength(void) in getLength()
111 OUString SAL_CALL XMLMutableAttributeList::getNameByIndex(sal_Int16 i) in getNameByIndex()
118 OUString SAL_CALL XMLMutableAttributeList::getTypeByIndex(sal_Int16 i) in getTypeByIndex()
124 OUString SAL_CALL XMLMutableAttributeList::getValueByIndex(sal_Int16 i) in getValueByIndex()
130 OUString SAL_CALL XMLMutableAttributeList::getTypeByName( in getTypeByName()
137 OUString SAL_CALL XMLMutableAttributeList::getValueByName( in getValueByName()
145 Reference< XCloneable > XMLMutableAttributeList::createClone() in createClone()
153 void XMLMutableAttributeList::SetValueByIndex( sal_Int16 i, in SetValueByIndex()
159 void XMLMutableAttributeList::AddAttribute( const OUString &rName , in AddAttribute()
165 void XMLMutableAttributeList::RemoveAttributeByIndex( sal_Int16 i ) in RemoveAttributeByIndex()
170 void XMLMutableAttributeList::RenameAttributeByIndex( sal_Int16 i, in RenameAttributeByIndex()
176 void XMLMutableAttributeList::AppendAttributeList( in AppendAttributeList()
182 sal_Int16 XMLMutableAttributeList::GetIndexByName( const OUString& rName ) const in GetIndexByName()