xref: /trunk/main/sc/xml/ScPageObj.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>Sascha Ballach</author>
7*cdf0e10cSrcweir        <name>com.sun.star.comp.office.ScPageObj</name>
8*cdf0e10cSrcweir        <description>
9*cdf0e10cSrcweir	This component provides access to the collection of DrawPages in a spreadsheet document.
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.SpreadsheetDrawPage</supported-service>
15*cdf0e10cSrcweir        <type>com.sun.star.awt.DeviceInfo</type>
16*cdf0e10cSrcweir        <type>com.sun.star.awt.FocusEvent</type>
17*cdf0e10cSrcweir        <type>com.sun.star.awt.FontDescriptor</type>
18*cdf0e10cSrcweir        <type>com.sun.star.awt.FontSlant</type>
19*cdf0e10cSrcweir        <type>com.sun.star.awt.Gradient</type>
20*cdf0e10cSrcweir        <type>com.sun.star.awt.GradientStyle</type>
21*cdf0e10cSrcweir        <type>com.sun.star.awt.InputEvent</type>
22*cdf0e10cSrcweir        <type>com.sun.star.awt.KeyEvent</type>
23*cdf0e10cSrcweir        <type>com.sun.star.awt.MouseEvent</type>
24*cdf0e10cSrcweir        <type>com.sun.star.awt.PaintEvent</type>
25*cdf0e10cSrcweir        <type>com.sun.star.awt.Point</type>
26*cdf0e10cSrcweir        <type>com.sun.star.awt.RasterOperation</type>
27*cdf0e10cSrcweir        <type>com.sun.star.awt.Rectangle</type>
28*cdf0e10cSrcweir        <type>com.sun.star.awt.SimpleFontMetric</type>
29*cdf0e10cSrcweir        <type>com.sun.star.awt.Size</type>
30*cdf0e10cSrcweir        <type>com.sun.star.awt.WindowClass</type>
31*cdf0e10cSrcweir        <type>com.sun.star.awt.WindowDescriptor</type>
32*cdf0e10cSrcweir        <type>com.sun.star.awt.WindowEvent</type>
33*cdf0e10cSrcweir        <type>com.sun.star.awt.XBitmap</type>
34*cdf0e10cSrcweir        <type>com.sun.star.awt.XControl</type>
35*cdf0e10cSrcweir        <type>com.sun.star.awt.XControlContainer</type>
36*cdf0e10cSrcweir        <type>com.sun.star.awt.XControlModel</type>
37*cdf0e10cSrcweir        <type>com.sun.star.awt.XDevice</type>
38*cdf0e10cSrcweir        <type>com.sun.star.awt.XDisplayBitmap</type>
39*cdf0e10cSrcweir        <type>com.sun.star.awt.XFocusListener</type>
40*cdf0e10cSrcweir        <type>com.sun.star.awt.XFont</type>
41*cdf0e10cSrcweir        <type>com.sun.star.awt.XGraphics</type>
42*cdf0e10cSrcweir        <type>com.sun.star.awt.XImageConsumer</type>
43*cdf0e10cSrcweir        <type>com.sun.star.awt.XImageProducer</type>
44*cdf0e10cSrcweir        <type>com.sun.star.awt.XKeyListener</type>
45*cdf0e10cSrcweir        <type>com.sun.star.awt.XMouseListener</type>
46*cdf0e10cSrcweir        <type>com.sun.star.awt.XMouseMotionListener</type>
47*cdf0e10cSrcweir        <type>com.sun.star.awt.XPaintListener</type>
48*cdf0e10cSrcweir        <type>com.sun.star.awt.XPointer</type>
49*cdf0e10cSrcweir        <type>com.sun.star.awt.XRegion</type>
50*cdf0e10cSrcweir        <type>com.sun.star.awt.XTabController</type>
51*cdf0e10cSrcweir        <type>com.sun.star.awt.XTabControllerModel</type>
52*cdf0e10cSrcweir        <type>com.sun.star.awt.XToolkit</type>
53*cdf0e10cSrcweir        <type>com.sun.star.awt.XView</type>
54*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindow</type>
55*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindowListener</type>
56*cdf0e10cSrcweir        <type>com.sun.star.awt.XWindowPeer</type>
57*cdf0e10cSrcweir        <type>com.sun.star.beans.IllegalTypeException</type>
58*cdf0e10cSrcweir        <type>com.sun.star.beans.NotRemoveableException</type>
59*cdf0e10cSrcweir        <type>com.sun.star.beans.Property</type>
60*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyAttribute</type>
61*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyChangeEvent</type>
62*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyExistException</type>
63*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyState</type>
64*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyStateChangeEvent</type>
65*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyValue</type>
66*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyValues</type>
67*cdf0e10cSrcweir        <type>com.sun.star.beans.PropertyVetoException</type>
68*cdf0e10cSrcweir        <type>com.sun.star.beans.UnknownPropertyException</type>
69*cdf0e10cSrcweir        <type>com.sun.star.beans.XFastPropertySet</type>
70*cdf0e10cSrcweir        <type>com.sun.star.beans.XMultiPropertySet</type>
71*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertiesChangeListener</type>
72*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyAccess</type>
73*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyChangeListener</type>
74*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyContainer</type>
75*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertySet</type>
76*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertySetInfo</type>
77*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyState</type>
78*cdf0e10cSrcweir        <type>com.sun.star.beans.XPropertyStateChangeListener</type>
79*cdf0e10cSrcweir        <type>com.sun.star.beans.XVetoableChangeListener</type>
80*cdf0e10cSrcweir        <type>com.sun.star.chart.ChartDataChangeEvent</type>
81*cdf0e10cSrcweir        <type>com.sun.star.chart.ChartDataChangeType</type>
82*cdf0e10cSrcweir        <type>com.sun.star.chart.XChartData</type>
83*cdf0e10cSrcweir        <type>com.sun.star.chart.XChartDataArray</type>
84*cdf0e10cSrcweir        <type>com.sun.star.chart.XChartDataChangeEventListener</type>
85*cdf0e10cSrcweir        <type>com.sun.star.container.ElementExistException</type>
86*cdf0e10cSrcweir        <type>com.sun.star.container.NoSuchElementException</type>
87*cdf0e10cSrcweir        <type>com.sun.star.container.XChild</type>
88*cdf0e10cSrcweir        <type>com.sun.star.container.XContentEnumerationAccess</type>
89*cdf0e10cSrcweir        <type>com.sun.star.container.XElementAccess</type>
90*cdf0e10cSrcweir        <type>com.sun.star.container.XEnumeration</type>
91*cdf0e10cSrcweir        <type>com.sun.star.container.XEnumerationAccess</type>
92*cdf0e10cSrcweir        <type>com.sun.star.container.XHierarchicalNameAccess</type>
93*cdf0e10cSrcweir        <type>com.sun.star.container.XIndexAccess</type>
94*cdf0e10cSrcweir        <type>com.sun.star.container.XNameAccess</type>
95*cdf0e10cSrcweir        <type>com.sun.star.container.XNameContainer</type>
96*cdf0e10cSrcweir        <type>com.sun.star.container.XNameReplace</type>
97*cdf0e10cSrcweir        <type>com.sun.star.container.XNamed</type>
98*cdf0e10cSrcweir        <type>com.sun.star.document.XActionLockable</type>
99*cdf0e10cSrcweir        <type>com.sun.star.document.XDocumentInfo</type>
100*cdf0e10cSrcweir        <type>com.sun.star.document.XDocumentInfoSupplier</type>
101*cdf0e10cSrcweir        <type>com.sun.star.document.XLinkTargetSupplier</type>
102*cdf0e10cSrcweir        <type>com.sun.star.drawing.XDrawPage</type>
103*cdf0e10cSrcweir        <type>com.sun.star.drawing.XDrawPageSupplier</type>
104*cdf0e10cSrcweir        <type>com.sun.star.drawing.XDrawPages</type>
105*cdf0e10cSrcweir        <type>com.sun.star.drawing.XDrawPagesSupplier</type>
106*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShape</type>
107*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapeBinder</type>
108*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapeCombiner</type>
109*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapeDescriptor</type>
110*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapeGroup</type>
111*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapeGrouper</type>
112*cdf0e10cSrcweir        <type>com.sun.star.drawing.XShapes</type>
113*cdf0e10cSrcweir        <type>com.sun.star.form.XForm</type>
114*cdf0e10cSrcweir        <type>com.sun.star.form.XFormComponent</type>
115*cdf0e10cSrcweir        <type>com.sun.star.form.XFormController</type>
116*cdf0e10cSrcweir        <type>com.sun.star.form.XFormControllerListener</type>
117*cdf0e10cSrcweir        <type>com.sun.star.form.XFormsSupplier</type>
118*cdf0e10cSrcweir        <type>com.sun.star.form.XImageProducerSupplier</type>
119*cdf0e10cSrcweir        <type>com.sun.star.frame.FrameAction</type>
120*cdf0e10cSrcweir        <type>com.sun.star.frame.FrameActionEvent</type>
121*cdf0e10cSrcweir        <type>com.sun.star.frame.XController</type>
122*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrame</type>
123*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrameActionListener</type>
124*cdf0e10cSrcweir        <type>com.sun.star.frame.XFrames</type>
125*cdf0e10cSrcweir        <type>com.sun.star.frame.XFramesSupplier</type>
126*cdf0e10cSrcweir        <type>com.sun.star.frame.XModel</type>
127*cdf0e10cSrcweir        <type>com.sun.star.frame.XStorable</type>
128*cdf0e10cSrcweir        <type>com.sun.star.io.IOException</type>
129*cdf0e10cSrcweir        <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type>
130*cdf0e10cSrcweir        <type>com.sun.star.lang.EventObject</type>
131*cdf0e10cSrcweir        <type>com.sun.star.lang.IllegalArgumentException</type>
132*cdf0e10cSrcweir        <type>com.sun.star.lang.IndexOutOfBoundsException</type>
133*cdf0e10cSrcweir        <type>com.sun.star.lang.KCharacterType</type>
134*cdf0e10cSrcweir        <type>com.sun.star.lang.KParseTokens</type>
135*cdf0e10cSrcweir        <type>com.sun.star.lang.KParseType</type>
136*cdf0e10cSrcweir        <type>com.sun.star.lang.Locale</type>
137*cdf0e10cSrcweir        <type>com.sun.star.lang.NoSupportException</type>
138*cdf0e10cSrcweir        <type>com.sun.star.lang.ParseResult</type>
139*cdf0e10cSrcweir        <type>com.sun.star.lang.WrappedTargetException</type>
140*cdf0e10cSrcweir        <type>com.sun.star.lang.XCharacterClassification</type>
141*cdf0e10cSrcweir        <type>com.sun.star.lang.XComponent</type>
142*cdf0e10cSrcweir        <type>com.sun.star.lang.XEventListener</type>
143*cdf0e10cSrcweir        <type>com.sun.star.lang.XMultiServiceFactory</type>
144*cdf0e10cSrcweir        <type>com.sun.star.lang.XServiceInfo</type>
145*cdf0e10cSrcweir        <type>com.sun.star.lang.XServiceName</type>
146*cdf0e10cSrcweir        <type>com.sun.star.lang.XSingleServiceFactory</type>
147*cdf0e10cSrcweir        <type>com.sun.star.lang.XTypeProvider</type>
148*cdf0e10cSrcweir        <type>com.sun.star.lang.XUnoTunnel</type>
149*cdf0e10cSrcweir        <type>com.sun.star.registry.InvalidRegistryException</type>
150*cdf0e10cSrcweir        <type>com.sun.star.registry.InvalidValueException</type>
151*cdf0e10cSrcweir        <type>com.sun.star.registry.RegistryKeyType</type>
152*cdf0e10cSrcweir        <type>com.sun.star.registry.RegistryValueType</type>
153*cdf0e10cSrcweir        <type>com.sun.star.registry.XRegistryKey</type>
154*cdf0e10cSrcweir        <type>com.sun.star.sheet.Border</type>
155*cdf0e10cSrcweir        <type>com.sun.star.sheet.CellDeleteMode</type>
156*cdf0e10cSrcweir        <type>com.sun.star.sheet.CellInsertMode</type>
157*cdf0e10cSrcweir        <type>com.sun.star.sheet.FillDateMode</type>
158*cdf0e10cSrcweir        <type>com.sun.star.sheet.FillDirection</type>
159*cdf0e10cSrcweir        <type>com.sun.star.sheet.FillMode</type>
160*cdf0e10cSrcweir        <type>com.sun.star.sheet.FilterConnection</type>
161*cdf0e10cSrcweir        <type>com.sun.star.sheet.FilterOperator</type>
162*cdf0e10cSrcweir        <type>com.sun.star.sheet.GeneralFunction</type>
163*cdf0e10cSrcweir        <type>com.sun.star.sheet.GoalResult</type>
164*cdf0e10cSrcweir        <type>com.sun.star.sheet.SheetLinkMode</type>
165*cdf0e10cSrcweir        <type>com.sun.star.sheet.SubTotalColumn</type>
166*cdf0e10cSrcweir        <type>com.sun.star.sheet.TableFilterField</type>
167*cdf0e10cSrcweir        <type>com.sun.star.sheet.TableOperationMode</type>
168*cdf0e10cSrcweir        <type>com.sun.star.sheet.TablePageBreakData</type>
169*cdf0e10cSrcweir        <type>com.sun.star.sheet.XAreaLink</type>
170*cdf0e10cSrcweir        <type>com.sun.star.sheet.XAreaLinks</type>
171*cdf0e10cSrcweir        <type>com.sun.star.sheet.XArrayFormulaRange</type>
172*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCalculatable</type>
173*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellAddressable</type>
174*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellFormatRangesSupplier</type>
175*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellRangeAddressable</type>
176*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellRangeMovement</type>
177*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellRangeReferrer</type>
178*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellRangesQuery</type>
179*cdf0e10cSrcweir        <type>com.sun.star.sheet.XCellSeries</type>
180*cdf0e10cSrcweir        <type>com.sun.star.sheet.XConsolidatable</type>
181*cdf0e10cSrcweir        <type>com.sun.star.sheet.XConsolidationDescriptor</type>
182*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDDELink</type>
183*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDataPilotDescriptor</type>
184*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDataPilotTables</type>
185*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
186*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDatabaseRange</type>
187*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDatabaseRanges</type>
188*cdf0e10cSrcweir        <type>com.sun.star.sheet.XDocumentAuditing</type>
189*cdf0e10cSrcweir        <type>com.sun.star.sheet.XFillAcrossSheet</type>
190*cdf0e10cSrcweir        <type>com.sun.star.sheet.XFormulaQuery</type>
191*cdf0e10cSrcweir        <type>com.sun.star.sheet.XGoalSeek</type>
192*cdf0e10cSrcweir        <type>com.sun.star.sheet.XLabelRange</type>
193*cdf0e10cSrcweir        <type>com.sun.star.sheet.XLabelRanges</type>
194*cdf0e10cSrcweir        <type>com.sun.star.sheet.XMultipleOperation</type>
195*cdf0e10cSrcweir        <type>com.sun.star.sheet.XNamedRange</type>
196*cdf0e10cSrcweir        <type>com.sun.star.sheet.XNamedRanges</type>
197*cdf0e10cSrcweir        <type>com.sun.star.sheet.XPrintAreas</type>
198*cdf0e10cSrcweir        <type>com.sun.star.sheet.XScenario</type>
199*cdf0e10cSrcweir        <type>com.sun.star.sheet.XScenarios</type>
200*cdf0e10cSrcweir        <type>com.sun.star.sheet.XScenariosSupplier</type>
201*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetAnnotation</type>
202*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetAnnotationAnchor</type>
203*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetAnnotations</type>
204*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type>
205*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetAuditing</type>
206*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetCellCursor</type>
207*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetCellRange</type>
208*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetCellRanges</type>
209*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
210*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetFilterable</type>
211*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetFilterableEx</type>
212*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetLinkable</type>
213*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetOperation</type>
214*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetOutline</type>
215*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSheetPageBreak</type>
216*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSpreadsheet</type>
217*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSpreadsheetDocument</type>
218*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSpreadsheets</type>
219*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSubTotalCalculatable</type>
220*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSubTotalDescriptor</type>
221*cdf0e10cSrcweir        <type>com.sun.star.sheet.XSubTotalField</type>
222*cdf0e10cSrcweir        <type>com.sun.star.sheet.XUsedAreaCursor</type>
223*cdf0e10cSrcweir        <type>com.sun.star.style.XStyle</type>
224*cdf0e10cSrcweir        <type>com.sun.star.style.XStyleFamiliesSupplier</type>
225*cdf0e10cSrcweir        <type>com.sun.star.style.XStyleLoader</type>
226*cdf0e10cSrcweir        <type>com.sun.star.table.CellAddress</type>
227*cdf0e10cSrcweir        <type>com.sun.star.table.CellContentType</type>
228*cdf0e10cSrcweir        <type>com.sun.star.table.CellRangeAddress</type>
229*cdf0e10cSrcweir        <type>com.sun.star.table.TableOrientation</type>
230*cdf0e10cSrcweir        <type>com.sun.star.table.XAutoFormattable</type>
231*cdf0e10cSrcweir        <type>com.sun.star.table.XCell</type>
232*cdf0e10cSrcweir        <type>com.sun.star.table.XCellRange</type>
233*cdf0e10cSrcweir        <type>com.sun.star.table.XColumnRowRange</type>
234*cdf0e10cSrcweir        <type>com.sun.star.table.XTableCharts</type>
235*cdf0e10cSrcweir        <type>com.sun.star.table.XTableChartsSupplier</type>
236*cdf0e10cSrcweir        <type>com.sun.star.table.XTableColumns</type>
237*cdf0e10cSrcweir        <type>com.sun.star.table.XTableRows</type>
238*cdf0e10cSrcweir        <type>com.sun.star.text.XSimpleText</type>
239*cdf0e10cSrcweir        <type>com.sun.star.text.XText</type>
240*cdf0e10cSrcweir        <type>com.sun.star.text.XTextContent</type>
241*cdf0e10cSrcweir        <type>com.sun.star.text.XTextCursor</type>
242*cdf0e10cSrcweir        <type>com.sun.star.text.XTextFieldsSupplier</type>
243*cdf0e10cSrcweir        <type>com.sun.star.text.XTextRange</type>
244*cdf0e10cSrcweir        <type>com.sun.star.uno.Any</type>
245*cdf0e10cSrcweir        <type>com.sun.star.uno.Exception</type>
246*cdf0e10cSrcweir        <type>com.sun.star.uno.Reference</type>
247*cdf0e10cSrcweir        <type>com.sun.star.uno.RuntimeException</type>
248*cdf0e10cSrcweir        <type>com.sun.star.uno.Sequence</type>
249*cdf0e10cSrcweir        <type>com.sun.star.uno.Type</type>
250*cdf0e10cSrcweir        <type>com.sun.star.uno.TypeClass</type>
251*cdf0e10cSrcweir        <type>com.sun.star.uno.XAdapter</type>
252*cdf0e10cSrcweir        <type>com.sun.star.uno.XAggregation</type>
253*cdf0e10cSrcweir        <type>com.sun.star.uno.XInterface</type>
254*cdf0e10cSrcweir        <type>com.sun.star.uno.XReference</type>
255*cdf0e10cSrcweir        <type>com.sun.star.uno.XWeak</type>
256*cdf0e10cSrcweir        <type>com.sun.star.uno.genfunc</type>
257*cdf0e10cSrcweir        <type>com.sun.star.util.Date</type>
258*cdf0e10cSrcweir        <type>com.sun.star.util.MalformedNumberFormatException</type>
259*cdf0e10cSrcweir        <type>com.sun.star.util.URL</type>
260*cdf0e10cSrcweir        <type>com.sun.star.util.XImportable</type>
261*cdf0e10cSrcweir        <type>com.sun.star.util.XIndent</type>
262*cdf0e10cSrcweir        <type>com.sun.star.util.XMergeable</type>
263*cdf0e10cSrcweir        <type>com.sun.star.util.XModifiable</type>
264*cdf0e10cSrcweir        <type>com.sun.star.util.XModifyBroadcaster</type>
265*cdf0e10cSrcweir        <type>com.sun.star.util.XModifyListener</type>
266*cdf0e10cSrcweir        <type>com.sun.star.util.XNumberFormats</type>
267*cdf0e10cSrcweir        <type>com.sun.star.util.XNumberFormatsSupplier</type>
268*cdf0e10cSrcweir        <type>com.sun.star.util.XProtectable</type>
269*cdf0e10cSrcweir        <type>com.sun.star.util.XRefreshListener</type>
270*cdf0e10cSrcweir        <type>com.sun.star.util.XRefreshable</type>
271*cdf0e10cSrcweir        <type>com.sun.star.util.XReplaceDescriptor</type>
272*cdf0e10cSrcweir        <type>com.sun.star.util.XReplaceable</type>
273*cdf0e10cSrcweir        <type>com.sun.star.util.XSearchDescriptor</type>
274*cdf0e10cSrcweir        <type>com.sun.star.util.XSearchable</type>
275*cdf0e10cSrcweir        <type>com.sun.star.util.XSortable</type>
276*cdf0e10cSrcweir        <type>com.sun.star.view.XPrintable</type>
277*cdf0e10cSrcweir    </component-description>
278*cdf0e10cSrcweir    <project-build-dependency>cppu</project-build-dependency>
279*cdf0e10cSrcweir    <project-build-dependency>cppuhelper</project-build-dependency>
280*cdf0e10cSrcweir    <project-build-dependency>osl</project-build-dependency>
281*cdf0e10cSrcweir    <project-build-dependency>rsc</project-build-dependency>
282*cdf0e10cSrcweir    <project-build-dependency>rtl</project-build-dependency>
283*cdf0e10cSrcweir    <project-build-dependency>sal</project-build-dependency>
284*cdf0e10cSrcweir    <project-build-dependency>sfx2</project-build-dependency>
285*cdf0e10cSrcweir    <project-build-dependency>sot</project-build-dependency>
286*cdf0e10cSrcweir    <project-build-dependency>stl</project-build-dependency>
287*cdf0e10cSrcweir    <project-build-dependency>svtools</project-build-dependency>
288*cdf0e10cSrcweir    <project-build-dependency>svx</project-build-dependency>
289*cdf0e10cSrcweir    <project-build-dependency>tools</project-build-dependency>
290*cdf0e10cSrcweir    <project-build-dependency>typelib</project-build-dependency>
291*cdf0e10cSrcweir    <project-build-dependency>uno</project-build-dependency>
292*cdf0e10cSrcweir    <project-build-dependency>unotools</project-build-dependency>
293*cdf0e10cSrcweir    <project-build-dependency>vcl</project-build-dependency>
294*cdf0e10cSrcweir    <project-build-dependency>vos</project-build-dependency>
295*cdf0e10cSrcweir</module-description>
296