Home
last modified time | relevance | path

Searched refs:AttributeListImpl (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/unotools/source/config/
H A Dxmlaccelcfg.cxx49 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()
[all …]
/AOO41X/main/extensions/test/sax/
H A Dtestwriter.cxx233 class AttributeListImpl : class
238 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 AttributeListImpl
304 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 …]
/AOO41X/main/sax/test/sax/
H A Dtestwriter.cxx154 class AttributeListImpl : public WeakImplHelper1< XAttributeList > class
157 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::AttributeListImpl
221 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 …]
/AOO41X/main/sax/test/
H A Dsaxdemo.cxx259 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()
[all …]
/AOO41X/main/qadevOOo/runner/basicrunner/basichelper/
H A DAttributeList.java75 return new AttributeListImpl(); in createInstanceWithArguments()
96 class AttributeListImpl extends XMLTools.AttributeList class