diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-13 18:23:55 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-13 21:49:59 +0100 |
commit | 68a7d2c412ddd3ead977af1d0a6bff31cf601248 (patch) | |
tree | 37a33f800da425385427af53e84ba663cded5681 /svx | |
parent | 0ba0980b1c9d8901c5e864003bd1d4baad5c824c (diff) |
PCH for Library_svx and Library_svxcore
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svx.mk | 2 | ||||
-rw-r--r-- | svx/Library_svxcore.mk | 2 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svx.cxx | 12 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 416 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.cxx | 12 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 604 | ||||
-rw-r--r-- | svx/source/accessibility/charmapacc.cxx | 52 | ||||
-rw-r--r-- | svx/source/dialog/sendreportw32.cxx | 6 | ||||
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 | ||||
-rw-r--r-- | svx/source/table/propertyset.cxx | 4 | ||||
-rw-r--r-- | svx/source/table/propertyset.hxx | 4 | ||||
-rw-r--r-- | svx/source/table/tablecolumn.cxx | 8 | ||||
-rw-r--r-- | svx/source/table/tablecolumn.hxx | 4 | ||||
-rw-r--r-- | svx/source/table/tablerow.cxx | 8 | ||||
-rw-r--r-- | svx/source/table/tablerow.hxx | 4 |
15 files changed, 1095 insertions, 45 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 7d33cfb3c0fe..6837af4768ef 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -34,6 +34,8 @@ $(eval $(call gb_Library_add_defs,svx,\ -DBOOST_SPIRIT_USE_OLD_NAMESPACE \ )) +$(eval $(call gb_Library_set_precompiled_header,svx,$(SRCDIR)/svx/inc/pch/precompiled_svx)) + $(eval $(call gb_Library_use_libraries,svx,\ basegfx \ sb \ diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index b9e3b5ab9df5..db244aa66eee 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -37,6 +37,8 @@ $(eval $(call gb_Library_set_include,svxcore,\ -I$(WORKDIR)/SdiTarget/svx/sdi \ )) +$(eval $(call gb_Library_set_precompiled_header,svxcore,$(SRCDIR)/svx/inc/pch/precompiled_svxcore)) + #BOOST switch in customshapes #dialog: #.IF "$(GUI)"=="WNT" diff --git a/svx/inc/pch/precompiled_svx.cxx b/svx/inc/pch/precompiled_svx.cxx new file mode 100644 index 000000000000..a05a248abf2d --- /dev/null +++ b/svx/inc/pch/precompiled_svx.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_svx.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx new file mode 100644 index 000000000000..13b85611cdab --- /dev/null +++ b/svx/inc/pch/precompiled_svx.hxx @@ -0,0 +1,416 @@ +/* -*- 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/. + */ + +#ifdef WNT +#define UNICODE +#define _UNICODE +#endif + +#include <algorithm> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/tools/unotools.hxx> +#include <basegfx/tools/zoomtools.hxx> +#include <basic/sbxvar.hxx> +#include <boost/bind.hpp> +#include "boost/noncopyable.hpp" +#include <boost/scoped_ptr.hpp> +#include <boost/shared_ptr.hpp> +#include "boost/unordered_map.hpp" +#include <comphelper/accessibleeventnotifier.hxx> +#include <comphelper/accessiblewrapper.hxx> +#include <comphelper/configurationhelper.hxx> +#include "comphelper/processfactory.hxx" +#include <comphelper/processfactory.hxx> +#include <comphelper/propertysetinfo.hxx> +#include <comphelper/sequenceashashmap.hxx> +#include <comphelper/servicehelper.hxx> +#include <comphelper/serviceinfohelper.hxx> +#include <comphelper/stl_types.hxx> +#include <comphelper/string.hxx> +#include <comphelper/types.hxx> +#include <comphelper/uno3.hxx> +#include <com/sun/star/accessibility/AccessibleEventId.hpp> +#include <com/sun/star/accessibility/AccessibleEventObject.hpp> +#include <com/sun/star/accessibility/AccessibleRelationType.hpp> +#include <com/sun/star/accessibility/AccessibleRole.hpp> +#include <com/sun/star/accessibility/AccessibleStateType.hpp> +#include <com/sun/star/accessibility/XAccessibleComponent.hpp> +#include <com/sun/star/accessibility/XAccessibleContext.hpp> +#include <com/sun/star/accessibility/XAccessible.hpp> +#include <com/sun/star/awt/FocusChangeReason.hpp> +#include <com/sun/star/awt/KeyEvent.hpp> +#include <com/sun/star/awt/Key.hpp> +#include <com/sun/star/awt/KeyModifier.hpp> +#include <com/sun/star/awt/Point.hpp> +#include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyChangeEvent.hpp> +#include <com/sun/star/beans/PropertyState.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/beans/PropertyValues.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/configuration/theDefaultProvider.hpp> +#include <com/sun/star/container/XContainer.hpp> +#include <com/sun/star/container/XContentEnumerationAccess.hpp> +#include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/container/XIndexAccess.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> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/container/XStringKeyMap.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/document/EventObject.hpp> +#include <com/sun/star/document/XActionLockable.hpp> +#include <com/sun/star/drawing/Direction3D.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> +#include <com/sun/star/drawing/FillStyle.hpp> +#include <com/sun/star/drawing/Position3D.hpp> +#include <com/sun/star/drawing/ShadeMode.hpp> +#include <com/sun/star/drawing/XControlShape.hpp> +#include <com/sun/star/drawing/XShapeDescriptor.hpp> +#include <com/sun/star/drawing/XShapes.hpp> +#include <com/sun/star/form/FormComponentType.hpp> +#include <com/sun/star/frame/AutoRecovery.hpp> +#include <com/sun/star/frame/ModuleManager.hpp> +#include <com/sun/star/frame/status/FontHeight.hpp> +#include <com/sun/star/frame/status/LeftRightMargin.hpp> +#include <com/sun/star/frame/status/UpperLowerMargin.hpp> +#include <com/sun/star/frame/XController.hpp> +#include <com/sun/star/frame/XDispatch.hpp> +#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/XFramesSupplier.hpp> +#include <com/sun/star/frame/XLayoutManager.hpp> +#include <com/sun/star/gallery/GalleryItemType.hpp> +#include <com/sun/star/gallery/XGalleryTheme.hpp> +#include <com/sun/star/i18n/BreakIterator.hpp> +#include <com/sun/star/i18n/CharacterIteratorMode.hpp> +#include <com/sun/star/i18n/ScriptType.hpp> +#include <com/sun/star/i18n/TransliterationModules.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include "com/sun/star/lang/XMultiServiceFactory.hpp" +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/plugin/PluginDescription.hpp> +#include <com/sun/star/plugin/PluginManager.hpp> +#include <com/sun/star/plugin/XPluginManager.hpp> +#include <com/sun/star/reflection/ProxyFactory.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/smarttags/SmartTagRecognizerMode.hpp> +#include <com/sun/star/smarttags/XSmartTagAction.hpp> +#include <com/sun/star/smarttags/XSmartTagRecognizer.hpp> +#include <com/sun/star/style/BreakType.hpp> +#include <com/sun/star/style/NumberingType.hpp> +#include <com/sun/star/style/PageStyleLayout.hpp> +#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> +#include <com/sun/star/style/XStyle.hpp> +#include <com/sun/star/table/BorderLine.hpp> +#include <com/sun/star/table/CellAddress.hpp> +#include <com/sun/star/table/CellContentType.hpp> +#include <com/sun/star/table/CellOrientation.hpp> +#include <com/sun/star/table/CellRangeAddress.hpp> +#include <com/sun/star/table/CellVertJustify2.hpp> +#include <com/sun/star/table/ShadowFormat.hpp> +#include <com/sun/star/table/ShadowLocation.hpp> +#include <com/sun/star/table/TableBorder.hpp> +#include <com/sun/star/table/TableOrientation.hpp> +#include <com/sun/star/table/XMergeableCell.hpp> +#include <com/sun/star/table/XTable.hpp> +#include <com/sun/star/task/XStatusIndicatorFactory.hpp> +#include <com/sun/star/text/HoriOrientation.hpp> +#include <com/sun/star/text/RelOrientation.hpp> +#include <com/sun/star/text/RubyAdjust.hpp> +#include <com/sun/star/text/TextContentAnchorType.hpp> +#include <com/sun/star/text/VertOrientation.hpp> +#include <com/sun/star/text/WrapTextMode.hpp> +#include <com/sun/star/text/XDefaultNumberingProvider.hpp> +#include <com/sun/star/text/XNumberingFormatter.hpp> +#include <com/sun/star/text/XNumberingTypeInfo.hpp> +#include <com/sun/star/text/XRubySelection.hpp> +#include <com/sun/star/text/XText.hpp> +#include <com/sun/star/text/XTextMarkup.hpp> +#include <com/sun/star/text/XTextRange.hpp> +#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> +#include <com/sun/star/ui/dialogs/FolderPicker.hpp> +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> +#include <com/sun/star/ui/XUIElement.hpp> +#include "com/sun/star/uno/Any.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.h> +#include "com/sun/star/uno/Reference.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/Sequence.hxx" +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/util/SortField.hpp> +#include <com/sun/star/util/SortFieldType.hpp> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/URLTransformer.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/XChangesNotifier.hpp> +#include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <com/sun/star/util/XModifyListener.hpp> +#include <com/sun/star/util/XURLTransformer.hpp> +#include <com/sun/star/view/XSelectionChangeListener.hpp> +#include <com/sun/star/view/XSelectionSupplier.hpp> +#include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase6.hxx> +#include "cppuhelper/factory.hxx" +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase7.hxx> +#include <cppuhelper/interfacecontainer.h> +#include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/weakref.hxx> +#include <deque> +#include "editeng/AccessibleEditableTextPara.hxx" +#include "editeng/AccessibleParaManager.hxx" +#include <editeng/boxitem.hxx> +#include <editeng/brshitem.hxx> +#include <editeng/cmapitem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/crsditem.hxx> +#include "editeng/editdata.hxx" +#include <editeng/editdata.hxx> +#include "editeng/editeng.hxx" +#include <editeng/editeng.hxx> +#include <editeng/editobj.hxx> +#include <editeng/editview.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/emphitem.hxx> +#include <editeng/escpitem.hxx> +#include <editeng/fhgtitem.hxx> +#include "editeng/flstitem.hxx" +#include <editeng/flstitem.hxx> +#include "editeng/fontitem.hxx" +#include <editeng/fontitem.hxx> +#include <editeng/frmdiritem.hxx> +#include <editeng/charreliefitem.hxx> +#include <editeng/charscaleitem.hxx> +#include <editeng/itemtype.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/langitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/numitem.hxx> +#include <editeng/outliner.hxx> +#include "editeng/outlobj.hxx" +#include <editeng/outlobj.hxx> +#include <editeng/postitem.hxx> +#include "editeng/protitem.hxx" +#include <editeng/shaditem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/sizeitem.hxx> +#include "editeng/svxrtf.hxx" +#include <editeng/tstpitem.hxx> +#include <editeng/twolinesitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/ulspitem.hxx> +#include "editeng/unoedhlp.hxx" +#include <editeng/unoedsrc.hxx> +#include "editeng/unolingu.hxx" +#include <editeng/unolingu.hxx> +#include "editeng/unopracc.hxx" +#include <editeng/unotext.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/wrlmitem.hxx> +#include "editeng/xmlcnitm.hxx" +#include <i18npool/mslangid.hxx> +#include <limits> +#include <limits.h> +#include <list> +#include <map> +#include <math.h> +#include <memory> +#include <numeric> +#include "osl/diagnose.h" +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <osl/interlck.h> +#include <osl/mutex.hxx> +#include <osl/nlsupport.h> +#include <osl/security.hxx> +#include <rtl/bootstrap.hxx> +#include <rtl/instance.hxx> +#include <rtl/locale.h> +#include <rtl/math.hxx> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textenc.h> +#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> +#include "rtl/ustring.h" +#include "rtl/ustring.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/basedlgs.hxx> +#include <sfx2/bindings.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/evntconf.hxx> +#include <sfx2/filedlghelper.hxx> +#include <sfx2/imagemgr.hxx> +#include "sfx2/module.hxx" +#include <sfx2/module.hxx> +#include <sfx2/objsh.hxx> +#include <sfx2/opengrf.hxx> +#include <sfx2/printer.hxx> +#include <sfx2/request.hxx> +#include <sfx2/signaturestate.hxx> +#include <sfx2/tbxctrl.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/viewsh.hxx> +#include <sfx2/zoomitem.hxx> +#include <sot/exchange.hxx> +#include <sot/factory.hxx> +#include <sot/formats.hxx> +#include <stdio.h> +#include <stdlib.h> +#include <string> +#include <string.h> +#include <svl/aeitem.hxx> +#include <svl/cjkoptions.hxx> +#include <svl/eitem.hxx> +#include <svl/intitem.hxx> +#include <svl/itemiter.hxx> +#include <svl/itempool.hxx> +#include <svl/itemprop.hxx> +#include <svl/itemset.hxx> +#include <svl/languageoptions.hxx> +#include <svl/poolitem.hxx> +#include <svl/ptitem.hxx> +#include <svl/rectitem.hxx> +#include <svl/slstitm.hxx> +#include <svl/smplhint.hxx> +#include <svl/srchitem.hxx> +#include <svl/stritem.hxx> +#include <svl/style.hxx> +#include <svl/urihelper.hxx> +#include <svl/urlbmk.hxx> +#include <svl/whiter.hxx> +#include <svl/zforlist.hxx> +#include <svl/zformat.hxx> +#include <svtools/colorcfg.hxx> +#include <svtools/colrdlg.hxx> +#include <svtools/ctrlbox.hxx> +#include <svtools/ctrltool.hxx> +#include <svtools/ehdl.hxx> +#include <svtools/filter.hxx> +#include <svtools/imagemgr.hxx> +#include <svtools/imapcirc.hxx> +#include <svtools/imappoly.hxx> +#include <svtools/imaprect.hxx> +#include <svtools/insdlg.hxx> +#include <svtools/langtab.hxx> +#include <svtools/miscopt.hxx> +#include <svtools/rtfkeywd.hxx> +#include <svtools/rtfout.hxx> +#include <svtools/rtftoken.h> +#include <svtools/sampletext.hxx> +#include <svtools/sfxecode.hxx> +#include <svtools/stdctrl.hxx> +#include <svtools/stdmenu.hxx> +#include <svtools/svlbitm.hxx> +#include "svtools/treelistentry.hxx" +#include <svtools/txtcmp.hxx> +#include <svtools/valueset.hxx> +#include "svtools/viewdataentry.hxx" +#include <toolkit/helper/convert.hxx> +#include <toolkit/helper/externallock.hxx> +#include <toolkit/helper/vclunohelper.hxx> +#include <toolkit/unohlp.hxx> +#include <tools/color.hxx> +#include <tools/debug.hxx> +#include <tools/errinf.hxx> +#include <tools/gen.hxx> +#include <tools/helpers.hxx> +#include <tools/poly.hxx> +#include <tools/rc.hxx> +#include <tools/rcid.h> +#include <tools/resary.hxx> +#include <tools/shl.hxx> +#include <tools/solar.h> +#include <tools/stream.hxx> +#include <tools/string.hxx> +#include <tools/urlobj.hxx> +#include <unicode/uchar.h> +#include "uno/lbnames.h" +#include <uno/mapping.hxx> +#include <unotools/accessiblerelationsethelper.hxx> +#include <unotools/accessiblestatesethelper.hxx> +#include <unotools/charclass.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/localfilehelper.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/searchopt.hxx> +#include <unotools/syslocale.hxx> +#include <unotools/ucbstreamhelper.hxx> +#include <unotools/viewoptions.hxx> +#include <utility> +#include <vcl/bitmap.hxx> +#include <vcl/builder.hxx> +#include <vcl/button.hxx> +#include <vcl/dialog.hxx> +#include <vcl/event.hxx> +#include <vcl/field.hxx> +#include <vcl/fixed.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.hxx> +#include <vcl/group.hxx> +#include <vcl/hatch.hxx> +#include <vcl/help.hxx> +#include <vcl/image.hxx> +#include <vcl/lstbox.hxx> +#include <vcl/menu.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metric.hxx> +#include <vcl/mnemonic.hxx> +#include <vcl/morebtn.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/outdev.hxx> +#include <vcl/region.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/settings.hxx> +#include <vcl/status.hxx> +#include "vcl/svapp.hxx" +#include <vcl/svapp.hxx> +#include <vcl/timer.hxx> +#include <vcl/toolbox.hxx> +#include <vcl/unohelp.hxx> +#include <vcl/virdev.hxx> +#include <vcl/window.hxx> +#include <vcl/wrkwin.hxx> +#include <vcl/xtextedt.hxx> +#include <vector> + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/pch/precompiled_svxcore.cxx b/svx/inc/pch/precompiled_svxcore.cxx new file mode 100644 index 000000000000..0848af1b68a8 --- /dev/null +++ b/svx/inc/pch/precompiled_svxcore.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_svxcore.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx new file mode 100644 index 000000000000..9d20e363611b --- /dev/null +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -0,0 +1,604 @@ +/* -*- 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 <avmedia/mediaitem.hxx> +#include <avmedia/mediaplayer.hxx> +#include <avmedia/mediawindow.hxx> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> +#include <basegfx/color/bcolortools.hxx> +#include <basegfx/curve/b2dcubicbezier.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/matrix/b3dhommatrix.hxx> +#include <basegfx/numeric/ftools.hxx> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b3dpoint.hxx> +#include <basegfx/polygon/b2dlinegeometry.hxx> +#include <basegfx/polygon/b2dpolygonclipper.hxx> +#include <basegfx/polygon/b2dpolygoncutandtouch.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolypolygoncutter.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/polygon/b3dpolygon.hxx> +#include <basegfx/polygon/b3dpolygontools.hxx> +#include <basegfx/polygon/b3dpolypolygontools.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/range/b2drectangle.hxx> +#include <basegfx/range/b3drange.hxx> +#include <basegfx/tools/canvastools.hxx> +#include <basegfx/tools/unotools.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b3dvector.hxx> +#include <basic/sbxvar.hxx> +#include <boost/bind.hpp> +#include <boost/ptr_container/ptr_vector.hpp> +#include "boost/scoped_ptr.hpp" +#include <boost/scoped_ptr.hpp> +#include <boost/shared_ptr.hpp> +#include <boost/unordered_map.hpp> +#include <comphelper/anytostring.hxx> +#include <comphelper/classids.hxx> +#include <comphelper/embeddedobjectcontainer.hxx> +#include <comphelper/extract.hxx> +#include <comphelper/interaction.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/propertysetinfo.hxx> +#include <comphelper/scopeguard.hxx> +#include <comphelper/sequence.hxx> +#include <comphelper/servicehelper.hxx> +#include <comphelper/serviceinfohelper.hxx> +#include <comphelper/stl_types.hxx> +#include <comphelper/storagehelper.hxx> +#include <comphelper/string.hxx> +#include <comphelper/types.hxx> +#include <com/sun/star/awt/FontSlant.hpp> +#include <com/sun/star/awt/Gradient.hpp> +#include <com/sun/star/awt/InvalidateStyle.hpp> +#include <com/sun/star/awt/MenuItemStyle.hpp> +#include <com/sun/star/awt/Point.hpp> +#include <com/sun/star/awt/PosSize.hpp> +#include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/TextAlign.hpp> +#include <com/sun/star/awt/XBitmap.hpp> +#include <com/sun/star/awt/XControlContainer.hpp> +#include <com/sun/star/awt/XControl.hpp> +#include <com/sun/star/awt/XControlModel.hpp> +#include <com/sun/star/awt/XLayoutConstrains.hpp> +#include <com/sun/star/awt/XPopupMenuExtended.hpp> +#include <com/sun/star/awt/XView.hpp> +#include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/awt/XWindow2.hpp> +#include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/beans/PropertyValues.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/container/XContainer.hpp> +#include <com/sun/star/container/XContainerListener.hpp> +#include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/container/XIdentifierContainer.hpp> +#include <com/sun/star/container/XIndexAccess.hpp> +#include <com/sun/star/container/XIndexContainer.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/document/EventObject.hpp> +#include <com/sun/star/document/XEventListener.hpp> +#include <com/sun/star/document/XExporter.hpp> +#include <com/sun/star/document/XFilter.hpp> +#include <com/sun/star/document/XGraphicObjectResolver.hpp> +#include <com/sun/star/document/XImporter.hpp> +#include <com/sun/star/document/XMimeTypeInfo.hpp> +#include "com/sun/star/document/XStorageBasedDocument.hpp" +#include <com/sun/star/document/XStorageBasedDocument.hpp> +#include <com/sun/star/drawing/BitmapMode.hpp> +#include <com/sun/star/drawing/CameraGeometry.hpp> +#include <com/sun/star/drawing/CircleKind.hpp> +#include <com/sun/star/drawing/ConnectorType.hpp> +#include <com/sun/star/drawing/DashStyle.hpp> +#include <com/sun/star/drawing/Direction3D.hpp> +#include <com/sun/star/drawing/DoubleSequence.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp> +#include <com/sun/star/drawing/FillStyle.hpp> +#include <com/sun/star/drawing/FlagSequence.hpp> +#include <com/sun/star/drawing/GluePoint2.hpp> +#include <com/sun/star/drawing/GraphicFilterRequest.hpp> +#include <com/sun/star/drawing/Hatch.hpp> +#include <com/sun/star/drawing/HomogenMatrix.hpp> +#include <com/sun/star/drawing/LineCap.hpp> +#include <com/sun/star/drawing/LineDash.hpp> +#include <com/sun/star/drawing/LineJoint.hpp> +#include <com/sun/star/drawing/LineStyle.hpp> +#include <com/sun/star/drawing/MeasureKind.hpp> +#include <com/sun/star/drawing/MeasureTextHorzPos.hpp> +#include <com/sun/star/drawing/MeasureTextVertPos.hpp> +#include <com/sun/star/drawing/NormalsKind.hpp> +#include <com/sun/star/drawing/PointSequence.hpp> +#include <com/sun/star/drawing/PointSequenceSequence.hpp> +#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> +#include <com/sun/star/drawing/PolyPolygonShape3D.hpp> +#include <com/sun/star/drawing/Position3D.hpp> +#include <com/sun/star/drawing/ProjectionMode.hpp> +#include <com/sun/star/drawing/ShadeMode.hpp> +#include <com/sun/star/drawing/TextAnimationDirection.hpp> +#include <com/sun/star/drawing/TextAnimationKind.hpp> +#include <com/sun/star/drawing/TextFitToSizeType.hpp> +#include <com/sun/star/drawing/TextHorizontalAdjust.hpp> +#include <com/sun/star/drawing/TextureKind.hpp> +#include <com/sun/star/drawing/TextureKind2.hpp> +#include <com/sun/star/drawing/TextureMode.hpp> +#include <com/sun/star/drawing/TextureProjectionMode.hpp> +#include <com/sun/star/drawing/TextVerticalAdjust.hpp> +#include <com/sun/star/drawing/XCustomShapeEngine.hpp> +#include <com/sun/star/drawing/XDrawPage.hpp> +#include <com/sun/star/drawing/XDrawPageSupplier.hpp> +#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp> +#include <com/sun/star/drawing/XShape.hpp> +#include <com/sun/star/embed/Aspects.hpp> +#include <com/sun/star/embed/ElementModes.hpp> +#include <com/sun/star/embed/EmbedMisc.hpp> +#include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/EntryInitModes.hpp> +#include <com/sun/star/embed/NoVisualAreaSizeException.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> +#include <com/sun/star/embed/XEmbedObjectCreator.hpp> +#include <com/sun/star/embed/XEmbedObjectFactory.hpp> +#include <com/sun/star/embed/XEmbedPersist.hpp> +#include <com/sun/star/embed/XInplaceClient.hpp> +#include <com/sun/star/embed/XInplaceObject.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/XWindowSupplier.hpp> +#include <com/sun/star/frame/status/ClipboardFormats.hpp> +#include <com/sun/star/frame/status/ItemStatus.hpp> +#include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/graphic/XGraphic.hpp> +#include <com/sun/star/graphic/XGraphicRenderer.hpp> +#include <com/sun/star/graphic/XPrimitiveFactory2D.hpp> +#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> +#include <com/sun/star/io/XActiveDataControl.hpp> +#include <com/sun/star/io/XActiveDataSink.hpp> +#include <com/sun/star/io/XActiveDataSource.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/io/XObjectInputStream.hpp> +#include <com/sun/star/io/XObjectOutputStream.hpp> +#include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/io/XPersistObject.hpp> +#include <com/sun/star/io/XSeekable.hpp> +#include <com/sun/star/io/XStream.hpp> +#include <com/sun/star/i18n/BreakIterator.hpp> +#include <com/sun/star/i18n/CharacterIteratorMode.hpp> +#include <com/sun/star/i18n/ScriptType.hpp> +#include <com/sun/star/i18n/WordType.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> +#include <com/sun/star/lang/ServiceNotRegisteredException.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XEventListener.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/linguistic2/LinguServiceManager.hpp> +#include <com/sun/star/linguistic2/XAvailableLocales.hpp> +#include <com/sun/star/media/ZoomLevel.hpp> +#include <com/sun/star/rendering/XSpriteCanvas.hpp> +#include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/style/ParagraphAdjust.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/system/SystemShellExecute.hpp" +#include <com/sun/star/table/BorderLine2.hpp> +#include <com/sun/star/table/TableBorder.hpp> +#include <com/sun/star/table/XMergeableCell.hpp> +#include <com/sun/star/table/XMergeableCellRange.hpp> +#include <com/sun/star/table/XTable.hpp> +#include <com/sun/star/task/XInteractionContinuation.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/task/XStatusIndicator.hpp> +#include <com/sun/star/text/GraphicCrop.hpp> +#include <com/sun/star/text/textfield/Type.hpp> +#include <com/sun/star/text/WritingMode.hpp> +#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/ucb/TransferInfo.hpp> +#include <com/sun/star/ucb/XContentAccess.hpp> +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> +#include <com/sun/star/ui/dialogs/XFilePicker.hpp> +#include <com/sun/star/ui/dialogs/XFilterManager.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/DateTime.hpp> +#include <com/sun/star/util/MeasureUnit.hpp> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/XCloneable.hpp> +#include <com/sun/star/util/XModeChangeBroadcaster.hpp> +#include <com/sun/star/util/XModeChangeListener.hpp> +#include <com/sun/star/util/XModifiable.hpp> +#include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <com/sun/star/util/XUpdatable.hpp> +#include <com/sun/star/util/XURLTransformer.hpp> +#include <com/sun/star/xml/sax/InputSource.hpp> +#include <com/sun/star/xml/sax/Parser.hpp> +#include <com/sun/star/xml/sax/SAXParseException.hpp> +#include <com/sun/star/xml/sax/Writer.hpp> +#include <com/sun/star/xml/sax/XDocumentHandler.hpp> +#include <cppuhelper/compbase4.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include "cppuhelper/factory.hxx" +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implbase5.hxx> +#include <cppuhelper/interfacecontainer.hxx> +#include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/weak.hxx> +#include <cstdio> +#include <drawinglayer/animation/animationtiming.hxx> +#include <drawinglayer/attribute/fillbitmapattribute.hxx> +#include <drawinglayer/attribute/fillgradientattribute.hxx> +#include <drawinglayer/attribute/fillhatchattribute.hxx> +#include <drawinglayer/attribute/lineattribute.hxx> +#include <drawinglayer/attribute/linestartendattribute.hxx> +#include <drawinglayer/attribute/materialattribute3d.hxx> +#include <drawinglayer/attribute/sdrallattribute3d.hxx> +#include <drawinglayer/attribute/sdrfillattribute.hxx> +#include <drawinglayer/attribute/sdrfillbitmapattribute.hxx> +#include <drawinglayer/attribute/sdrlightattribute3d.hxx> +#include <drawinglayer/attribute/sdrlightingattribute3d.hxx> +#include <drawinglayer/attribute/sdrlineattribute.hxx> +#include <drawinglayer/attribute/sdrlinestartendattribute.hxx> +#include <drawinglayer/attribute/sdrobjectattribute3d.hxx> +#include <drawinglayer/attribute/sdrsceneattribute3d.hxx> +#include <drawinglayer/attribute/sdrshadowattribute.hxx> +#include <drawinglayer/attribute/strokeattribute.hxx> +#include <drawinglayer/geometry/viewinformation2d.hxx> +#include <drawinglayer/geometry/viewinformation3d.hxx> +#include <drawinglayer/primitive2d/animatedprimitive2d.hxx> +#include <drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/bitmapprimitive2d.hxx> +#include <drawinglayer/primitive2d/borderlineprimitive2d.hxx> +#include <drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx> +#include <drawinglayer/primitive2d/controlprimitive2d.hxx> +#include <drawinglayer/primitive2d/discreteshadowprimitive2d.hxx> +#include <drawinglayer/primitive2d/embedded3dprimitive2d.hxx> +#include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx> +#include <drawinglayer/primitive2d/graphicprimitive2d.hxx> +#include <drawinglayer/primitive2d/gridprimitive2d.hxx> +#include <drawinglayer/primitive2d/groupprimitive2d.hxx> +#include <drawinglayer/primitive2d/helplineprimitive2d.hxx> +#include <drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx> +#include <drawinglayer/primitive2d/invertprimitive2d.hxx> +#include <drawinglayer/primitive2d/markerarrayprimitive2d.hxx> +#include <drawinglayer/primitive2d/maskprimitive2d.hxx> +#include <drawinglayer/primitive2d/mediaprimitive2d.hxx> +#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx> +#include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx> +#include <drawinglayer/primitive2d/polygonprimitive2d.hxx> +#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> +#include <drawinglayer/primitive2d/sceneprimitive2d.hxx> +#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> +#include <drawinglayer/primitive2d/shadowprimitive2d.hxx> +#include <drawinglayer/primitive2d/textdecoratedprimitive2d.hxx> +#include <drawinglayer/primitive2d/texthierarchyprimitive2d.hxx> +#include <drawinglayer/primitive2d/textlayoutdevice.hxx> +#include <drawinglayer/primitive2d/textprimitive2d.hxx> +#include <drawinglayer/primitive2d/transformprimitive2d.hxx> +#include <drawinglayer/primitive2d/transparenceprimitive2d.hxx> +#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> +#include <drawinglayer/primitive2d/wrongspellprimitive2d.hxx> +#include <drawinglayer/primitive3d/baseprimitive3d.hxx> +#include <drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx> +#include <drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx> +#include <drawinglayer/primitive3d/polygonprimitive3d.hxx> +#include <drawinglayer/primitive3d/polypolygonprimitive3d.hxx> +#include <drawinglayer/primitive3d/sdrcubeprimitive3d.hxx> +#include <drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx> +#include <drawinglayer/primitive3d/sdrlatheprimitive3d.hxx> +#include <drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx> +#include <drawinglayer/primitive3d/sdrsphereprimitive3d.hxx> +#include <drawinglayer/primitive3d/transformprimitive3d.hxx> +#include <drawinglayer/processor2d/baseprocessor2d.hxx> +#include <drawinglayer/processor2d/contourextractor2d.hxx> +#include <drawinglayer/processor2d/hittestprocessor2d.hxx> +#include <drawinglayer/processor2d/linegeometryextractor2d.hxx> +#include <drawinglayer/processor2d/processorfromoutputdevice.hxx> +#include <drawinglayer/processor2d/textaspolygonextractor2d.hxx> +#include <drawinglayer/processor2d/vclpixelprocessor2d.hxx> +#include <drawinglayer/processor2d/vclprocessor2d.hxx> +#include <drawinglayer/processor3d/baseprocessor3d.hxx> +#include <drawinglayer/processor3d/cutfindprocessor3d.hxx> +#include "editeng/AccessibleStringWrap.hxx" +#include <editeng/adjitem.hxx> +#include <editeng/akrnitem.hxx> +#include "editeng/bolnitem.hxx" +#include <editeng/bolnitem.hxx> +#include "editeng/borderline.hxx" +#include <editeng/borderline.hxx> +#include "editeng/boxitem.hxx" +#include <editeng/boxitem.hxx> +#include <editeng/brshitem.hxx> +#include <editeng/bulitem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/crsditem.hxx> +#include <editeng/editdata.hxx> +#include <editeng/editeng.hxx> +#include "editeng/editobj.hxx" +#include <editeng/editobj.hxx> +#include "editeng/editstat.hxx" +#include <editeng/editstat.hxx> +#include "editeng/editview.hxx" +#include <editeng/editview.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/eerdll.hxx> +#include <editeng/emphitem.hxx> +#include <editeng/escpitem.hxx> +#include "editeng/fhgtitem.hxx" +#include <editeng/fhgtitem.hxx> +#include "editeng/flditem.hxx" +#include <editeng/flditem.hxx> +#include <editeng/flstitem.hxx> +#include "editeng/fontitem.hxx" +#include <editeng/fontitem.hxx> +#include "editeng/forbiddencharacterstable.hxx" +#include "editeng/frmdiritem.hxx" +#include <editeng/frmdiritem.hxx> +#include <editeng/charreliefitem.hxx> +#include <editeng/charscaleitem.hxx> +#include <editeng/itemtype.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/measfld.hxx> +#include <editeng/numitem.hxx> +#include <editeng/outliner.hxx> +#include "editeng/outlobj.hxx" +#include <editeng/outlobj.hxx> +#include <editeng/postitem.hxx> +#include <editeng/scripttypeitem.hxx> +#include "editeng/shaditem.hxx" +#include <editeng/shdditem.hxx> +#include <editeng/svxenum.hxx> +#include <editeng/svxfont.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/unoedhlp.hxx> +#include <editeng/unofield.hxx> +#include <editeng/unoforou.hxx> +#include "editeng/unolingu.hxx" +#include <editeng/unolingu.hxx> +#include <editeng/unonrule.hxx> +#include <editeng/unoprnms.hxx> +#include <editeng/unotext.hxx> +#include <editeng/unoviwou.hxx> +#include <editeng/wghtitem.hxx> +#include "editeng/writingmodeitem.hxx" +#include <editeng/writingmodeitem.hxx> +#include <editeng/wrlmitem.hxx> +#include "editeng/xmlcnitm.hxx" +#include <float.h> +#include <framework/interaction.hxx> +#include <i18npool/lang.h> +#include <i18npool/mslangid.hxx> +#include <limits> +#include <linguistic/misc.hxx> +#include <map> +#include <math.h> +#include <memory> +#include "officecfg/Office/Common.hxx" +#include "osl/diagnose.h" +#include <osl/diagnose.h> +#include <osl/endian.h> +#include <osl/file.hxx> +#include <osl/mutex.hxx> +#include <osl/process.h> +#include <osl/thread.hxx> +#include <osl/time.h> +#include <rtl/crc.h> +#include <rtl/instance.hxx> +#include <rtl/logfile.hxx> +#include <rtl/math.hxx> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include "sal/config.h" +#include <sal/config.h> +#include <sal/log.hxx> +#include <sal/macros.h> +#include "sal/types.h" +#include <sax/tools/converter.hxx> +#include <set> +#include <sfx2/app.hxx> +#include <sfx2/basedlgs.hxx> +#include <sfx2/bindings.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/docfac.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/fcontnr.hxx> +#include <sfx2/filedlghelper.hxx> +#include <sfx2/frmdescr.hxx> +#include <sfx2/childwin.hxx> +#include <sfx2/ipclient.hxx> +#include <sfx2/linkmgr.hxx> +#include <sfx2/lnkbase.hxx> +#include <sfx2/module.hxx> +#include <sfx2/objface.hxx> +#include <sfx2/objsh.hxx> +#include <sfx2/querystatus.hxx> +#include <sfx2/request.hxx> +#include <sfx2/sfxstatuslistener.hxx> +#include <sfx2/templdlg.hxx> +#include <sfx2/tplpitem.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/viewsh.hxx> +#include <sot/clsids.hxx> +#include <sot/exchange.hxx> +#include <sot/factory.hxx> +#include <sot/filelist.hxx> +#include <sot/formats.hxx> +#include <sot/storage.hxx> +#include <stdio.h> +#include <stdlib.h> +#include <string> +#include <string.h> +#include <svl/aeitem.hxx> +#include <svl/brdcst.hxx> +#include <svl/eitem.hxx> +#include <svl/flagitem.hxx> +#include <svl/hint.hxx> +#include <svl/intitem.hxx> +#include <svl/isethint.hxx> +#include <svl/itemiter.hxx> +#include <svl/itempool.hxx> +#include <svl/itemprop.hxx> +#include <svl/itemset.hxx> +#include <svl/lstner.hxx> +#include <svl/metitem.hxx> +#include <svl/outstrm.hxx> +#include <svl/poolitem.hxx> +#include <svl/ptitem.hxx> +#include <svl/rectitem.hxx> +#include <svl/rngitem.hxx> +#include <svl/smplhint.hxx> +#include <svl/stritem.hxx> +#include <svl/style.hxx> +#include <svl/urihelper.hxx> +#include <svl/urlbmk.hxx> +#include <svl/whiter.hxx> +#include <svl/zforlist.hxx> +#include <svtools/accessibilityoptions.hxx> +#include <svtools/borderhelper.hxx> +#include <svtools/colorcfg.hxx> +#include <svtools/ctrlbox.hxx> +#include <svtools/ctrltool.hxx> +#include <svtools/embedhlp.hxx> +#include <svtools/filechangedchecker.hxx> +#include <svtools/FilterConfigItem.hxx> +#include "svtools/filter.hxx" +#include <svtools/filter.hxx> +#include <svtools/fltcall.hxx> +#include <svtools/grfmgr.hxx> +#include <svtools/langtab.hxx> +#include <svtools/optionsdrawinglayer.hxx> +#include <svtools/popupmenucontrollerbase.hxx> +#include <svtools/popupwindowcontroller.hxx> +#include <svtools/svlbitm.hxx> +#include <svtools/toolbarmenu.hxx> +#include <svtools/transfer.hxx> +#include "svtools/treelistentry.hxx" +#include <svtools/unoevent.hxx> +#include <svtools/unoimap.hxx> +#include <svtools/valueset.hxx> +#include <svtools/wmf.hxx> +#include <toolkit/awt/vclxwindow.hxx> +#include <toolkit/helper/convert.hxx> +#include <toolkit/helper/vclunohelper.hxx> +#include "toolkit/unohlp.hxx" +#include <toolkit/unohlp.hxx> +#include <tools/bigint.hxx> +#include <tools/b3dtrans.hxx> +#include <tools/color.hxx> +#include <tools/datetime.hxx> +#include <tools/debug.hxx> +#include <tools/diagnose_ex.h> +#include <tools/fldunit.hxx> +#include <tools/gen.hxx> +#include <tools/globname.hxx> +#include <tools/helpers.hxx> +#include <tools/line.hxx> +#include <tools/poly.hxx> +#include <tools/rcid.h> +#include <tools/resmgr.hxx> +#include <tools/shl.hxx> +#include <tools/stream.hxx> +#include <tools/string.hxx> +#include <tools/tenccvt.hxx> +#include <tools/urlobj.hxx> +#include <tools/vcompat.hxx> +#include <tools/zcodec.hxx> +#include <ucbhelper/content.hxx> +#include "uno/lbnames.h" +#include <unotools/datetime.hxx> +#include <unotools/fontoptions.hxx> +#include <unotools/intlwrapper.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/localfilehelper.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/saveopt.hxx> +#include <unotools/streamwrap.hxx> +#include <unotools/syslocale.hxx> +#include <unotools/tempfile.hxx> +#include <unotools/ucbstreamhelper.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bmpacc.hxx> +#include <vcl/builder.hxx> +#include <vcl/canvastools.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/cursor.hxx> +#include <vcl/cvtgrf.hxx> +#include <vcl/cvtsvm.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/gfxlink.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.hxx> +#include <vcl/graphictools.hxx> +#include <vcl/hatch.hxx> +#include <vcl/jobset.hxx> +#include <vcl/lazydelete.hxx> +#include <vcl/lineinfo.hxx> +#include <vcl/lstbox.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metric.hxx> +#include <vcl/mnemonic.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/outdev.hxx> +#include <vcl/pdfextoutdevdata.hxx> +#include <vcl/region.hxx> +#include <vcl/settings.hxx> +#include <vcl/split.hxx> +#include <vcl/svapp.hxx> +#include <vcl/timer.hxx> +#include <vcl/toolbox.hxx> +#include <vcl/virdev.hxx> +#include <vcl/window.hxx> +#include <vcl/wrkwin.hxx> +#include <vector> +#include <wchar.h> +#include "xmloff/attrlist.hxx" +#include "xmloff/DashStyle.hxx" +#include "xmloff/GradientStyle.hxx" +#include "xmloff/HatchStyle.hxx" +#include "xmloff/ImageStyle.hxx" +#include "xmloff/MarkerStyle.hxx" +#include "xmloff/nmspmap.hxx" +#include <xmloff/xmlictxt.hxx> +#include "xmloff/xmlmetae.hxx" +#include "xmloff/xmlnmspe.hxx" +#include "xmloff/xmltoken.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx index a05313881346..46fabeb37bc3 100644 --- a/svx/source/accessibility/charmapacc.cxx +++ b/svx/source/accessibility/charmapacc.cxx @@ -83,13 +83,13 @@ sal_Int32 SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleChildCount( ) throw ( return ( mpParent->getScrollBar()->IsVisible() ) ? 2 : 1; } // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleAtPoint( const awt::Point& aPoint ) +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleAtPoint( const awt::Point& aPoint ) throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); ensureAlive(); - uno::Reference< accessibility::XAccessible > xRet; + uno::Reference< css::accessibility::XAccessible > xRet; const sal_uInt16 nItemId = sal::static_int_cast<sal_uInt16>(mpParent->PixelToMapIndex( Point( aPoint.X, aPoint.Y ) )); if( sal_uInt16(-1) != nItemId ) @@ -150,7 +150,7 @@ Reference< XAccessible > SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleParent( OExternalLockGuard aGuard( this ); ensureAlive(); Window* pParent = mpParent->GetParent(); - uno::Reference< accessibility::XAccessible > xRet; + uno::Reference< css::accessibility::XAccessible > xRet; if ( pParent ) xRet = pParent->GetAccessible(); @@ -181,7 +181,7 @@ Reference< XAccessible > SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleParent( // ----------------------------------------------------------------------------- sal_Int16 SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleRole( ) throw (RuntimeException) { - return accessibility::AccessibleRole::SCROLL_PANE; + return css::accessibility::AccessibleRole::SCROLL_PANE; } // ----------------------------------------------------------------------------- ::rtl::OUString SAL_CALL SvxShowCharSetVirtualAcc::getAccessibleDescription( ) throw (RuntimeException) @@ -259,7 +259,7 @@ SvxShowCharSetItem::~SvxShowCharSetItem() // ----------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SvxShowCharSetItem::GetAccessible() +uno::Reference< css::accessibility::XAccessible > SvxShowCharSetItem::GetAccessible() { if( !m_xAcc.is() ) { @@ -369,12 +369,12 @@ sal_Int32 SAL_CALL SvxShowCharSetAcc::getAccessibleChildCount() // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleChild( sal_Int32 i ) +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleChild( sal_Int32 i ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) { OExternalLockGuard aGuard( this ); ensureAlive(); - uno::Reference< accessibility::XAccessible > xRet; + uno::Reference< css::accessibility::XAccessible > xRet; SvxShowCharSetItem* pItem = m_pParent->getCharSetControl()->ImplGetItem( static_cast< sal_uInt16 >( i ) ); if( pItem ) @@ -391,7 +391,7 @@ uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAcce // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleParent() +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleParent() throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); @@ -404,7 +404,7 @@ uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAcce sal_Int16 SAL_CALL SvxShowCharSetAcc::getAccessibleRole() throw (uno::RuntimeException) { - return accessibility::AccessibleRole::TABLE; + return css::accessibility::AccessibleRole::TABLE; } // ----------------------------------------------------------------------------- @@ -428,15 +428,15 @@ sal_Int16 SAL_CALL SvxShowCharSetAcc::getAccessibleRole() // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetAcc::getAccessibleRelationSet() +uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetAcc::getAccessibleRelationSet() throw (uno::RuntimeException) { - return uno::Reference< accessibility::XAccessibleRelationSet >(); + return uno::Reference< css::accessibility::XAccessibleRelationSet >(); } // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetAcc::getAccessibleStateSet() +uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetAcc::getAccessibleStateSet() throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); @@ -466,13 +466,13 @@ uno::Reference< accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetAcc: } // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleAtPoint( const awt::Point& aPoint ) +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleAtPoint( const awt::Point& aPoint ) throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); ensureAlive(); - uno::Reference< accessibility::XAccessible > xRet; + uno::Reference< css::accessibility::XAccessible > xRet; const sal_uInt16 nItemId = sal::static_int_cast<sal_uInt16>( m_pParent->getCharSetControl()->PixelToMapIndex( Point( aPoint.X, aPoint.Y ) )); @@ -667,7 +667,7 @@ sal_Int32 SAL_CALL SvxShowCharSetItemAcc::getAccessibleChildCount() // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleChild( sal_Int32 /*i*/ ) +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleChild( sal_Int32 /*i*/ ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) { throw lang::IndexOutOfBoundsException(); @@ -675,7 +675,7 @@ uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::get // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleParent() +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleParent() throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); @@ -688,7 +688,7 @@ uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::get sal_Int16 SAL_CALL SvxShowCharSetItemAcc::getAccessibleRole() throw (uno::RuntimeException) { - return accessibility::AccessibleRole::LABEL; + return css::accessibility::AccessibleRole::LABEL; } // ----------------------------------------------------------------------------- @@ -738,15 +738,15 @@ sal_Int16 SAL_CALL SvxShowCharSetItemAcc::getAccessibleRole() // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleRelationSet() +uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleRelationSet() throw (uno::RuntimeException) { - return uno::Reference< accessibility::XAccessibleRelationSet >(); + return uno::Reference< css::accessibility::XAccessibleRelationSet >(); } // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleStateSet() +uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleStateSet() throw (uno::RuntimeException) { OExternalLockGuard aGuard( this ); @@ -757,14 +757,14 @@ uno::Reference< accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetItem if( mpParent ) { // SELECTABLE - pStateSet->AddState( accessibility::AccessibleStateType::SELECTABLE ); - pStateSet->AddState( accessibility::AccessibleStateType::FOCUSABLE ); + pStateSet->AddState( css::accessibility::AccessibleStateType::SELECTABLE ); + pStateSet->AddState( css::accessibility::AccessibleStateType::FOCUSABLE ); // SELECTED if( mpParent->mrParent.GetSelectIndexId() == mpParent->mnId ) { - pStateSet->AddState( accessibility::AccessibleStateType::SELECTED ); - pStateSet->AddState( accessibility::AccessibleStateType::FOCUSED ); + pStateSet->AddState( css::accessibility::AccessibleStateType::SELECTED ); + pStateSet->AddState( css::accessibility::AccessibleStateType::FOCUSED ); } if ( mpParent->mnId >= mpParent->mrParent.FirstInView() && mpParent->mnId <= mpParent->mrParent.LastInView() ) pStateSet->AddState( AccessibleStateType::VISIBLE ); @@ -810,10 +810,10 @@ awt::Rectangle SAL_CALL SvxShowCharSetItemAcc::implGetBounds( ) throw (RuntimeE return aRet; } // ----------------------------------------------------------------------------- -uno::Reference< accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleAtPoint( const awt::Point& /*aPoint*/ ) +uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleAtPoint( const awt::Point& /*aPoint*/ ) throw (uno::RuntimeException) { - return uno::Reference< accessibility::XAccessible >(); + return uno::Reference< css::accessibility::XAccessible >(); } // ----------------------------------------------------------------------------- sal_Int32 SAL_CALL SvxShowCharSetVirtualAcc::getForeground( ) throw (RuntimeException) diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx index 7a8e16411376..4e7266ce4137 100644 --- a/svx/source/dialog/sendreportw32.cxx +++ b/svx/source/dialog/sendreportw32.cxx @@ -18,6 +18,10 @@ */ +#include "docrecovery.hxx" + +#undef WB_LEFT +#undef WB_RIGHT #define UNICODE #define _UNICODE @@ -37,8 +41,6 @@ #undef max #endif -#include "docrecovery.hxx" - //*************************************************************************** static LONG RegReadValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPVOID lpData, DWORD cbData ) diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 5d0dab3384c7..8ea5cc36f8bf 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -510,7 +510,7 @@ sal_Bool IsSearchableControl( const ::com::sun::star::uno::Reference< ::com::sun { if ( _pCurrentText ) { - switch ( (TriState)xCheckBox->getState() ) + switch ( (::TriState)xCheckBox->getState() ) { case STATE_NOCHECK: *_pCurrentText = ::rtl::OUString("0" ); break; case STATE_CHECK: *_pCurrentText = ::rtl::OUString("1" ); break; diff --git a/svx/source/table/propertyset.cxx b/svx/source/table/propertyset.cxx index 3282123bedb2..03ea0ae910f5 100644 --- a/svx/source/table/propertyset.cxx +++ b/svx/source/table/propertyset.cxx @@ -25,7 +25,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; -namespace comphelper { +namespace sdr { namespace table { // ----------------------------------------------------------------------------- // FastPropertySetInfo @@ -232,6 +232,6 @@ void SAL_CALL FastPropertySet::firePropertiesChangeEvent( const Sequence< OUStri { } -} +}} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/table/propertyset.hxx b/svx/source/table/propertyset.hxx index 673fe0a2c95e..e8b64966d87f 100644 --- a/svx/source/table/propertyset.hxx +++ b/svx/source/table/propertyset.hxx @@ -31,7 +31,7 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> -namespace comphelper { +namespace sdr { namespace table { // ----------------------------------------------------------------------------- @@ -94,7 +94,7 @@ private: rtl::Reference< FastPropertySetInfo > mxInfo; }; -} +}} #endif diff --git a/svx/source/table/tablecolumn.cxx b/svx/source/table/tablecolumn.cxx index e6aeba7165f5..b454b08502cc 100644 --- a/svx/source/table/tablecolumn.cxx +++ b/svx/source/table/tablecolumn.cxx @@ -245,15 +245,15 @@ Any SAL_CALL TableColumn::getFastPropertyValue( sal_Int32 nHandle ) throw (Unkno // ----------------------------------------------------------------------------- -rtl::Reference< ::comphelper::FastPropertySetInfo > TableColumn::getStaticPropertySetInfo() +rtl::Reference< FastPropertySetInfo > TableColumn::getStaticPropertySetInfo() { - static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; + static rtl::Reference< FastPropertySetInfo > xInfo; if( !xInfo.is() ) { ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); if( !xInfo.is() ) { - comphelper::PropertyVector aProperties(6); + PropertyVector aProperties(6); aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); aProperties[0].Handle = Property_Width; @@ -285,7 +285,7 @@ rtl::Reference< ::comphelper::FastPropertySetInfo > TableColumn::getStaticProper aProperties[5].Type = ::getBooleanCppuType(); aProperties[5].Attributes = 0; - xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); + xInfo.set( new FastPropertySetInfo(aProperties) ); } } diff --git a/svx/source/table/tablecolumn.hxx b/svx/source/table/tablecolumn.hxx index 891410786b57..a77a0aa5b125 100644 --- a/svx/source/table/tablecolumn.hxx +++ b/svx/source/table/tablecolumn.hxx @@ -35,7 +35,7 @@ namespace sdr { namespace table { // TableColumn // ----------------------------------------------------------------------------- -typedef ::cppu::ImplInheritanceHelper2< ::comphelper::FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableColumnBase; +typedef ::cppu::ImplInheritanceHelper2< FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableColumnBase; class TableColumn : public TableColumnBase { @@ -64,7 +64,7 @@ public: virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); private: - static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo(); + static rtl::Reference< FastPropertySetInfo > getStaticPropertySetInfo(); TableModelRef mxTableModel; sal_Int32 mnColumn; diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx index 7810acd5f7f2..07a84c00193a 100644 --- a/svx/source/table/tablerow.cxx +++ b/svx/source/table/tablerow.cxx @@ -319,15 +319,15 @@ Any SAL_CALL TableRow::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownP // ----------------------------------------------------------------------------- -rtl::Reference< ::comphelper::FastPropertySetInfo > TableRow::getStaticPropertySetInfo() +rtl::Reference< FastPropertySetInfo > TableRow::getStaticPropertySetInfo() { - static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; + static rtl::Reference< FastPropertySetInfo > xInfo; if( !xInfo.is() ) { ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); if( !xInfo.is() ) { - comphelper::PropertyVector aProperties(6); + PropertyVector aProperties(6); aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); aProperties[0].Handle = Property_Height; @@ -359,7 +359,7 @@ rtl::Reference< ::comphelper::FastPropertySetInfo > TableRow::getStaticPropertyS aProperties[5].Type = ::getBooleanCppuType(); aProperties[5].Attributes = 0; - xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); + xInfo.set( new FastPropertySetInfo(aProperties) ); } } diff --git a/svx/source/table/tablerow.hxx b/svx/source/table/tablerow.hxx index 14b89c5b77e9..212dd0aa1850 100644 --- a/svx/source/table/tablerow.hxx +++ b/svx/source/table/tablerow.hxx @@ -35,7 +35,7 @@ namespace sdr { namespace table { // TableRow // ----------------------------------------------------------------------------- -typedef ::cppu::ImplInheritanceHelper2< ::comphelper::FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableRowBase; +typedef ::cppu::ImplInheritanceHelper2< FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableRowBase; class TableRow : public TableRowBase { @@ -67,7 +67,7 @@ public: virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); private: - static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo(); + static rtl::Reference< FastPropertySetInfo > getStaticPropertySetInfo(); TableModelRef mxTableModel; CellVector maCells; |