Kaydet (Commit) 3e88ca86 authored tarafından Peter Foley's avatar Peter Foley

regenerate pch

Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
üst 95ea6cb2
...@@ -7,19 +7,15 @@ ...@@ -7,19 +7,15 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "sal/config.h"
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <comphelper/extract.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <comphelper/uno3.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp> #include <com/sun/star/sdbc/FetchDirection.hpp>
...@@ -27,11 +23,10 @@ ...@@ -27,11 +23,10 @@
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/XColumnLocate.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbcx/XIndexesSupplier.hpp> #include <com/sun/star/sdbcx/XIndexesSupplier.hpp>
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <com/sun/star/ucb/SearchCommandArgument.hpp> #include <com/sun/star/ucb/SearchCommandArgument.hpp>
#include <com/sun/star/ucb/SearchRecursion.hpp> #include <com/sun/star/ucb/SearchRecursion.hpp>
#include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp> #include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp>
...@@ -41,18 +36,23 @@ ...@@ -41,18 +36,23 @@
#include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/Time.hpp>
#include <comphelper/extract.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <comphelper/uno3.hxx>
#include <cppuhelper/propshlp.hxx> #include <cppuhelper/propshlp.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <i18npool/mslangid.hxx>
#include <iostream> #include <iostream>
#include <iterator> #include <iterator>
#include <i18npool/mslangid.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <osl/nlsupport.h> #include <osl/nlsupport.h>
#include <osl/thread.h> #include <osl/thread.h>
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include "sal/config.h"
#include <stdio.h> #include <stdio.h>
#include <tools/date.hxx> #include <tools/date.hxx>
#include <tools/datetime.hxx> #include <tools/datetime.hxx>
......
...@@ -7,12 +7,6 @@ ...@@ -7,12 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include <comphelper/extract.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp>
...@@ -21,10 +15,10 @@ ...@@ -21,10 +15,10 @@
#include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbcx/XDeleteRows.hpp> #include <com/sun/star/sdbcx/XDeleteRows.hpp>
#include <com/sun/star/sdbcx/XIndexesSupplier.hpp> #include <com/sun/star/sdbcx/XIndexesSupplier.hpp>
...@@ -32,6 +26,12 @@ ...@@ -32,6 +26,12 @@
#include <com/sun/star/util/NumberFormat.hpp> #include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <com/sun/star/util/NumberFormatsSupplier.hpp>
#include <com/sun/star/util/NumberFormatter.hpp> #include <com/sun/star/util/NumberFormatter.hpp>
#include <comphelper/extract.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
#include <ctype.h> #include <ctype.h>
#include <i18npool/languagetag.hxx> #include <i18npool/languagetag.hxx>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -7,22 +7,18 @@ ...@@ -7,22 +7,18 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "sal/config.h"
#include "svl/urihelper.hxx"
#include <algorithm> #include <algorithm>
#include <basegfx/point/b2dpoint.hxx> #include <basegfx/point/b2dpoint.hxx>
#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx>
#include <basic/basmgr.hxx> #include <basic/basmgr.hxx>
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include <comphelper/docpasswordrequest.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/stlunosequence.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentProperties.hpp>
...@@ -35,10 +31,10 @@ ...@@ -35,10 +31,10 @@
#include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShapeAligner.hpp> #include <com/sun/star/drawing/XShapeAligner.hpp>
#include <com/sun/star/drawing/XShapeArranger.hpp> #include <com/sun/star/drawing/XShapeArranger.hpp>
#include <com/sun/star/drawing/XShapeGroup.hpp> #include <com/sun/star/drawing/XShapeGroup.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShapeMirror.hpp> #include <com/sun/star/drawing/XShapeMirror.hpp>
#include <com/sun/star/drawing/XUniversalShapeDescriptor.hpp> #include <com/sun/star/drawing/XUniversalShapeDescriptor.hpp>
#include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/Aspects.hpp>
...@@ -48,17 +44,16 @@ ...@@ -48,17 +44,16 @@
#include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/form/XFormComponent.hpp> #include <com/sun/star/form/XFormComponent.hpp>
#include <com/sun/star/form/XFormController.hpp> #include <com/sun/star/form/XFormController.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/form/XFormsSupplier.hpp> #include <com/sun/star/form/XFormsSupplier.hpp>
#include <com/sun/star/form/XImageProducerSupplier.hpp> #include <com/sun/star/form/XImageProducerSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp>
...@@ -74,6 +69,13 @@ ...@@ -74,6 +69,13 @@
#include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/XUIConfigurationPersistence.hpp> #include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
#include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XCloseable.hpp>
#include <comphelper/docpasswordrequest.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/stlunosequence.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
#include <cstdio> #include <cstdio>
#include <cstring> #include <cstring>
...@@ -84,6 +86,10 @@ ...@@ -84,6 +86,10 @@
#include <editeng/boxitem.hxx> #include <editeng/boxitem.hxx>
#include <editeng/brkitem.hxx> #include <editeng/brkitem.hxx>
#include <editeng/brshitem.hxx> #include <editeng/brshitem.hxx>
#include <editeng/charhiddenitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/cmapitem.hxx> #include <editeng/cmapitem.hxx>
#include <editeng/cntritem.hxx> #include <editeng/cntritem.hxx>
#include <editeng/colritem.hxx> #include <editeng/colritem.hxx>
...@@ -100,10 +106,6 @@ ...@@ -100,10 +106,6 @@
#include <editeng/frmdiritem.hxx> #include <editeng/frmdiritem.hxx>
#include <editeng/hngpnctitem.hxx> #include <editeng/hngpnctitem.hxx>
#include <editeng/hyznitem.hxx> #include <editeng/hyznitem.hxx>
#include <editeng/charhiddenitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/keepitem.hxx> #include <editeng/keepitem.hxx>
#include <editeng/kernitem.hxx> #include <editeng/kernitem.hxx>
#include <editeng/langitem.hxx> #include <editeng/langitem.hxx>
...@@ -139,16 +141,16 @@ ...@@ -139,16 +141,16 @@
#include <filter/msfilter/svxmsbas.hxx> #include <filter/msfilter/svxmsbas.hxx>
#include <fstream> #include <fstream>
#include <functional> #include <functional>
#include <iostream>
#include <iterator>
#include <i18npool/lang.h> #include <i18npool/lang.h>
#include <i18npool/languagetag.hxx> #include <i18npool/languagetag.hxx>
#include <i18npool/mslangid.hxx> #include <i18npool/mslangid.hxx>
#include <iostream>
#include <iterator>
#include <list> #include <list>
#include <map> #include <map>
#include <math.h> #include <math.h>
#include <oox/export/drawingml.hxx>
#include <oox/export/chartexport.hxx> #include <oox/export/chartexport.hxx>
#include <oox/export/drawingml.hxx>
#include <oox/export/utils.hxx> #include <oox/export/utils.hxx>
#include <oox/export/vmlexport.hxx> #include <oox/export/vmlexport.hxx>
#include <oox/mathml/export.hxx> #include <oox/mathml/export.hxx>
...@@ -165,7 +167,6 @@ ...@@ -165,7 +167,6 @@
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "sal/config.h"
#include <sal/macros.h> #include <sal/macros.h>
#include <sal/types.h> #include <sal/types.h>
#include <set> #include <set>
...@@ -187,7 +188,6 @@ ...@@ -187,7 +188,6 @@
#include <string.h> #include <string.h>
#include <svl/itemiter.hxx> #include <svl/itemiter.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include "svl/urihelper.hxx"
#include <svl/urihelper.hxx> #include <svl/urihelper.hxx>
#include <svl/whiter.hxx> #include <svl/whiter.hxx>
#include <svl/zforlist.hxx> #include <svl/zforlist.hxx>
......
This diff is collapsed.
...@@ -7,19 +7,12 @@ ...@@ -7,19 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "doctok/resources.hxx"
#include "ooxml/OOXMLFastTokens.hxx"
#include <algorithm> #include <algorithm>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <comphelper/classids.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/stlunosequence.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/awt/FontRelief.hpp> #include <com/sun/star/awt/FontRelief.hpp>
#include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp> #include <com/sun/star/awt/FontStrikeout.hpp>
...@@ -34,8 +27,8 @@ ...@@ -34,8 +27,8 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNameContainer.hpp>
...@@ -50,8 +43,8 @@ ...@@ -50,8 +43,8 @@
#include <com/sun/star/drawing/BitmapMode.hpp> #include <com/sun/star/drawing/BitmapMode.hpp>
#include <com/sun/star/drawing/ColorMode.hpp> #include <com/sun/star/drawing/ColorMode.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
#include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/HomogenMatrix3.hpp> #include <com/sun/star/drawing/HomogenMatrix3.hpp>
#include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp>
...@@ -63,11 +56,11 @@ ...@@ -63,11 +56,11 @@
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp> #include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
#include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XEmbedObjectCreator.hpp> #include <com/sun/star/embed/XEmbedObjectCreator.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XHierarchicalStorageAccess.hpp> #include <com/sun/star/embed/XHierarchicalStorageAccess.hpp>
#include <com/sun/star/form/XFormComponent.hpp>
#include <com/sun/star/form/XForm.hpp> #include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/form/XFormComponent.hpp>
#include <com/sun/star/form/XFormsSupplier.hpp> #include <com/sun/star/form/XFormsSupplier.hpp>
#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp>
...@@ -94,19 +87,19 @@ ...@@ -94,19 +87,19 @@
#include <com/sun/star/style/PageStyleLayout.hpp> #include <com/sun/star/style/PageStyleLayout.hpp>
#include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp>
#include <com/sun/star/style/TabStop.hpp> #include <com/sun/star/style/TabStop.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/table/BorderLineStyle.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLineStyle.hpp>
#include <com/sun/star/table/ShadowFormat.hpp> #include <com/sun/star/table/ShadowFormat.hpp>
#include <com/sun/star/table/TableBorderDistances.hpp>
#include <com/sun/star/table/TableBorder.hpp> #include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/TableBorderDistances.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp> #include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/FootnoteNumbering.hpp> #include <com/sun/star/text/FootnoteNumbering.hpp>
#include <com/sun/star/text/GraphicCrop.hpp> #include <com/sun/star/text/GraphicCrop.hpp>
#include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
#include <com/sun/star/text/PageNumberType.hpp> #include <com/sun/star/text/PageNumberType.hpp>
#include <com/sun/star/text/PositionAndSpaceMode.hpp> #include <com/sun/star/text/PositionAndSpaceMode.hpp>
#include <com/sun/star/text/ReferenceFieldPart.hpp> #include <com/sun/star/text/ReferenceFieldPart.hpp>
...@@ -121,23 +114,23 @@ ...@@ -121,23 +114,23 @@
#include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/WrapTextMode.hpp>
#include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/text/WritingMode.hpp>
#include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/text/XDependentTextField.hpp> #include <com/sun/star/text/XDependentTextField.hpp>
#include <com/sun/star/text/XDocumentIndexesSupplier.hpp>
#include <com/sun/star/text/XDocumentIndex.hpp> #include <com/sun/star/text/XDocumentIndex.hpp>
#include <com/sun/star/text/XDocumentIndexesSupplier.hpp>
#include <com/sun/star/text/XEndnotesSupplier.hpp> #include <com/sun/star/text/XEndnotesSupplier.hpp>
#include <com/sun/star/text/XFootnote.hpp> #include <com/sun/star/text/XFootnote.hpp>
#include <com/sun/star/text/XFootnotesSupplier.hpp> #include <com/sun/star/text/XFootnotesSupplier.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/text/XLineNumberingProperties.hpp> #include <com/sun/star/text/XLineNumberingProperties.hpp>
#include <com/sun/star/text/XParagraphCursor.hpp> #include <com/sun/star/text/XParagraphCursor.hpp>
#include <com/sun/star/text/XRedline.hpp> #include <com/sun/star/text/XRedline.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextColumns.hpp> #include <com/sun/star/text/XTextColumns.hpp>
#include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/XTextCopy.hpp> #include <com/sun/star/text/XTextCopy.hpp>
#include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp> #include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/text/XTextFrame.hpp> #include <com/sun/star/text/XTextFrame.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
...@@ -149,10 +142,18 @@ ...@@ -149,10 +142,18 @@
#include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/SAXException.hpp> #include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/sax/XParser.hpp>
#include <comphelper/classids.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/stlunosequence.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
#include <doctok/resourceids.hxx> #include <doctok/resourceids.hxx>
#include "doctok/resources.hxx"
#include <doctok/resources.hxx> #include <doctok/resources.hxx>
#include <doctok/sprmids.hxx> #include <doctok/sprmids.hxx>
#include <editeng/borderline.hxx> #include <editeng/borderline.hxx>
...@@ -160,24 +161,23 @@ ...@@ -160,24 +161,23 @@
#include <filter/msfilter/util.hxx> #include <filter/msfilter/util.hxx>
#include <fstream> #include <fstream>
#include <functional> #include <functional>
#include <iostream>
#include <iterator>
#include <i18npool/languagetag.hxx> #include <i18npool/languagetag.hxx>
#include <i18nutil/paper.hxx> #include <i18nutil/paper.hxx>
#include <iostream>
#include <iterator>
#include <libxml/xmlstring.h> #include <libxml/xmlstring.h>
#include <map> #include <map>
#include <math.h> #include <math.h>
#include <oox/core/filterdetect.hxx> #include <oox/core/filterdetect.hxx>
#include <oox/helper/graphichelper.hxx> #include <oox/helper/graphichelper.hxx>
#include <oox/mathml/import.hxx> #include <oox/mathml/import.hxx>
#include "ooxml/OOXMLFastTokens.hxx"
#include <ooxml/OOXMLFastTokens.hxx>
#include <ooxml/OOXMLnamespaceids.hxx>
#include <ooxml/resourceids.hxx>
#include <oox/ole/olestorage.hxx> #include <oox/ole/olestorage.hxx>
#include <oox/ole/vbaproject.hxx> #include <oox/ole/vbaproject.hxx>
#include <oox/token/namespaces.hxx> #include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx> #include <oox/token/tokens.hxx>
#include <ooxml/OOXMLFastTokens.hxx>
#include <ooxml/OOXMLnamespaceids.hxx>
#include <ooxml/resourceids.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <osl/module.hxx> #include <osl/module.hxx>
...@@ -195,8 +195,8 @@ ...@@ -195,8 +195,8 @@
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string>
#include <string.h> #include <string.h>
#include <string>
#include <svl/lngmisc.hxx> #include <svl/lngmisc.hxx>
#include <svtools/grfmgr.hxx> #include <svtools/grfmgr.hxx>
#include <svtools/wmf.hxx> #include <svtools/wmf.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment