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