diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-12 09:38:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-13 13:33:18 +0100 |
commit | c206fffbdcdb2b31b9c933a9106faa4dd6e146ee (patch) | |
tree | 713f46babc760fdd1b5946409343d697596a6f58 /sw | |
parent | ec89369f9f1c522c2c15fe1eaf6808f54233a4e3 (diff) |
PCH for Library_msword
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Library_msword.mk | 2 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_msword.cxx | 12 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 257 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8esh.cxx | 6 |
4 files changed, 274 insertions, 3 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index cae89b5cb9f2..02198885ac46 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -23,6 +23,8 @@ $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword)) $(eval $(call gb_Library_use_package,msword,writerfilter_sprmids)) +$(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/precompiled_msword)) + $(eval $(call gb_Library_set_include,msword,\ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/ui/inc \ diff --git a/sw/inc/pch/precompiled_msword.cxx b/sw/inc/pch/precompiled_msword.cxx new file mode 100644 index 000000000000..16cc0c969cd8 --- /dev/null +++ b/sw/inc/pch/precompiled_msword.cxx @@ -0,0 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include "precompiled_msword.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx new file mode 100644 index 000000000000..4aacce227e43 --- /dev/null +++ b/sw/inc/pch/precompiled_msword.hxx @@ -0,0 +1,257 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#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/container/XChild.hpp> +#include <com/sun/star/container/XIndexContainer.hpp> +#include <com/sun/star/document/XDocumentProperties.hpp> +#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> +#include <com/sun/star/document/XExporter.hpp> +#include <com/sun/star/document/XFilter.hpp> +#include <com/sun/star/document/XImporter.hpp> +#include <com/sun/star/drawing/XConnectableShape.hpp> +#include <com/sun/star/drawing/XConnectorShape.hpp> +#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/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> +#include <com/sun/star/embed/ElementModes.hpp> +#include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/XClassifiedObject.hpp> +#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/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/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/script/vba/XVBACompatibility.hpp> +#include <com/sun/star/text/TextContentAnchorType.hpp> +#include <com/sun/star/text/VertOrientation.hpp> +#include <com/sun/star/text/XTextRange.hpp> +#include <com/sun/star/ucb/SimpleFileAccess.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/ui/ItemType.hpp> +#include <com/sun/star/ui/ModuleUIConfigurationManagerSupplier.hpp> +#include <com/sun/star/ui/XImageManager.hpp> +#include <com/sun/star/ui/XUIConfigurationPersistence.hpp> +#include <com/sun/star/util/XCloseable.hpp> +#include <cppuhelper/implementationentry.hxx> +#include <cstdio> +#include <cstring> +#include <ctype.h> +#include <editeng/adjitem.hxx> +#include <editeng/akrnitem.hxx> +#include <editeng/blnkitem.hxx> +#include <editeng/boxitem.hxx> +#include <editeng/brkitem.hxx> +#include <editeng/brshitem.hxx> +#include <editeng/cmapitem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/crsditem.hxx> +#include <editeng/editeng.hxx> +#include <editeng/editobj.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/emphitem.hxx> +#include <editeng/escpitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/flditem.hxx> +#include <editeng/fontitem.hxx> +#include <editeng/forbiddenruleitem.hxx> +#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> +#include <editeng/lrspitem.hxx> +#include <editeng/lspcitem.hxx> +#include <editeng/opaqitem.hxx> +#include <editeng/orphitem.hxx> +#include <editeng/outliner.hxx> +#include <editeng/outlobj.hxx> +#include <editeng/paperinf.hxx> +#include <editeng/paravertalignitem.hxx> +#include <editeng/pbinitem.hxx> +#include <editeng/pgrditem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/protitem.hxx> +#include <editeng/scriptspaceitem.hxx> +#include <editeng/shaditem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/spltitem.hxx> +#include <editeng/svxfont.hxx> +#include <editeng/tstpitem.hxx> +#include <editeng/twolinesitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/unolingu.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/widwitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <filter/msfilter/mscodec.hxx> +#include <filter/msfilter/msdffimp.hxx> +#include <filter/msfilter/msoleexp.hxx> +#include <filter/msfilter/rtfutil.hxx> +#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 <list> +#include <map> +#include <math.h> +#include <oox/export/drawingml.hxx> +#include <oox/export/chartexport.hxx> +#include <oox/export/utils.hxx> +#include <oox/export/vmlexport.hxx> +#include <oox/mathml/export.hxx> +#include <oox/ole/olehelper.hxx> +#include <oox/ole/olestorage.hxx> +#include <oox/ole/vbaproject.hxx> +#include <oox/token/tokens.hxx> +#include <osl/diagnose.h> +#include <osl/endian.h> +#include <osl/file.hxx> +#include <osl/time.h> +#include <rtl/math.hxx> +#include <rtl/random.h> +#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> +#include <sfx2/app.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/docinf.hxx> +#include <sfx2/fcontnr.hxx> +#include <sfx2/frame.hxx> +#include <sfx2/linkmgr.hxx> +#include <sfx2/request.hxx> +#include <sfx2/sfxbasemodel.hxx> +#include <sot/exchange.hxx> +#include <sot/storage.hxx> +#include <sot/storinfo.hxx> +#include <stdarg.h> +#include <stddef.h> +#include <stdio.h> +#include <stdlib.h> +#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> +#include <svl/zformat.hxx> +#include <svtools/embedhlp.hxx> +#include <svtools/filter.hxx> +#include <svtools/imap.hxx> +#include <svtools/imapobj.hxx> +#include <svtools/miscopt.hxx> +#include <svtools/rtfkeywd.hxx> +#include <svx/fmglob.hxx> +#include <svx/rectenum.hxx> +#include <svx/sdtaitm.hxx> +#include <svx/svdmodel.hxx> +#include <svx/svdoashp.hxx> +#include <svx/svdoattr.hxx> +#include <svx/svdobj.hxx> +#include <svx/svdocapt.hxx> +#include <svx/svdocirc.hxx> +#include <svx/svdograf.hxx> +#include <svx/svdogrp.hxx> +#include <svx/svdoole2.hxx> +#include <svx/svdopath.hxx> +#include <svx/svdotext.hxx> +#include <svx/svdouno.hxx> +#include <svx/svdpage.hxx> +#include <svx/svdview.hxx> +#include <svx/svxerr.hxx> +#include <svx/sxctitm.hxx> +#include <svx/unoapi.hxx> +#include <svx/unoshape.hxx> +#include <svx/xfillit.hxx> +#include <svx/xflclit.hxx> +#include <svx/xfltrit.hxx> +#include <svx/xlineit.hxx> +#include <toolkit/helper/vclunohelper.hxx> +#include <tools/solar.h> +#include <tools/stream.hxx> +#include <tools/string.hxx> +#include <tools/tenccvt.hxx> +#include <tools/urlobj.hxx> +#include <ucbhelper/content.hxx> +#include <unicode/ubidi.h> +#include <unotools/configmgr.hxx> +#include <unotools/fltrcfg.hxx> +#include <unotools/fontcvt.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/localfilehelper.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/streamwrap.hxx> +#include <unotools/tempfile.hxx> +#include <unotools/ucbstreamhelper.hxx> +#include <utility> +#include <vcl/cvtgrf.hxx> +#include <vcl/font.hxx> +#include <vcl/graph.hxx> +#include <vcl/outdev.hxx> +#include <vcl/salbtype.hxx> +#include <vcl/svapp.hxx> +#include <vcl/temporaryfonts.hxx> +#include <vcl/vclenum.hxx> +#include <vcl/virdev.hxx> +#include <vector> +#include <writerfilter/doctok/sprmids.hxx> +#include <xmloff/odffields.hxx> + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx index 719d8e6f88c1..eaaeeaf088f0 100644 --- a/sw/source/filter/ww8/wrtw8esh.cxx +++ b/sw/source/filter/ww8/wrtw8esh.cxx @@ -121,8 +121,8 @@ namespace CompareDrawObjs(const WW8Export& rWrt) : wrt(rWrt) {}; bool operator()(DrawObj *a, DrawObj *b) const { - sal_uLong aSort = ::lcl_getSdrOrderNumber(wrt, a); - sal_uLong bSort = ::lcl_getSdrOrderNumber(wrt, b); + sal_uLong aSort = lcl_getSdrOrderNumber(wrt, a); + sal_uLong bSort = lcl_getSdrOrderNumber(wrt, b); return aSort < bSort; } }; @@ -141,7 +141,7 @@ namespace { rDstArr.push_back( &rSrcArr[i] ); } - std::sort(rDstArr.begin(), rDstArr.end(), ::CompareDrawObjs(rWrt)); + std::sort(rDstArr.begin(), rDstArr.end(), CompareDrawObjs(rWrt)); } } |