xref: /trunk/main/sc/xml/ScAreaLinkObj.xml (revision cdf0e10c)
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>Niklas Nebel</author>
7*cdf0e10cSrcweir        <name>com.sun.star.comp.office.ScAreaLinkObj</name>
8*cdf0e10cSrcweir        <description>
9*cdf0e10cSrcweir	This component provides access to a linked cell range.
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.CellAreaLink</supported-service>
15*cdf0e10cSrcweir        <type>com.sun.star.awt.FocusEvent</type>
16*cdf0e10cSrcweir        <type>com.sun.star.awt.InputEvent</type>
17*cdf0e10cSrcweir        <type>com.sun.star.awt.KeyEvent</type>
18*cdf0e10cSrcweir        <type>com.sun.star.awt.MouseEvent</type>
19*cdf0e10cSrcweir        <type>com.sun.star.awt.PaintEvent</type>
20*cdf0e10cSrcweir        <type>com.sun.star.awt.Rectangle</type>
21*cdf0e10cSrcweir        <type>com.sun.star.awt.WindowEvent</type>
22*cdf0e10cSrcweir        <type>com.sun.star.awt.XFocusListener</type>
23*cdf0e10cSrcweir        <type>com.sun.star.awt.XKeyListener</type>
24*cdf0e10cSrcweir        <type>com.sun.star.awt.XMouseListener</type>
25*cdf0e10cSrcweir        <type>com.sun.star.awt.XMouseMotionListener</type>
26*cdf0e10cSrcweir        <type>com.sun.star.awt.XPaintListener</type>
27*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindow</type>
28*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindowListener</type>
29*cdf0e10cSrcweir        <type>com.sun.star.beans.Property</type>
30*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyChangeEvent</type>
31*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyState</type>
32*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyValue</type>
33*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyVetoException</type>
34*cdf0e10cSrcweir        <type>com.sun.star.beans.UnknownPropertyException</type>
35*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyChangeListener</type>
36*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertySet</type>
37*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertySetInfo</type>
38*cdf0e10cSrcweir        <type>com.sun.star.beans.XVetoableChangeListener</type>
39*cdf0e10cSrcweir        <type>com.sun.star.container.NoSuchElementException</type>
40*cdf0e10cSrcweir        <type>com.sun.star.container.XElementAccess</type>
41*cdf0e10cSrcweir        <type>com.sun.star.container.XEnumeration</type>
42*cdf0e10cSrcweir        <type>com.sun.star.container.XEnumerationAccess</type>
43*cdf0e10cSrcweir        <type>com.sun.star.container.XIndexAccess</type>
44*cdf0e10cSrcweir        <type>com.sun.star.container.XNameAccess</type>
45*cdf0e10cSrcweir        <type>com.sun.star.container.XNamed</type>
46*cdf0e10cSrcweir        <type>com.sun.star.frame.FrameAction</type>
47*cdf0e10cSrcweir        <type>com.sun.star.frame.FrameActionEvent</type>
48*cdf0e10cSrcweir        <type>com.sun.star.frame.XController</type>
49*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrame</type>
50*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrameActionListener</type>
51*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrames</type>
52*cdf0e10cSrcweir        <type>com.sun.star.frame.XFramesSupplier</type>
53*cdf0e10cSrcweir        <type>com.sun.star.frame.XModel</type>
54*cdf0e10cSrcweir        <type>com.sun.star.lang.EventObject</type>
55*cdf0e10cSrcweir        <type>com.sun.star.lang.IllegalArgumentException</type>
56*cdf0e10cSrcweir        <type>com.sun.star.lang.IndexOutOfBoundsException</type>
57*cdf0e10cSrcweir        <type>com.sun.star.lang.Locale</type>
58*cdf0e10cSrcweir        <type>com.sun.star.lang.WrappedTargetException</type>
59*cdf0e10cSrcweir        <type>com.sun.star.lang.XComponent</type>
60*cdf0e10cSrcweir        <type>com.sun.star.lang.XEventListener</type>
61*cdf0e10cSrcweir        <type>com.sun.star.lang.XMultiServiceFactory</type>
62*cdf0e10cSrcweir        <type>com.sun.star.lang.XServiceInfo</type>
63*cdf0e10cSrcweir        <type>com.sun.star.lang.XSingleServiceFactory</type>
64*cdf0e10cSrcweir        <type>com.sun.star.lang.XTypeProvider</type>
65*cdf0e10cSrcweir        <type>com.sun.star.registry.InvalidRegistryException</type>
66*cdf0e10cSrcweir        <type>com.sun.star.registry.InvalidValueException</type>
67*cdf0e10cSrcweir        <type>com.sun.star.registry.RegistryKeyType</type>
68*cdf0e10cSrcweir        <type>com.sun.star.registry.RegistryValueType</type>
69*cdf0e10cSrcweir        <type>com.sun.star.registry.XRegistryKey</type>
70*cdf0e10cSrcweir        <type>com.sun.star.sheet.XAreaLink</type>
71*cdf0e10cSrcweir        <type>com.sun.star.sheet.XAreaLinks</type>
72*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDDELink</type>
73*cdf0e10cSrcweir        <type>com.sun.star.table.CellAddress</type>
74*cdf0e10cSrcweir        <type>com.sun.star.table.CellRangeAddress</type>
75*cdf0e10cSrcweir        <type>com.sun.star.uno.Any</type>
76*cdf0e10cSrcweir        <type>com.sun.star.uno.Exception</type>
77*cdf0e10cSrcweir        <type>com.sun.star.uno.Reference</type>
78*cdf0e10cSrcweir        <type>com.sun.star.uno.RuntimeException</type>
79*cdf0e10cSrcweir        <type>com.sun.star.uno.Sequence</type>
80*cdf0e10cSrcweir        <type>com.sun.star.uno.Type</type>
81*cdf0e10cSrcweir        <type>com.sun.star.uno.TypeClass</type>
82*cdf0e10cSrcweir        <type>com.sun.star.uno.XAdapter</type>
83*cdf0e10cSrcweir        <type>com.sun.star.uno.XAggregation</type>
84*cdf0e10cSrcweir        <type>com.sun.star.uno.XInterface</type>
85*cdf0e10cSrcweir        <type>com.sun.star.uno.XReference</type>
86*cdf0e10cSrcweir        <type>com.sun.star.uno.XWeak</type>
87*cdf0e10cSrcweir        <type>com.sun.star.uno.genfunc</type>
88*cdf0e10cSrcweir        <type>com.sun.star.util.URL</type>
89*cdf0e10cSrcweir        <type>com.sun.star.util.XRefreshListener</type>
90*cdf0e10cSrcweir        <type>com.sun.star.util.XRefreshable</type>
91*cdf0e10cSrcweir    </component-description>
92*cdf0e10cSrcweir    <project-build-dependency>cppu</project-build-dependency>
93*cdf0e10cSrcweir    <project-build-dependency>cppuhelper</project-build-dependency>
94*cdf0e10cSrcweir    <project-build-dependency>osl</project-build-dependency>
95*cdf0e10cSrcweir    <project-build-dependency>rsc</project-build-dependency>
96*cdf0e10cSrcweir    <project-build-dependency>rtl</project-build-dependency>
97*cdf0e10cSrcweir    <project-build-dependency>sal</project-build-dependency>
98*cdf0e10cSrcweir    <project-build-dependency>sfx2</project-build-dependency>
99*cdf0e10cSrcweir    <project-build-dependency>sot</project-build-dependency>
100*cdf0e10cSrcweir    <project-build-dependency>stl</project-build-dependency>
101*cdf0e10cSrcweir    <project-build-dependency>svtools</project-build-dependency>
102*cdf0e10cSrcweir    <project-build-dependency>svx</project-build-dependency>
103*cdf0e10cSrcweir    <project-build-dependency>tools</project-build-dependency>
104*cdf0e10cSrcweir    <project-build-dependency>typelib</project-build-dependency>
105*cdf0e10cSrcweir    <project-build-dependency>uno</project-build-dependency>
106*cdf0e10cSrcweir    <project-build-dependency>vcl</project-build-dependency>
107*cdf0e10cSrcweir    <project-build-dependency>vos</project-build-dependency>
108*cdf0e10cSrcweir</module-description>
109