xref: /aoo42x/main/xmloff/Library_xo.mk (revision 7871dc3e)
1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir$(eval $(call gb_Library_Library,xo))
25cdf0e10cSrcweir
26cdf0e10cSrcweir$(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo))
27cdf0e10cSrcweir
28cdf0e10cSrcweir$(eval $(call gb_Library_add_package_headers,xo,xmloff_inc))
29cdf0e10cSrcweir
30cdf0e10cSrcweir$(eval $(call gb_Library_add_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff))
31cdf0e10cSrcweir
32cdf0e10cSrcweir$(eval $(call gb_Library_set_include,xo,\
33cdf0e10cSrcweir	$$(SOLARINC) \
34cdf0e10cSrcweir	-I. \
35cdf0e10cSrcweir	-I$(SRCDIR)/xmloff/inc \
36cdf0e10cSrcweir	-I$(SRCDIR)/xmloff/source/inc \
37cdf0e10cSrcweir	-I$(SRCDIR)/xmloff/inc/pch \
38cdf0e10cSrcweir	-I$(OUTDIR)/inc/offuh \
39cdf0e10cSrcweir))
40cdf0e10cSrcweir
41cdf0e10cSrcweir$(eval $(call gb_Library_set_defs,xo,\
42cdf0e10cSrcweir	$$(DEFS) \
43cdf0e10cSrcweir	-DXMLOFF_DLLIMPLEMENTATION \
44cdf0e10cSrcweir))
45cdf0e10cSrcweir
46cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,xo,\
47cdf0e10cSrcweir	basegfx \
48cdf0e10cSrcweir	comphelper \
49cdf0e10cSrcweir	cppu \
50cdf0e10cSrcweir	cppuhelper \
51cdf0e10cSrcweir	i18nisolang1 \
52cdf0e10cSrcweir	sal \
53cdf0e10cSrcweir	stl \
54cdf0e10cSrcweir	svl \
55cdf0e10cSrcweir	tl \
56cdf0e10cSrcweir	utl \
57cdf0e10cSrcweir	vos3 \
58cdf0e10cSrcweir	$(gb_STDLIBS) \
59cdf0e10cSrcweir))
60cdf0e10cSrcweir
61cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,xo,\
62cdf0e10cSrcweir	xmloff/source/chart/ColorPropertySet \
63cdf0e10cSrcweir	xmloff/source/chart/PropertyMaps \
64cdf0e10cSrcweir	xmloff/source/chart/SchXMLAutoStylePoolP \
65cdf0e10cSrcweir	xmloff/source/chart/SchXMLAxisContext \
66cdf0e10cSrcweir	xmloff/source/chart/SchXMLCalculationSettingsContext \
67cdf0e10cSrcweir	xmloff/source/chart/SchXMLChartContext \
68cdf0e10cSrcweir	xmloff/source/chart/SchXMLEnumConverter \
69cdf0e10cSrcweir	xmloff/source/chart/SchXMLExport \
70cdf0e10cSrcweir	xmloff/source/chart/SchXMLImport \
71cdf0e10cSrcweir	xmloff/source/chart/SchXMLLegendContext \
72cdf0e10cSrcweir	xmloff/source/chart/SchXMLParagraphContext \
73cdf0e10cSrcweir	xmloff/source/chart/SchXMLPlotAreaContext \
74cdf0e10cSrcweir	xmloff/source/chart/SchXMLSeries2Context \
75cdf0e10cSrcweir	xmloff/source/chart/SchXMLSeriesHelper \
76cdf0e10cSrcweir	xmloff/source/chart/SchXMLTableContext \
77cdf0e10cSrcweir	xmloff/source/chart/SchXMLTextListContext \
78cdf0e10cSrcweir	xmloff/source/chart/SchXMLTools \
79cdf0e10cSrcweir	xmloff/source/chart/XMLAxisPositionPropertyHdl \
80cdf0e10cSrcweir	xmloff/source/chart/XMLChartPropertyContext \
81cdf0e10cSrcweir	xmloff/source/chart/XMLChartStyleContext \
82cdf0e10cSrcweir	xmloff/source/chart/XMLErrorBarStylePropertyHdl \
83cdf0e10cSrcweir	xmloff/source/chart/XMLErrorIndicatorPropertyHdl \
84cdf0e10cSrcweir	xmloff/source/chart/XMLLabelSeparatorContext \
85cdf0e10cSrcweir	xmloff/source/chart/XMLSymbolImageContext \
86cdf0e10cSrcweir	xmloff/source/chart/XMLSymbolTypePropertyHdl \
87cdf0e10cSrcweir	xmloff/source/chart/XMLTextOrientationHdl \
88cdf0e10cSrcweir	xmloff/source/chart/contexts \
89cdf0e10cSrcweir	xmloff/source/chart/transporttypes \
90cdf0e10cSrcweir	xmloff/source/core/DocumentSettingsContext \
91cdf0e10cSrcweir	xmloff/source/core/DomBuilderContext \
92cdf0e10cSrcweir	xmloff/source/core/DomExport \
93cdf0e10cSrcweir	xmloff/source/core/ProgressBarHelper \
94cdf0e10cSrcweir	xmloff/source/core/PropertySetMerger \
95cdf0e10cSrcweir	xmloff/source/core/RDFaExportHelper \
96cdf0e10cSrcweir	xmloff/source/core/RDFaImportHelper \
97cdf0e10cSrcweir	xmloff/source/core/SettingsExportHelper \
98cdf0e10cSrcweir	xmloff/source/core/XMLBase64Export \
99cdf0e10cSrcweir	xmloff/source/core/XMLBase64ImportContext \
100cdf0e10cSrcweir	xmloff/source/core/XMLBasicExportFilter \
101cdf0e10cSrcweir	xmloff/source/core/XMLEmbeddedObjectExportFilter \
102cdf0e10cSrcweir	xmloff/source/core/XMLEmbeddedObjectImportContext \
103cdf0e10cSrcweir	xmloff/source/core/attrlist \
104cdf0e10cSrcweir	xmloff/source/core/facreg \
105cdf0e10cSrcweir	xmloff/source/core/i18nmap \
106cdf0e10cSrcweir	xmloff/source/core/nmspmap \
107cdf0e10cSrcweir	xmloff/source/core/unoatrcn \
108cdf0e10cSrcweir	xmloff/source/core/unointerfacetouniqueidentifiermapper \
109cdf0e10cSrcweir	xmloff/source/core/xmlcnitm \
110cdf0e10cSrcweir	xmloff/source/core/xmlehelp \
111cdf0e10cSrcweir	xmloff/source/core/xmlerror \
112cdf0e10cSrcweir	xmloff/source/core/xmlexp \
113cdf0e10cSrcweir	xmloff/source/core/xmlictxt \
114cdf0e10cSrcweir	xmloff/source/core/xmlimp \
115cdf0e10cSrcweir	xmloff/source/core/xmltkmap \
116cdf0e10cSrcweir	xmloff/source/core/xmltoken \
117cdf0e10cSrcweir	xmloff/source/core/xmluconv \
118ddde725dSArmin Le Grand	xmloff/source/core/xmlmultiimagehelper \
119cdf0e10cSrcweir	xmloff/source/draw/EnhancedCustomShapeToken \
120cdf0e10cSrcweir	xmloff/source/draw/XMLGraphicsDefaultStyle \
121cdf0e10cSrcweir	xmloff/source/draw/XMLImageMapContext \
122cdf0e10cSrcweir	xmloff/source/draw/XMLImageMapExport \
123cdf0e10cSrcweir	xmloff/source/draw/XMLNumberStyles \
124cdf0e10cSrcweir	xmloff/source/draw/XMLReplacementImageContext \
125cdf0e10cSrcweir	xmloff/source/draw/XMLShapePropertySetContext \
126cdf0e10cSrcweir	xmloff/source/draw/XMLShapeStyleContext \
127cdf0e10cSrcweir	xmloff/source/draw/animationexport \
128cdf0e10cSrcweir	xmloff/source/draw/animationimport \
129cdf0e10cSrcweir	xmloff/source/draw/animexp \
130cdf0e10cSrcweir	xmloff/source/draw/animimp \
131cdf0e10cSrcweir	xmloff/source/draw/descriptionimp \
132cdf0e10cSrcweir	xmloff/source/draw/eventimp \
133cdf0e10cSrcweir	xmloff/source/draw/layerexp \
134cdf0e10cSrcweir	xmloff/source/draw/layerimp \
135cdf0e10cSrcweir	xmloff/source/draw/numithdl \
136cdf0e10cSrcweir	xmloff/source/draw/propimp0 \
137cdf0e10cSrcweir	xmloff/source/draw/sdpropls \
138cdf0e10cSrcweir	xmloff/source/draw/sdxmlexp \
139cdf0e10cSrcweir	xmloff/source/draw/sdxmlimp \
140cdf0e10cSrcweir	xmloff/source/draw/shapeexport \
141cdf0e10cSrcweir	xmloff/source/draw/shapeexport2 \
142cdf0e10cSrcweir	xmloff/source/draw/shapeexport3 \
143cdf0e10cSrcweir	xmloff/source/draw/shapeexport4 \
144cdf0e10cSrcweir	xmloff/source/draw/shapeimport \
145cdf0e10cSrcweir	xmloff/source/draw/viewcontext \
146cdf0e10cSrcweir	xmloff/source/draw/xexptran \
147cdf0e10cSrcweir	xmloff/source/draw/ximp3dobject \
148cdf0e10cSrcweir	xmloff/source/draw/ximp3dscene \
149cdf0e10cSrcweir	xmloff/source/draw/ximpbody \
150cdf0e10cSrcweir	xmloff/source/draw/ximpcustomshape \
151cdf0e10cSrcweir	xmloff/source/draw/ximpgrp \
152cdf0e10cSrcweir	xmloff/source/draw/ximplink \
153cdf0e10cSrcweir	xmloff/source/draw/ximpnote \
154cdf0e10cSrcweir	xmloff/source/draw/ximppage \
155cdf0e10cSrcweir	xmloff/source/draw/ximpshap \
156cdf0e10cSrcweir	xmloff/source/draw/ximpshow \
157cdf0e10cSrcweir	xmloff/source/draw/ximpstyl \
158cdf0e10cSrcweir	xmloff/source/forms/attriblistmerge \
159cdf0e10cSrcweir	xmloff/source/forms/controlelement \
160cdf0e10cSrcweir	xmloff/source/forms/controlpropertyhdl \
161cdf0e10cSrcweir	xmloff/source/forms/controlpropertymap \
162cdf0e10cSrcweir	xmloff/source/forms/elementexport \
163cdf0e10cSrcweir	xmloff/source/forms/elementimport \
164cdf0e10cSrcweir	xmloff/source/forms/eventexport \
165cdf0e10cSrcweir	xmloff/source/forms/eventimport \
166cdf0e10cSrcweir	xmloff/source/forms/formattributes \
167cdf0e10cSrcweir	xmloff/source/forms/formcellbinding \
168cdf0e10cSrcweir	xmloff/source/forms/formenums \
169cdf0e10cSrcweir	xmloff/source/forms/formevents \
170cdf0e10cSrcweir	xmloff/source/forms/formlayerexport \
171cdf0e10cSrcweir	xmloff/source/forms/formlayerimport \
172cdf0e10cSrcweir	xmloff/source/forms/formsimp \
173cdf0e10cSrcweir	xmloff/source/forms/formstyles \
174cdf0e10cSrcweir	xmloff/source/forms/gridcolumnproptranslator \
175cdf0e10cSrcweir	xmloff/source/forms/layerexport \
176cdf0e10cSrcweir	xmloff/source/forms/layerimport \
177cdf0e10cSrcweir	xmloff/source/forms/logging \
178cdf0e10cSrcweir	xmloff/source/forms/officeforms \
179cdf0e10cSrcweir	xmloff/source/forms/propertyexport \
180cdf0e10cSrcweir	xmloff/source/forms/propertyimport \
181cdf0e10cSrcweir	xmloff/source/forms/property_meta_data \
182cdf0e10cSrcweir	xmloff/source/forms/strings \
183cdf0e10cSrcweir	xmloff/source/forms/valueproperties \
184cdf0e10cSrcweir	xmloff/source/forms/handler/form_handler_factory \
185cdf0e10cSrcweir	xmloff/source/forms/handler/property_handler_base \
186cdf0e10cSrcweir	xmloff/source/forms/handler/vcl_date_handler \
187cdf0e10cSrcweir	xmloff/source/forms/handler/vcl_time_handler \
188cdf0e10cSrcweir	xmloff/source/meta/MetaExportComponent \
189cdf0e10cSrcweir	xmloff/source/meta/MetaImportComponent \
190cdf0e10cSrcweir	xmloff/source/meta/xmlmetae \
191cdf0e10cSrcweir	xmloff/source/meta/xmlmetai \
192cdf0e10cSrcweir	xmloff/source/meta/xmlversion \
193cdf0e10cSrcweir	xmloff/source/script/XMLEventExport \
194cdf0e10cSrcweir	xmloff/source/script/XMLEventImportHelper \
195cdf0e10cSrcweir	xmloff/source/script/XMLEventsImportContext \
196cdf0e10cSrcweir	xmloff/source/script/XMLScriptContextFactory \
197cdf0e10cSrcweir	xmloff/source/script/XMLScriptExportHandler \
198cdf0e10cSrcweir	xmloff/source/script/XMLStarBasicContextFactory \
199cdf0e10cSrcweir	xmloff/source/script/XMLStarBasicExportHandler \
200cdf0e10cSrcweir	xmloff/source/script/xmlbasici \
201cdf0e10cSrcweir	xmloff/source/script/xmlscripti \
202cdf0e10cSrcweir	xmloff/source/style/AttributeContainerHandler \
203cdf0e10cSrcweir	xmloff/source/style/DashStyle \
204cdf0e10cSrcweir	xmloff/source/style/DrawAspectHdl \
205cdf0e10cSrcweir	xmloff/source/style/EnumPropertyHdl \
206cdf0e10cSrcweir	xmloff/source/style/FillStyleContext \
207cdf0e10cSrcweir	xmloff/source/style/GradientStyle \
208cdf0e10cSrcweir	xmloff/source/style/HatchStyle \
209cdf0e10cSrcweir	xmloff/source/style/ImageStyle \
210cdf0e10cSrcweir	xmloff/source/style/MarkerStyle \
211cdf0e10cSrcweir	xmloff/source/style/MultiPropertySetHelper \
212cdf0e10cSrcweir	xmloff/source/style/NamedBoolPropertyHdl \
213cdf0e10cSrcweir	xmloff/source/style/PageHeaderFooterContext \
214cdf0e10cSrcweir	xmloff/source/style/PageMasterExportPropMapper \
215cdf0e10cSrcweir	xmloff/source/style/PageMasterImportContext \
216cdf0e10cSrcweir	xmloff/source/style/PageMasterImportPropMapper \
217cdf0e10cSrcweir	xmloff/source/style/PageMasterPropHdl \
218cdf0e10cSrcweir	xmloff/source/style/PageMasterPropHdlFactory \
219cdf0e10cSrcweir	xmloff/source/style/PageMasterPropMapper \
220cdf0e10cSrcweir	xmloff/source/style/PageMasterStyleMap \
221cdf0e10cSrcweir	xmloff/source/style/PagePropertySetContext \
222cdf0e10cSrcweir	xmloff/source/style/SinglePropertySetInfoCache \
223cdf0e10cSrcweir	xmloff/source/style/StyleMap \
224cdf0e10cSrcweir	xmloff/source/style/TransGradientStyle \
225cdf0e10cSrcweir	xmloff/source/style/VisAreaContext \
226cdf0e10cSrcweir	xmloff/source/style/VisAreaExport \
227cdf0e10cSrcweir	xmloff/source/style/WordWrapPropertyHdl \
228cdf0e10cSrcweir	xmloff/source/style/XMLBackgroundImageContext \
229cdf0e10cSrcweir	xmloff/source/style/XMLBackgroundImageExport \
230cdf0e10cSrcweir	xmloff/source/style/XMLBitmapLogicalSizePropertyHandler \
231cdf0e10cSrcweir	xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler \
232cdf0e10cSrcweir	xmloff/source/style/XMLClipPropertyHandler \
233cdf0e10cSrcweir	xmloff/source/style/XMLConstantsPropertyHandler \
234cdf0e10cSrcweir	xmloff/source/style/XMLElementPropertyContext \
235cdf0e10cSrcweir	xmloff/source/style/XMLFillBitmapSizePropertyHandler \
236cdf0e10cSrcweir	xmloff/source/style/XMLFontAutoStylePool \
237cdf0e10cSrcweir	xmloff/source/style/XMLFontStylesContext \
238cdf0e10cSrcweir	xmloff/source/style/XMLFootnoteSeparatorExport \
239cdf0e10cSrcweir	xmloff/source/style/XMLFootnoteSeparatorImport \
240cdf0e10cSrcweir	xmloff/source/style/XMLIsPercentagePropertyHandler \
241cdf0e10cSrcweir	xmloff/source/style/XMLPageExport \
242cdf0e10cSrcweir	xmloff/source/style/XMLPercentOrMeasurePropertyHandler \
243cdf0e10cSrcweir	xmloff/source/style/XMLRectangleMembersHandler \
244cdf0e10cSrcweir	xmloff/source/style/adjushdl \
245cdf0e10cSrcweir	xmloff/source/style/backhdl \
246cdf0e10cSrcweir	xmloff/source/style/bordrhdl \
247cdf0e10cSrcweir	xmloff/source/style/breakhdl \
248cdf0e10cSrcweir	xmloff/source/style/cdouthdl \
249cdf0e10cSrcweir	xmloff/source/style/chrhghdl \
250cdf0e10cSrcweir	xmloff/source/style/chrlohdl \
251cdf0e10cSrcweir	xmloff/source/style/csmaphdl \
252cdf0e10cSrcweir	xmloff/source/style/durationhdl \
253cdf0e10cSrcweir	xmloff/source/style/escphdl \
254cdf0e10cSrcweir	xmloff/source/style/fonthdl \
255cdf0e10cSrcweir	xmloff/source/style/impastp1 \
256cdf0e10cSrcweir	xmloff/source/style/impastp2 \
257cdf0e10cSrcweir	xmloff/source/style/impastp3 \
258cdf0e10cSrcweir	xmloff/source/style/impastp4 \
259cdf0e10cSrcweir	xmloff/source/style/kernihdl \
260cdf0e10cSrcweir	xmloff/source/style/lspachdl \
261cdf0e10cSrcweir	xmloff/source/style/numehelp \
262cdf0e10cSrcweir	xmloff/source/style/opaquhdl \
263cdf0e10cSrcweir	xmloff/source/style/postuhdl \
264cdf0e10cSrcweir	xmloff/source/style/prhdlfac \
265cdf0e10cSrcweir	xmloff/source/style/prstylei \
266cdf0e10cSrcweir	xmloff/source/style/shadwhdl \
267cdf0e10cSrcweir	xmloff/source/style/shdwdhdl \
268cdf0e10cSrcweir	xmloff/source/style/styleexp \
269cdf0e10cSrcweir	xmloff/source/style/tabsthdl \
270cdf0e10cSrcweir	xmloff/source/style/undlihdl \
271cdf0e10cSrcweir	xmloff/source/style/uniref \
272cdf0e10cSrcweir	xmloff/source/style/weighhdl \
273cdf0e10cSrcweir	xmloff/source/style/xmlaustp \
274cdf0e10cSrcweir	xmloff/source/style/xmlbahdl \
275cdf0e10cSrcweir	xmloff/source/style/xmlexppr \
276cdf0e10cSrcweir	xmloff/source/style/xmlimppr \
277cdf0e10cSrcweir	xmloff/source/style/xmlnume \
278cdf0e10cSrcweir	xmloff/source/style/xmlnumfe \
279cdf0e10cSrcweir	xmloff/source/style/xmlnumfi \
280cdf0e10cSrcweir	xmloff/source/style/xmlnumi \
281cdf0e10cSrcweir	xmloff/source/style/xmlprcon \
282cdf0e10cSrcweir	xmloff/source/style/xmlprhdl \
283cdf0e10cSrcweir	xmloff/source/style/xmlprmap \
284cdf0e10cSrcweir	xmloff/source/style/xmlstyle \
285cdf0e10cSrcweir	xmloff/source/style/xmltabe \
286cdf0e10cSrcweir	xmloff/source/style/xmltabi \
287cdf0e10cSrcweir	xmloff/source/table/XMLTableExport \
288cdf0e10cSrcweir	xmloff/source/table/XMLTableImport \
289cdf0e10cSrcweir	xmloff/source/text/XMLAutoMarkFileContext \
290cdf0e10cSrcweir	xmloff/source/text/XMLAutoTextContainerEventImport \
291cdf0e10cSrcweir	xmloff/source/text/XMLAutoTextEventExport \
292cdf0e10cSrcweir	xmloff/source/text/XMLAutoTextEventImport \
293cdf0e10cSrcweir	xmloff/source/text/XMLCalculationSettingsContext \
294cdf0e10cSrcweir	xmloff/source/text/XMLChangeElementImportContext \
295cdf0e10cSrcweir	xmloff/source/text/XMLChangeImportContext \
296cdf0e10cSrcweir	xmloff/source/text/XMLChangeInfoContext \
297cdf0e10cSrcweir	xmloff/source/text/XMLChangedRegionImportContext \
298cdf0e10cSrcweir	xmloff/source/text/XMLFootnoteBodyImportContext \
299cdf0e10cSrcweir	xmloff/source/text/XMLFootnoteConfigurationImportContext \
300cdf0e10cSrcweir	xmloff/source/text/XMLFootnoteImportContext \
301cdf0e10cSrcweir	xmloff/source/text/XMLIndexAlphabeticalSourceContext \
302cdf0e10cSrcweir	xmloff/source/text/XMLIndexBibliographyConfigurationContext \
303cdf0e10cSrcweir	xmloff/source/text/XMLIndexBibliographyEntryContext \
304cdf0e10cSrcweir	xmloff/source/text/XMLIndexBibliographySourceContext \
305cdf0e10cSrcweir	xmloff/source/text/XMLIndexBodyContext \
306cdf0e10cSrcweir	xmloff/source/text/XMLIndexChapterInfoEntryContext \
307cdf0e10cSrcweir	xmloff/source/text/XMLIndexIllustrationSourceContext \
308cdf0e10cSrcweir	xmloff/source/text/XMLIndexMarkExport \
309cdf0e10cSrcweir	xmloff/source/text/XMLIndexObjectSourceContext \
310cdf0e10cSrcweir	xmloff/source/text/XMLIndexSimpleEntryContext \
311cdf0e10cSrcweir	xmloff/source/text/XMLIndexSourceBaseContext \
312cdf0e10cSrcweir	xmloff/source/text/XMLIndexSpanEntryContext \
313cdf0e10cSrcweir	xmloff/source/text/XMLIndexTOCContext \
314cdf0e10cSrcweir	xmloff/source/text/XMLIndexTOCSourceContext \
315cdf0e10cSrcweir	xmloff/source/text/XMLIndexTOCStylesContext \
316cdf0e10cSrcweir	xmloff/source/text/XMLIndexTabStopEntryContext \
317cdf0e10cSrcweir	xmloff/source/text/XMLIndexTableSourceContext \
318cdf0e10cSrcweir	xmloff/source/text/XMLIndexTemplateContext \
319cdf0e10cSrcweir	xmloff/source/text/XMLIndexTitleTemplateContext \
320cdf0e10cSrcweir	xmloff/source/text/XMLIndexUserSourceContext \
321cdf0e10cSrcweir	xmloff/source/text/XMLLineNumberingExport \
322cdf0e10cSrcweir	xmloff/source/text/XMLLineNumberingImportContext \
323cdf0e10cSrcweir	xmloff/source/text/XMLLineNumberingSeparatorImportContext \
324cdf0e10cSrcweir	xmloff/source/text/XMLPropertyBackpatcher \
325cdf0e10cSrcweir	xmloff/source/text/XMLRedlineExport \
326cdf0e10cSrcweir	xmloff/source/text/XMLSectionExport \
327cdf0e10cSrcweir	xmloff/source/text/XMLSectionFootnoteConfigExport \
328cdf0e10cSrcweir	xmloff/source/text/XMLSectionFootnoteConfigImport \
329cdf0e10cSrcweir	xmloff/source/text/XMLSectionImportContext \
330cdf0e10cSrcweir	xmloff/source/text/XMLSectionSourceDDEImportContext \
331cdf0e10cSrcweir	xmloff/source/text/XMLSectionSourceImportContext \
332cdf0e10cSrcweir	xmloff/source/text/XMLStringBufferImportContext \
333cdf0e10cSrcweir	xmloff/source/text/XMLTextCharStyleNamesElementExport \
334cdf0e10cSrcweir	xmloff/source/text/XMLTextColumnsContext \
335cdf0e10cSrcweir	xmloff/source/text/XMLTextColumnsExport \
336cdf0e10cSrcweir	xmloff/source/text/XMLTextFrameContext \
337cdf0e10cSrcweir	xmloff/source/text/XMLTextFrameHyperlinkContext \
338cdf0e10cSrcweir	xmloff/source/text/XMLTextHeaderFooterContext \
339cdf0e10cSrcweir	xmloff/source/text/XMLTextListAutoStylePool \
340cdf0e10cSrcweir	xmloff/source/text/XMLTextListBlockContext \
341cdf0e10cSrcweir	xmloff/source/text/XMLTextListItemContext \
342cdf0e10cSrcweir	xmloff/source/text/XMLTextMarkImportContext \
343cdf0e10cSrcweir	xmloff/source/text/XMLTextMasterPageContext \
344cdf0e10cSrcweir	xmloff/source/text/XMLTextMasterPageExport \
345cdf0e10cSrcweir	xmloff/source/text/XMLTextMasterStylesContext \
346cdf0e10cSrcweir	xmloff/source/text/XMLTextNumRuleInfo \
347cdf0e10cSrcweir	xmloff/source/text/XMLTextPropertySetContext \
348cdf0e10cSrcweir	xmloff/source/text/XMLTextShapeImportHelper \
349cdf0e10cSrcweir	xmloff/source/text/XMLTextShapeStyleContext \
350cdf0e10cSrcweir	xmloff/source/text/XMLTextTableContext \
351cdf0e10cSrcweir	xmloff/source/text/XMLTrackedChangesImportContext \
352cdf0e10cSrcweir	xmloff/source/text/txtdrope \
353cdf0e10cSrcweir	xmloff/source/text/txtdropi \
354cdf0e10cSrcweir	xmloff/source/text/txtexppr \
355cdf0e10cSrcweir	xmloff/source/text/txtflde \
356cdf0e10cSrcweir	xmloff/source/text/txtfldi \
357cdf0e10cSrcweir	xmloff/source/text/txtftne \
358cdf0e10cSrcweir	xmloff/source/text/txtimp \
359cdf0e10cSrcweir	xmloff/source/text/txtimppr \
360cdf0e10cSrcweir	xmloff/source/text/txtlists \
361cdf0e10cSrcweir	xmloff/source/text/txtparae \
362cdf0e10cSrcweir	xmloff/source/text/txtparai \
363cdf0e10cSrcweir	xmloff/source/text/txtprhdl \
364cdf0e10cSrcweir	xmloff/source/text/txtprmap \
365cdf0e10cSrcweir	xmloff/source/text/txtsecte \
366cdf0e10cSrcweir	xmloff/source/text/txtstyle \
367cdf0e10cSrcweir	xmloff/source/text/txtstyli \
368cdf0e10cSrcweir	xmloff/source/text/txtvfldi \
369cdf0e10cSrcweir	xmloff/source/xforms/SchemaContext \
370cdf0e10cSrcweir	xmloff/source/xforms/SchemaRestrictionContext \
371cdf0e10cSrcweir	xmloff/source/xforms/SchemaSimpleTypeContext \
372cdf0e10cSrcweir	xmloff/source/xforms/TokenContext \
373cdf0e10cSrcweir	xmloff/source/xforms/XFormsBindContext \
374cdf0e10cSrcweir	xmloff/source/xforms/XFormsInstanceContext \
375cdf0e10cSrcweir	xmloff/source/xforms/XFormsModelContext \
376cdf0e10cSrcweir	xmloff/source/xforms/XFormsSubmissionContext \
377cdf0e10cSrcweir	xmloff/source/xforms/xformsapi \
378cdf0e10cSrcweir	xmloff/source/xforms/xformsexport \
379cdf0e10cSrcweir	xmloff/source/xforms/xformsimport \
380cdf0e10cSrcweir))
381cdf0e10cSrcweir
382cdf0e10cSrcweir# vim: set noet ts=4 sw=4:
383