Lines Matching refs:AttributeList
63 sal_Int16 SAL_CALL AttributeList::getLength(void) throw( ::com::sun::star::uno::RuntimeException ) in getLength()
68 OUString SAL_CALL AttributeList::getNameByIndex(sal_Int16 i) throw( ::com::sun::star::uno::RuntimeE… in getNameByIndex()
73 OUString SAL_CALL AttributeList::getTypeByIndex(sal_Int16 i) throw( ::com::sun::star::uno::RuntimeE… in getTypeByIndex()
81 OUString SAL_CALL AttributeList::getValueByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtim… in getValueByIndex()
86 OUString SAL_CALL AttributeList::getTypeByName( const OUString& sName ) throw( ::com::sun::star::un… in getTypeByName()
98 OUString SAL_CALL AttributeList::getValueByName(const OUString& sName) throw( ::com::sun::star::uno… in getValueByName()
111 AttributeList::AttributeList() in AttributeList() function in comphelper::AttributeList
118 AttributeList::~AttributeList() in ~AttributeList()
123 void AttributeList::AddAttribute( const OUString &sName , in AddAttribute()
130 void AttributeList::Clear() in Clear()
137 void AttributeList::RemoveAttribute( const OUString sName ) in RemoveAttribute()
150 void AttributeList::SetAttributeList( const uno::Reference< ::com::sun::star::xml::sax::XAttributeL… in SetAttributeList()
156 void AttributeList::AppendAttributeList( const uno::Reference< ::com::sun::star::xml::sax::XAttribu… in AppendAttributeList()