Lines Matching refs:AttributeListImpl
259 class AttributeListImpl : public WeakImplHelper1< XAttributeList > class
262 AttributeListImpl();
263 AttributeListImpl( const AttributeListImpl & );
264 ~AttributeListImpl();
314 sal_Int16 AttributeListImpl::getLength(void) throw (RuntimeException) in getLength()
320 AttributeListImpl::AttributeListImpl( const AttributeListImpl &r ) in AttributeListImpl() function in AttributeListImpl
326 OUString AttributeListImpl::getNameByIndex(sal_Int16 i) throw (RuntimeException) in getNameByIndex()
335 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex()
343 OUString AttributeListImpl::getValueByIndex(sal_Int16 i) throw (RuntimeException) in getValueByIndex()
352 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName()
364 OUString AttributeListImpl::getValueByName(const OUString& sName) throw (RuntimeException) in getValueByName()
378 AttributeListImpl::AttributeListImpl() in AttributeListImpl() function in AttributeListImpl
385 AttributeListImpl::~AttributeListImpl() in ~AttributeListImpl()
391 void AttributeListImpl::addAttribute( const OUString &sName , in addAttribute()
398 void AttributeListImpl::clear() in clear()
589 AttributeListImpl *pList = new AttributeListImpl; in main()