1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4*cdf0e10cSrcweir <module-name>sc</module-name> 5*cdf0e10cSrcweir <component-description> 6*cdf0e10cSrcweir <author>Sascha Ballach</author> 7*cdf0e10cSrcweir <name>com.sun.star.comp.office.ScIndexEnumeration_TableConditionalEntryEnumeration</name> 8*cdf0e10cSrcweir <description> 9*cdf0e10cSrcweir This component provides access to the elements of an enumeration. 10*cdf0e10cSrcweir</description> 11*cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 12*cdf0e10cSrcweir <language>c++</language> 13*cdf0e10cSrcweir <status value="final"/> 14*cdf0e10cSrcweir <supported-service>com.sun.star.sheet.TableConditionalEntryEnumeration</supported-service> 15*cdf0e10cSrcweir <type>com.sun.star.beans.Property</type> 16*cdf0e10cSrcweir <type>com.sun.star.beans.PropertyChangeEvent</type> 17*cdf0e10cSrcweir <type>com.sun.star.beans.PropertyVetoException</type> 18*cdf0e10cSrcweir <type>com.sun.star.beans.UnknownPropertyException</type> 19*cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyChangeListener</type> 20*cdf0e10cSrcweir <type>com.sun.star.beans.XPropertySet</type> 21*cdf0e10cSrcweir <type>com.sun.star.beans.XPropertySetInfo</type> 22*cdf0e10cSrcweir <type>com.sun.star.beans.XVetoableChangeListener</type> 23*cdf0e10cSrcweir <type>com.sun.star.container.NoSuchElementException</type> 24*cdf0e10cSrcweir <type>com.sun.star.container.XElementAccess</type> 25*cdf0e10cSrcweir <type>com.sun.star.container.XEnumeration</type> 26*cdf0e10cSrcweir <type>com.sun.star.container.XEnumerationAccess</type> 27*cdf0e10cSrcweir <type>com.sun.star.container.XIndexAccess</type> 28*cdf0e10cSrcweir <type>com.sun.star.container.XNameAccess</type> 29*cdf0e10cSrcweir <type>com.sun.star.lang.EventObject</type> 30*cdf0e10cSrcweir <type>com.sun.star.lang.IllegalArgumentException</type> 31*cdf0e10cSrcweir <type>com.sun.star.lang.IndexOutOfBoundsException</type> 32*cdf0e10cSrcweir <type>com.sun.star.lang.WrappedTargetException</type> 33*cdf0e10cSrcweir <type>com.sun.star.lang.XEventListener</type> 34*cdf0e10cSrcweir <type>com.sun.star.lang.XMultiServiceFactory</type> 35*cdf0e10cSrcweir <type>com.sun.star.lang.XServiceInfo</type> 36*cdf0e10cSrcweir <type>com.sun.star.lang.XTypeProvider</type> 37*cdf0e10cSrcweir <type>com.sun.star.uno.Any</type> 38*cdf0e10cSrcweir <type>com.sun.star.uno.Exception</type> 39*cdf0e10cSrcweir <type>com.sun.star.uno.Reference</type> 40*cdf0e10cSrcweir <type>com.sun.star.uno.RuntimeException</type> 41*cdf0e10cSrcweir <type>com.sun.star.uno.Sequence</type> 42*cdf0e10cSrcweir <type>com.sun.star.uno.Type</type> 43*cdf0e10cSrcweir <type>com.sun.star.uno.TypeClass</type> 44*cdf0e10cSrcweir <type>com.sun.star.uno.XAdapter</type> 45*cdf0e10cSrcweir <type>com.sun.star.uno.XAggregation</type> 46*cdf0e10cSrcweir <type>com.sun.star.uno.XInterface</type> 47*cdf0e10cSrcweir <type>com.sun.star.uno.XReference</type> 48*cdf0e10cSrcweir <type>com.sun.star.uno.XWeak</type> 49*cdf0e10cSrcweir <type>com.sun.star.uno.genfunc</type> 50*cdf0e10cSrcweir </component-description> 51*cdf0e10cSrcweir <project-build-dependency>cppu</project-build-dependency> 52*cdf0e10cSrcweir <project-build-dependency>cppuhelper</project-build-dependency> 53*cdf0e10cSrcweir <project-build-dependency>osl</project-build-dependency> 54*cdf0e10cSrcweir <project-build-dependency>rtl</project-build-dependency> 55*cdf0e10cSrcweir <project-build-dependency>sal</project-build-dependency> 56*cdf0e10cSrcweir <project-build-dependency>stl</project-build-dependency> 57*cdf0e10cSrcweir <project-build-dependency>tools</project-build-dependency> 58*cdf0e10cSrcweir <project-build-dependency>typelib</project-build-dependency> 59*cdf0e10cSrcweir <project-build-dependency>uno</project-build-dependency> 60*cdf0e10cSrcweir <project-build-dependency>vos</project-build-dependency> 61*cdf0e10cSrcweir</module-description> 62