diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:34:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:34:02 +0000 |
commit | efb7c482d12d15946621ca0e2b71fc1ab4198510 (patch) | |
tree | 1326b4205d28df5e242a613cab41a48fedd31f88 /sc/xml | |
parent | 085a214450a4834e262a6bac31f33e1da6574abb (diff) |
INTEGRATION: CWS pagefields (1.1.2); FILE ADDED
2004/03/05 16:28:50 sab 1.1.2.1: #i22164#; complex test for data pilot
Diffstat (limited to 'sc/xml')
-rw-r--r-- | sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml new file mode 100644 index 000000000000..d26b0030e0ae --- /dev/null +++ b/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> + <module-name>sc</module-name> + <component-description> + <author>Sascha Ballach</author> + <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotItemsEnumeration</name> + <description> + This component provides access to the elements of an enumeration. +</description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="final"/> + <supported-service>com.sun.star.sheet.DataPilotItemsEnumeration</supported-service> + <type>com.sun.star.beans.Property</type> + <type>com.sun.star.beans.PropertyChangeEvent</type> + <type>com.sun.star.beans.PropertyVetoException</type> + <type>com.sun.star.beans.UnknownPropertyException</type> + <type>com.sun.star.beans.XPropertyChangeListener</type> + <type>com.sun.star.beans.XPropertySet</type> + <type>com.sun.star.beans.XPropertySetInfo</type> + <type>com.sun.star.beans.XVetoableChangeListener</type> + <type>com.sun.star.container.NoSuchElementException</type> + <type>com.sun.star.container.XElementAccess</type> + <type>com.sun.star.container.XEnumeration</type> + <type>com.sun.star.container.XEnumerationAccess</type> + <type>com.sun.star.container.XIndexAccess</type> + <type>com.sun.star.container.XNameAccess</type> + <type>com.sun.star.lang.EventObject</type> + <type>com.sun.star.lang.IllegalArgumentException</type> + <type>com.sun.star.lang.IndexOutOfBoundsException</type> + <type>com.sun.star.lang.WrappedTargetException</type> + <type>com.sun.star.lang.XEventListener</type> + <type>com.sun.star.lang.XMultiServiceFactory</type> + <type>com.sun.star.lang.XServiceInfo</type> + <type>com.sun.star.lang.XTypeProvider</type> + <type>com.sun.star.uno.Any</type> + <type>com.sun.star.uno.Exception</type> + <type>com.sun.star.uno.Reference</type> + <type>com.sun.star.uno.RuntimeException</type> + <type>com.sun.star.uno.Sequence</type> + <type>com.sun.star.uno.Type</type> + <type>com.sun.star.uno.TypeClass</type> + <type>com.sun.star.uno.XAdapter</type> + <type>com.sun.star.uno.XAggregation</type> + <type>com.sun.star.uno.XInterface</type> + <type>com.sun.star.uno.XReference</type> + <type>com.sun.star.uno.XWeak</type> + <type>com.sun.star.uno.genfunc</type> + </component-description> + <project-build-dependency>cppu</project-build-dependency> + <project-build-dependency>cppuhelper</project-build-dependency> + <project-build-dependency>osl</project-build-dependency> + <project-build-dependency>rtl</project-build-dependency> + <project-build-dependency>sal</project-build-dependency> + <project-build-dependency>stl</project-build-dependency> + <project-build-dependency>tools</project-build-dependency> + <project-build-dependency>typelib</project-build-dependency> + <project-build-dependency>uno</project-build-dependency> + <project-build-dependency>vos</project-build-dependency> +</module-description> |