summaryrefslogtreecommitdiff
path: root/sc/xml/ScTableConditionalFormat.xml
blob: 0a998bcf23b9e19f1eb8849fda353cf4fa00b441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">

<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
<Author>Niklas Nebel</Author>
<Name>com.sun.star.comp.office.ScTableConditionalFormat</Name>
<Description>
    This component provides ...
</Description>

<SupportedService>com.sun.star.sheet.TableConditionalFormat</SupportedService>

<Language>c++</Language>

<Status StatusValue="final"/>

<ModuleName>sc</ModuleName>

<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>

<!--
<ServiceDependency>...</ServiceDependency>

<RuntimeModuleDependency>...</RuntimeModuleDependency>
-->

<ProjectBuildDependency>cppu</ProjectBuildDependency>
<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
<ProjectBuildDependency>osl</ProjectBuildDependency>
<ProjectBuildDependency>rtl</ProjectBuildDependency>
<ProjectBuildDependency>sal</ProjectBuildDependency>
<ProjectBuildDependency>stl</ProjectBuildDependency>
<ProjectBuildDependency>svtools</ProjectBuildDependency>
<ProjectBuildDependency>tools</ProjectBuildDependency>
<ProjectBuildDependency>typelib</ProjectBuildDependency>
<ProjectBuildDependency>uno</ProjectBuildDependency>
<ProjectBuildDependency>vcl</ProjectBuildDependency>
<ProjectBuildDependency>vos</ProjectBuildDependency>

<Type>com.sun.star.beans.Property</Type>
<Type>com.sun.star.beans.PropertyChangeEvent</Type>
<Type>com.sun.star.beans.PropertyState</Type>
<Type>com.sun.star.beans.PropertyValue</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.lang.XUnoTunnel</Type>
<Type>com.sun.star.sheet.ConditionOperator</Type>
<Type>com.sun.star.sheet.ValidationAlertStyle</Type>
<Type>com.sun.star.sheet.ValidationType</Type>
<Type>com.sun.star.sheet.XSheetCondition</Type>
<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
<Type>com.sun.star.sheet.XSheetConditionalEntry</Type>
<Type>com.sun.star.table.CellAddress</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>

</COMPONENTDESCRIPTION>