Searched refs:AttributeListImpl (Results 1 – 5 of 5) sorted by relevance
49 class AttributeListImpl : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XAttributeLis… class52 ~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 AttributeListImpl114 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()[all …]
233 class AttributeListImpl : class238 AttributeListImpl();239 AttributeListImpl( const AttributeListImpl & );240 ~AttributeListImpl();292 INT16 AttributeListImpl::getLength(void) THROWS( (UsrSystemException) ) in getLength()298 AttributeListImpl::AttributeListImpl( const AttributeListImpl &r ) in AttributeListImpl() function in AttributeListImpl304 UString AttributeListImpl::getNameByIndex(INT16 i) THROWS( (UsrSystemException) ) in getNameByIndex()313 UString AttributeListImpl::getTypeByIndex(INT16 i) THROWS( (UsrSystemException) ) in getTypeByIndex()321 UString AttributeListImpl::getValueByIndex(INT16 i) THROWS( (UsrSystemException) ) in getValueByIndex()330 UString AttributeListImpl::getTypeByName( const UString& sName ) THROWS( (UsrSystemException) ) in getTypeByName()[all …]
154 class AttributeListImpl : public WeakImplHelper1< XAttributeList > class157 AttributeListImpl();158 AttributeListImpl( const AttributeListImpl & );159 ~AttributeListImpl();209 sal_Int16 AttributeListImpl::getLength(void) throw (RuntimeException) in getLength()215 AttributeListImpl::AttributeListImpl( const AttributeListImpl &r ) in AttributeListImpl() function in sax_test::AttributeListImpl221 OUString AttributeListImpl::getNameByIndex(sal_Int16 i) throw (RuntimeException) in getNameByIndex()230 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex()238 OUString AttributeListImpl::getValueByIndex(sal_Int16 i) throw (RuntimeException) in getValueByIndex()247 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName()[all …]
259 class AttributeListImpl : public WeakImplHelper1< XAttributeList > class262 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 AttributeListImpl326 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()[all …]
75 return new AttributeListImpl(); in createInstanceWithArguments()96 class AttributeListImpl extends XMLTools.AttributeList class