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()
103 sal_Int16 SAL_CALL XMLMutableAttributeList::getLength(void) in getLength()
109 OUString SAL_CALL XMLMutableAttributeList::getNameByIndex(sal_Int16 i) in getNameByIndex()
115 OUString SAL_CALL XMLMutableAttributeList::getTypeByIndex(sal_Int16 i) in getTypeByIndex()
120 OUString SAL_CALL XMLMutableAttributeList::getValueByIndex(sal_Int16 i) in getValueByIndex()
125 OUString SAL_CALL XMLMutableAttributeList::getTypeByName( in getTypeByName()
131 OUString SAL_CALL XMLMutableAttributeList::getValueByName( in getValueByName()
138 Reference< XCloneable > XMLMutableAttributeList::createClone() in createClone()
145 void XMLMutableAttributeList::SetValueByIndex( sal_Int16 i, in SetValueByIndex()
151 void XMLMutableAttributeList::AddAttribute( const OUString &rName , in AddAttribute()
157 void XMLMutableAttributeList::RemoveAttributeByIndex( sal_Int16 i ) in RemoveAttributeByIndex()
162 void XMLMutableAttributeList::RenameAttributeByIndex( sal_Int16 i, in RenameAttributeByIndex()
168 void XMLMutableAttributeList::AppendAttributeList( in AppendAttributeList()
174 sal_Int16 XMLMutableAttributeList::GetIndexByName( const OUString& rName ) const in GetIndexByName()