diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-18 18:38:09 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-19 17:12:59 -0500 |
commit | 3e88ca86e9e3735ae8fbf144fcf51417c75baac8 (patch) | |
tree | c0df14cc707744589836ba581ba34723e3ec2c21 /sw | |
parent | 95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1 (diff) |
regenerate pch
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 40 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 251 |
2 files changed, 146 insertions, 145 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 4aacce227e43..04f67e1a8f1b 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -7,22 +7,18 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "sal/config.h" +#include "svl/urihelper.hxx" #include <algorithm> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basic/basmgr.hxx> #include <boost/scoped_array.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/XPropertyContainer.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/XIndexContainer.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> @@ -35,10 +31,10 @@ #include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/XDrawPage.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/XShapeArranger.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/XUniversalShapeDescriptor.hpp> #include <com/sun/star/embed/Aspects.hpp> @@ -48,17 +44,16 @@ #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XStorage.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/XFormController.hpp> -#include <com/sun/star/form/XForm.hpp> #include <com/sun/star/form/XFormsSupplier.hpp> #include <com/sun/star/form/XImageProducerSupplier.hpp> #include <com/sun/star/frame/XModel.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/WordType.hpp> +#include <com/sun/star/io/XStream.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> @@ -74,6 +69,13 @@ #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XUIConfigurationPersistence.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 <cstdio> #include <cstring> @@ -84,6 +86,10 @@ #include <editeng/boxitem.hxx> #include <editeng/brkitem.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/cntritem.hxx> #include <editeng/colritem.hxx> @@ -100,10 +106,6 @@ #include <editeng/frmdiritem.hxx> #include <editeng/hngpnctitem.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/kernitem.hxx> #include <editeng/langitem.hxx> @@ -139,16 +141,16 @@ #include <filter/msfilter/svxmsbas.hxx> #include <fstream> #include <functional> -#include <iostream> -#include <iterator> #include <i18npool/lang.h> #include <i18npool/languagetag.hxx> #include <i18npool/mslangid.hxx> +#include <iostream> +#include <iterator> #include <list> #include <map> #include <math.h> -#include <oox/export/drawingml.hxx> #include <oox/export/chartexport.hxx> +#include <oox/export/drawingml.hxx> #include <oox/export/utils.hxx> #include <oox/export/vmlexport.hxx> #include <oox/mathml/export.hxx> @@ -165,7 +167,6 @@ #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include "sal/config.h" #include <sal/macros.h> #include <sal/types.h> #include <set> @@ -187,7 +188,6 @@ #include <string.h> #include <svl/itemiter.hxx> #include <svl/stritem.hxx> -#include "svl/urihelper.hxx" #include <svl/urihelper.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 991c4122d5be..f51ad696126d 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -7,6 +7,21 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "com/sun/star/mail/XSmtpService.hpp" +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include "cppuhelper/implementationentry.hxx" +#include "editeng/frmdiritem.hxx" +#include "editeng/unolingu.hxx" +#include "i18npool/languagetag.hxx" +#include "rtl/ref.hxx" +#include "sal/config.h" +#include "sal/types.h" +#include "salhelper/simplereferenceobject.hxx" +#include "svl/urihelper.hxx" +#include "svtools/treelistentry.hxx" +#include "tools/string.hxx" +#include "vcl/metric.hxx" +#include "vcl/svapp.hxx" #include <algorithm> #include <assert.h> #include <avmedia/mediaitem.hxx> @@ -42,33 +57,6 @@ #include <cctype> #include <cfloat> #include <climits> -#include <comphelper/accessibleeventnotifier.hxx> -#include <comphelper/accessiblekeybindinghelper.hxx> -#include <comphelper/accessibletexthelper.hxx> -#include <comphelper/anytostring.hxx> -#include <comphelper/classids.hxx> -#include <comphelper/componentcontext.hxx> -#include <comphelper/documentconstants.hxx> -#include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/extract.hxx> -#include <comphelper/genericpropertyset.hxx> -#include <comphelper/ChainablePropertySetInfo.hxx> -#include <comphelper/makesequence.hxx> -#include <comphelper/MasterPropertySetInfo.hxx> -#include <comphelper/mediadescriptor.hxx> -#include <comphelper/processfactory.hxx> -#include <comphelper/scoped_disposing_ptr.hxx> -#include <comphelper/sequenceashashmap.hxx> -#include <comphelper/sequenceasvector.hxx> -#include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> -#include <comphelper/stl_types.hxx> -#include <comphelper/stlunosequence.hxx> -#include <comphelper/storagehelper.hxx> -#include <comphelper/string.hxx> -#include <comphelper/TypeGeneration.hxx> -#include <comphelper/types.hxx> -#include <comphelper/uno3.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleRelation.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> @@ -78,8 +66,8 @@ #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> #include <com/sun/star/accessibility/AccessibleTextType.hpp> #include <com/sun/star/accessibility/TextSegment.hpp> -#include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> +#include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> @@ -104,14 +92,23 @@ #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertiesChangeListener.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> -#include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XPropertyStateChangeListener.hpp> -#include <com/sun/star/container/XContainer.hpp> +#include <com/sun/star/chart/ChartDataChangeEvent.hpp> +#include <com/sun/star/chart/ChartDataRowSource.hpp> +#include <com/sun/star/chart/XChartDataChangeEventListener.hpp> +#include <com/sun/star/chart2/XChartDocument.hpp> +#include <com/sun/star/chart2/data/LabelOrigin.hpp> +#include <com/sun/star/chart2/data/XDataProvider.hpp> +#include <com/sun/star/chart2/data/XDataReceiver.hpp> +#include <com/sun/star/chart2/data/XDataSequence.hpp> +#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> #include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> @@ -150,12 +147,12 @@ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/XClassifiedObject.hpp> #include <com/sun/star/embed/XComponentSupplier.hpp> -#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> #include <com/sun/star/embed/XEmbedObjectCreator.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> -#include <com/sun/star/embed/XLinkageSupport.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XLinkCreator.hpp> +#include <com/sun/star/embed/XLinkageSupport.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/embed/XVisualObject.hpp> @@ -164,8 +161,8 @@ #include <com/sun/star/form/FormSubmitEncoding.hpp> #include <com/sun/star/form/FormSubmitMethod.hpp> #include <com/sun/star/form/ListSourceType.hpp> -#include <com/sun/star/form/XFormController.hpp> #include <com/sun/star/form/XForm.hpp> +#include <com/sun/star/form/XFormController.hpp> #include <com/sun/star/form/XFormsSupplier.hpp> #include <com/sun/star/form/XImageProducerSupplier.hpp> #include <com/sun/star/frame/DispatchHelper.hpp> @@ -186,39 +183,30 @@ #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/frame/XTitle.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> -#include <com/sun/star/chart/ChartDataChangeEvent.hpp> -#include <com/sun/star/chart/ChartDataRowSource.hpp> -#include <com/sun/star/chart/XChartDataChangeEventListener.hpp> -#include <com/sun/star/chart2/data/LabelOrigin.hpp> -#include <com/sun/star/chart2/data/XDataProvider.hpp> -#include <com/sun/star/chart2/data/XDataReceiver.hpp> -#include <com/sun/star/chart2/data/XDataSequence.hpp> -#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> -#include <com/sun/star/chart2/XChartDocument.hpp> -#include <com/sun/star/io/XActiveDataControl.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> -#include <com/sun/star/io/XOutputStream.hpp> -#include <com/sun/star/io/XSeekable.hpp> -#include <com/sun/star/io/XStream.hpp> #include <com/sun/star/i18n/Boundary.hpp> #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/BreakType.hpp> -#include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/CTLScriptType.hpp> -#include <com/sun/star/i18n/ForbiddenCharacters.hpp> -#include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/CharType.hpp> +#include <com/sun/star/i18n/CharacterIteratorMode.hpp> +#include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/i18n/ForbiddenCharacters.hpp> #include <com/sun/star/i18n/InputSequenceCheckMode.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/i18n/TextConversionOption.hpp> -#include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/i18n/TransliterationModules.hpp> +#include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/i18n/UnicodeScript.hpp> #include <com/sun/star/i18n/UnicodeType.hpp> #include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp> #include <com/sun/star/i18n/XForbiddenCharacters.hpp> +#include <com/sun/star/io/XActiveDataControl.hpp> +#include <com/sun/star/io/XActiveDataSource.hpp> +#include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/io/XSeekable.hpp> +#include <com/sun/star/io/XStream.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/Locale.hpp> @@ -241,7 +229,6 @@ #include <com/sun/star/linguistic2/XProofreadingIterator.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> #include <com/sun/star/linguistic2/XThesaurus.hpp> -#include "com/sun/star/mail/XSmtpService.hpp" #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/packages/zip/ZipIOException.hpp> #include <com/sun/star/rdf/Statement.hpp> @@ -256,15 +243,18 @@ #include <com/sun/star/script/ModuleInfo.hpp> #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/ScriptEventDescriptor.hpp> -#include <com/sun/star/script/vba/VBAEventId.hpp> -#include <com/sun/star/script/vba/XVBAEventProcessor.hpp> -#include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/script/XEventAttacher.hpp> #include <com/sun/star/script/XEventAttacherManager.hpp> #include <com/sun/star/script/XInvocation.hpp> #include <com/sun/star/script/XLibraryContainer.hpp> -#include <com/sun/star/sdbc/DataType.hpp> +#include <com/sun/star/script/vba/VBAEventId.hpp> +#include <com/sun/star/script/vba/XVBAEventProcessor.hpp> +#include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/sdb/CommandType.hpp> +#include <com/sun/star/sdb/DatabaseContext.hpp> +#include <com/sun/star/sdb/XDatabaseAccess.hpp> +#include <com/sun/star/sdb/XQueriesSupplier.hpp> +#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> @@ -273,9 +263,6 @@ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XRowLocate.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> -#include <com/sun/star/sdb/DatabaseContext.hpp> -#include <com/sun/star/sdb/XDatabaseAccess.hpp> -#include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/style/BreakType.hpp> #include <com/sun/star/style/DropCapFormat.hpp> #include <com/sun/star/style/GraphicLocation.hpp> @@ -287,32 +274,32 @@ #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/style/ParagraphStyleCategory.hpp> #include <com/sun/star/style/VerticalAlignment.hpp> -#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/style/XStyle.hpp> -#include <com/sun/star/system/SystemShellExecuteFlags.hpp> +#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/system/SystemShellExecute.hpp> -#include <com/sun/star/table/BorderLineStyle.hpp> +#include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <com/sun/star/table/BorderLine2.hpp> +#include <com/sun/star/table/BorderLineStyle.hpp> #include <com/sun/star/table/CellContentType.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/TableBorder2.hpp> +#include <com/sun/star/table/TableBorderDistances.hpp> #include <com/sun/star/table/TableSortField.hpp> #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XStatusIndicatorFactory.hpp> #include <com/sun/star/text/BibliographyDataField.hpp> +#include <com/sun/star/text/ChapterFormat.hpp> #include <com/sun/star/text/ControlCharacter.hpp> #include <com/sun/star/text/DefaultNumberingProvider.hpp> #include <com/sun/star/text/DocumentStatistic.hpp> #include <com/sun/star/text/FilenameDisplayFormat.hpp> #include <com/sun/star/text/FootnoteNumbering.hpp> #include <com/sun/star/text/GraphicCrop.hpp> -#include <com/sun/star/text/HoriOrientationFormat.hpp> #include <com/sun/star/text/HoriOrientation.hpp> +#include <com/sun/star/text/HoriOrientationFormat.hpp> #include <com/sun/star/text/HorizontalAdjust.hpp> -#include <com/sun/star/text/ChapterFormat.hpp> #include <com/sun/star/text/InvalidTextContentException.hpp> #include <com/sun/star/text/LabelFollow.hpp> #include <com/sun/star/text/MailMergeEvent.hpp> @@ -337,15 +324,15 @@ #include <com/sun/star/text/TextMarkupType.hpp> #include <com/sun/star/text/UserDataPart.hpp> #include <com/sun/star/text/UserFieldFormat.hpp> -#include <com/sun/star/text/VertOrientationFormat.hpp> #include <com/sun/star/text/VertOrientation.hpp> +#include <com/sun/star/text/VertOrientationFormat.hpp> #include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/XBookmarksSupplier.hpp> #include <com/sun/star/text/XDefaultNumberingProvider.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/XDocumentIndexesSupplier.hpp> #include <com/sun/star/text/XEndnotesSettingsSupplier.hpp> #include <com/sun/star/text/XEndnotesSupplier.hpp> #include <com/sun/star/text/XFlatParagraph.hpp> @@ -356,6 +343,7 @@ #include <com/sun/star/text/XMailMergeBroadcaster.hpp> #include <com/sun/star/text/XMailMergeListener.hpp> #include <com/sun/star/text/XNumberingTypeInfo.hpp> +#include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextColumns.hpp> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> @@ -364,12 +352,11 @@ #include <com/sun/star/text/XTextFrame.hpp> #include <com/sun/star/text/XTextFramesSupplier.hpp> #include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> -#include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/text/XTextSection.hpp> #include <com/sun/star/text/XTextSectionsSupplier.hpp> -#include <com/sun/star/text/XTextTableCursor.hpp> #include <com/sun/star/text/XTextTable.hpp> +#include <com/sun/star/text/XTextTableCursor.hpp> #include <com/sun/star/text/XTextTablesSupplier.hpp> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> @@ -382,11 +369,10 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ListboxControlActions.hpp> -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> +#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> @@ -409,8 +395,8 @@ #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XMacroExpander.hpp> #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -428,13 +414,40 @@ #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Writer.hpp> +#include <comphelper/ChainablePropertySetInfo.hxx> +#include <comphelper/MasterPropertySetInfo.hxx> +#include <comphelper/TypeGeneration.hxx> +#include <comphelper/accessibleeventnotifier.hxx> +#include <comphelper/accessiblekeybindinghelper.hxx> +#include <comphelper/accessibletexthelper.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/classids.hxx> +#include <comphelper/componentcontext.hxx> +#include <comphelper/documentconstants.hxx> +#include <comphelper/embeddedobjectcontainer.hxx> +#include <comphelper/extract.hxx> +#include <comphelper/genericpropertyset.hxx> +#include <comphelper/makesequence.hxx> +#include <comphelper/mediadescriptor.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/scoped_disposing_ptr.hxx> +#include <comphelper/sequence.hxx> +#include <comphelper/sequenceashashmap.hxx> +#include <comphelper/sequenceasvector.hxx> +#include <comphelper/servicehelper.hxx> +#include <comphelper/stl_types.hxx> +#include <comphelper/stlunosequence.hxx> +#include <comphelper/storagehelper.hxx> +#include <comphelper/string.hxx> +#include <comphelper/types.hxx> +#include <comphelper/uno3.hxx> +#include <config_graphite.h> #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> -#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> @@ -463,6 +476,7 @@ #include <drawinglayer/primitive2d/transformprimitive2d.hxx> #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> +#include <editeng/SpellPortions.hxx> #include <editeng/acorrcfg.hxx> #include <editeng/adjitem.hxx> #include <editeng/akrnitem.hxx> @@ -471,6 +485,10 @@ #include <editeng/boxitem.hxx> #include <editeng/brkitem.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/cntritem.hxx> #include <editeng/colritem.hxx> @@ -491,15 +509,10 @@ #include <editeng/fontitem.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <editeng/forbiddenruleitem.hxx> -#include "editeng/frmdiritem.hxx" #include <editeng/frmdiritem.hxx> #include <editeng/hangulhanja.hxx> #include <editeng/hngpnctitem.hxx> #include <editeng/hyznitem.hxx> -#include <editeng/charhiddenitem.hxx> -#include <editeng/charreliefitem.hxx> -#include <editeng/charrotateitem.hxx> -#include <editeng/charscaleitem.hxx> #include <editeng/itemtype.hxx> #include <editeng/keepitem.hxx> #include <editeng/kernitem.hxx> @@ -529,7 +542,6 @@ #include <editeng/shaditem.hxx> #include <editeng/shdditem.hxx> #include <editeng/sizeitem.hxx> -#include <editeng/SpellPortions.hxx> #include <editeng/spltitem.hxx> #include <editeng/splwrap.hxx> #include <editeng/svxacorr.hxx> @@ -545,7 +557,6 @@ #include <editeng/unoedsrc.hxx> #include <editeng/unofdesc.hxx> #include <editeng/unoforou.hxx> -#include "editeng/unolingu.hxx" #include <editeng/unolingu.hxx> #include <editeng/unoviwou.hxx> #include <editeng/wghtitem.hxx> @@ -555,24 +566,24 @@ #include <editeng/xmlcnitm.hxx> #include <float.h> #include <functional> -#include <iostream> -#include <iterator> #include <i18npool/lang.h> -#include "i18npool/languagetag.hxx" #include <i18npool/languagetag.hxx> #include <i18npool/mslangid.hxx> #include <i18nutil/scripttypedetector.hxx> #include <i18nutil/unicode.hxx> +#include <iostream> +#include <iterator> #include <libxml/encoding.h> #include <libxml/xmlwriter.h> -#include <limits> #include <limits.h> +#include <limits> #include <linguistic/lngprops.hxx> #include <linguistic/misc.hxx> #include <list> #include <map> #include <math.h> #include <memory> +#include <o3tl/sorted_vector.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Writer.hxx> #include <osl/diagnose.h> @@ -583,13 +594,11 @@ #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/thread.hxx> -#include <o3tl/sorted_vector.hxx> #include <rsc/rscsfx.hxx> #include <rtl/instance.hxx> #include <rtl/logfile.hxx> #include <rtl/math.hxx> #include <rtl/random.h> -#include "rtl/ref.hxx" #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> #include <rtl/string.h> @@ -598,19 +607,19 @@ #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include "sal/config.h" -#include <salhelper/condition.hxx> -#include "salhelper/simplereferenceobject.hxx" #include <sal/log.hxx> #include <sal/macros.h> -#include "sal/types.h" #include <sal/types.h> +#include <salhelper/condition.hxx> #include <sax/tools/converter.hxx> #include <set> +#include <sfx2/DocumentMetadataAccess.hxx> +#include <sfx2/Metadatable.hxx> #include <sfx2/app.hxx> #include <sfx2/appuno.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> +#include <sfx2/childwin.hxx> #include <sfx2/dinfdlg.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfac.hxx> @@ -619,7 +628,6 @@ #include <sfx2/docinsert.hxx> #include <sfx2/dockwin.hxx> #include <sfx2/doctempl.hxx> -#include <sfx2/DocumentMetadataAccess.hxx> #include <sfx2/event.hxx> #include <sfx2/evntconf.hxx> #include <sfx2/fcontnr.hxx> @@ -628,14 +636,12 @@ #include <sfx2/frmdescr.hxx> #include <sfx2/frmhtml.hxx> #include <sfx2/frmhtmlw.hxx> -#include <sfx2/childwin.hxx> #include <sfx2/imagemgr.hxx> #include <sfx2/imgmgr.hxx> #include <sfx2/infobar.hxx> #include <sfx2/ipclient.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/lnkbase.hxx> -#include <sfx2/Metadatable.hxx> #include <sfx2/mieclip.hxx> #include <sfx2/mnumgr.hxx> #include <sfx2/msg.hxx> @@ -675,8 +681,9 @@ #include <stack> #include <stdio.h> #include <stdlib.h> -#include <string> #include <string.h> +#include <string> +#include <svl/PasswordHelper.hxx> #include <svl/aeitem.hxx> #include <svl/asiancfg.hxx> #include <svl/brdcst.hxx> @@ -700,7 +707,6 @@ #include <svl/mailenum.hxx> #include <svl/numuno.hxx> #include <svl/ownlist.hxx> -#include <svl/PasswordHelper.hxx> #include <svl/poolitem.hxx> #include <svl/ptitem.hxx> #include <svl/rectitem.hxx> @@ -711,7 +717,6 @@ #include <svl/style.hxx> #include <svl/stylepool.hxx> #include <svl/undo.hxx> -#include "svl/urihelper.hxx" #include <svl/urihelper.hxx> #include <svl/urlbmk.hxx> #include <svl/visitem.hxx> @@ -747,14 +752,18 @@ #include <svtools/svtresid.hxx> #include <svtools/templdlg.hxx> #include <svtools/transfer.hxx> -#include "svtools/treelistentry.hxx" #include <svtools/txtcmp.hxx> #include <svtools/unoevent.hxx> #include <svtools/unoimap.hxx> #include <svtools/xwindowitem.hxx> #include <svx/AccessibleShape.hxx> #include <svx/AccessibleTextHelper.hxx> +#include <svx/ShapeTypeHandler.hxx> +#include <svx/SmartTagCtl.hxx> +#include <svx/SmartTagItem.hxx> #include <svx/anchorid.hxx> +#include <svx/charthelper.hxx> +#include <svx/chrtitem.hxx> #include <svx/clipboardctl.hxx> #include <svx/clipfmtitem.hxx> #include <svx/contdlg.hxx> @@ -777,9 +786,9 @@ #include <svx/fmview.hxx> #include <svx/fntctl.hxx> #include <svx/fntszctl.hxx> +#include <svx/fontwork.hxx> #include <svx/fontworkbar.hxx> #include <svx/fontworkgallery.hxx> -#include <svx/fontwork.hxx> #include <svx/formatpaintbrushctrl.hxx> #include <svx/framelink.hxx> #include <svx/galbrws.hxx> @@ -791,8 +800,6 @@ #include <svx/hlnkitem.hxx> #include <svx/htmlmode.hxx> #include <svx/hyperdlg.hxx> -#include <svx/charthelper.hxx> -#include <svx/chrtitem.hxx> #include <svx/imapdlg.hxx> #include <svx/insctrl.hxx> #include <svx/layctrl.hxx> @@ -801,8 +808,8 @@ #include <svx/linkwarn.hxx> #include <svx/modctrl.hxx> #include <svx/numinf.hxx> -#include <svx/objfac3d.hxx> #include <svx/obj3d.hxx> +#include <svx/objfac3d.hxx> #include <svx/ofaitem.hxx> #include <svx/optgrid.hxx> #include <svx/pageitem.hxx> @@ -828,11 +835,11 @@ #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> #include <svx/sdr/contact/viewobjectcontactredirector.hxx> -#include <svx/sdrobjectfilter.hxx> #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdr/overlay/overlayselection.hxx> -#include <svx/sdrpaintwindow.hxx> #include <svx/sdr/properties/defaultproperties.hxx> +#include <svx/sdrobjectfilter.hxx> +#include <svx/sdrpaintwindow.hxx> #include <svx/sdtaaitm.hxx> #include <svx/sdtacitm.hxx> #include <svx/sdtaditm.hxx> @@ -840,9 +847,6 @@ #include <svx/sdtakitm.hxx> #include <svx/selctrl.hxx> #include <svx/shapepropertynotifier.hxx> -#include <svx/ShapeTypeHandler.hxx> -#include <svx/SmartTagCtl.hxx> -#include <svx/SmartTagItem.hxx> #include <svx/srchdlg.hxx> #include <svx/stddlg.hxx> #include <svx/svddef.hxx> @@ -885,8 +889,8 @@ #include <svx/unoapi.hxx> #include <svx/unofill.hxx> #include <svx/unomid.hxx> -#include <svx/unomodel.hxx> #include <svx/unomod.hxx> +#include <svx/unomodel.hxx> #include <svx/unoprov.hxx> #include <svx/unoshape.hxx> #include <svx/unoshcol.hxx> @@ -953,7 +957,6 @@ #include <tools/shl.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include "tools/string.hxx" #include <tools/string.hxx> #include <tools/tempfile.hxx> #include <tools/time.hxx> @@ -965,6 +968,7 @@ #include <uno/lbnames.h> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> +#include <unotools/charclass.hxx> #include <unotools/collatorwrapper.hxx> #include <unotools/compatibility.hxx> #include <unotools/configitem.hxx> @@ -972,7 +976,6 @@ #include <unotools/configpaths.hxx> #include <unotools/eventcfg.hxx> #include <unotools/fltrcfg.hxx> -#include <unotools/charclass.hxx> #include <unotools/intlwrapper.hxx> #include <unotools/lingucfg.hxx> #include <unotools/linguprops.hxx> @@ -1014,9 +1017,8 @@ #include <vcl/lineinfo.hxx> #include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> -#include <vcl/menubtn.hxx> #include <vcl/menu.hxx> -#include "vcl/metric.hxx" +#include <vcl/menubtn.hxx> #include <vcl/metric.hxx> #include <vcl/mnemonic.hxx> #include <vcl/msgbox.hxx> @@ -1027,7 +1029,6 @@ #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/status.hxx> -#include "vcl/svapp.hxx" #include <vcl/svapp.hxx> #include <vcl/textview.hxx> #include <vcl/timer.hxx> @@ -1038,11 +1039,21 @@ #include <vcl/vclenum.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> -#include<vcl/window.hxx> #include <vcl/wrkwin.hxx> #include <vector> -#include <xmloff/attrlist.hxx> #include <xmloff/DocumentSettingsContext.hxx> +#include <xmloff/ProgressBarHelper.hxx> +#include <xmloff/XMLBase64ImportContext.hxx> +#include <xmloff/XMLFilterServiceNames.h> +#include <xmloff/XMLFontAutoStylePool.hxx> +#include <xmloff/XMLFontStylesContext.hxx> +#include <xmloff/XMLGraphicsDefaultStyle.hxx> +#include <xmloff/XMLTextListAutoStylePool.hxx> +#include <xmloff/XMLTextMasterPageExport.hxx> +#include <xmloff/XMLTextMasterStylesContext.hxx> +#include <xmloff/XMLTextShapeImportHelper.hxx> +#include <xmloff/XMLTextShapeStyleContext.hxx> +#include <xmloff/attrlist.hxx> #include <xmloff/families.hxx> #include <xmloff/i18nmap.hxx> #include <xmloff/maptype.hxx> @@ -1050,7 +1061,6 @@ #include <xmloff/numehelp.hxx> #include <xmloff/odffields.hxx> #include <xmloff/prhdlfac.hxx> -#include <xmloff/ProgressBarHelper.hxx> #include <xmloff/prstylei.hxx> #include <xmloff/txtimp.hxx> #include <xmloff/txtprmap.hxx> @@ -1058,13 +1068,8 @@ #include <xmloff/xformsexport.hxx> #include <xmloff/xformsimport.hxx> #include <xmloff/xmlaustp.hxx> -#include <xmloff/XMLBase64ImportContext.hxx> #include <xmloff/xmlcnitm.hxx> #include <xmloff/xmlexp.hxx> -#include <xmloff/XMLFilterServiceNames.h> -#include <xmloff/XMLFontAutoStylePool.hxx> -#include <xmloff/XMLFontStylesContext.hxx> -#include <xmloff/XMLGraphicsDefaultStyle.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlmetae.hxx> @@ -1074,14 +1079,10 @@ #include <xmloff/xmlscripti.hxx> #include <xmloff/xmlstyle.hxx> #include <xmloff/xmltabe.hxx> -#include <xmloff/XMLTextListAutoStylePool.hxx> -#include <xmloff/XMLTextMasterPageExport.hxx> -#include <xmloff/XMLTextMasterStylesContext.hxx> -#include <xmloff/XMLTextShapeImportHelper.hxx> -#include <xmloff/XMLTextShapeStyleContext.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmltypes.hxx> #include <xmloff/xmluconv.hxx> +#include<vcl/window.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |