Lines Matching refs:AttributeList
67 sal_Int16 AttributeList::getLength(void) throw (RuntimeException) in getLength()
73 AttributeList::AttributeList( const AttributeList &r ) : in AttributeList() function in sax_expatwrap::AttributeList
80 OUString AttributeList::getNameByIndex(sal_Int16 i) throw (RuntimeException) in getNameByIndex()
89 OUString AttributeList::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex()
97 OUString AttributeList::getValueByIndex(sal_Int16 i) throw (RuntimeException) in getValueByIndex()
106 OUString AttributeList::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName()
118 OUString AttributeList::getValueByName(const OUString& sName) throw (RuntimeException) in getValueByName()
131 Reference< XCloneable > AttributeList::createClone() throw (RuntimeException) in createClone()
133 AttributeList *p = new AttributeList( *this ); in createClone()
139 AttributeList::AttributeList() in AttributeList() function in sax_expatwrap::AttributeList
146 AttributeList::~AttributeList() in ~AttributeList()
152 void AttributeList::addAttribute( const OUString &sName , in addAttribute()
159 void AttributeList::clear() in clear()