Lines Matching refs:AttributeListImpl
49 class AttributeListImpl : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XAttributeLis… class
52 ~AttributeListImpl();
55 AttributeListImpl();
56 AttributeListImpl( const AttributeListImpl & );
101 sal_Int16 SAL_CALL AttributeListImpl::getLength(void) throw (RuntimeException) in getLength()
107 AttributeListImpl::AttributeListImpl( const AttributeListImpl &r ) : in AttributeListImpl() function in AttributeListImpl
114 OUString AttributeListImpl::getNameByIndex(sal_Int16 i) throw (RuntimeException) in getNameByIndex()
123 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex()
131 OUString AttributeListImpl::getValueByIndex(sal_Int16 i) throw (RuntimeException) in getValueByIndex()
140 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName()
152 OUString AttributeListImpl::getValueByName(const OUString& sName) throw (RuntimeException) in getValueByName()
165 AttributeListImpl::AttributeListImpl() in AttributeListImpl() function in AttributeListImpl
172 AttributeListImpl::~AttributeListImpl() in ~AttributeListImpl()
178 void AttributeListImpl::addAttribute( const OUString &sName , in addAttribute()
185 void AttributeListImpl::clear() in clear()
367 AttributeListImpl* pList = new AttributeListImpl; in WriteAcceleratorDocument()
386 AttributeListImpl* pAcceleratorAttributes = new AttributeListImpl; in WriteAcceleratorItem()