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