diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-11-18 07:49:58 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-04 11:26:22 +0000 |
commit | a027ed9573858f3ec6361577ff541d7f2495bd32 (patch) | |
tree | 2cb6864e2b27f22af72d3d491e40e8f21d23699a /sw/inc/pch | |
parent | 9e2973dbb90b5d9ce004cbf333f5000e4d50dc18 (diff) |
Wingdi RGB macro handling improved
Improved the isolation of windows headers.
Specifically, RGB macro is better handled now.
Change-Id: I0eeea16d0de9da3455810c80b0715f7b54ae8c3f
Reviewed-on: https://gerrit.libreoffice.org/20039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/pch')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 3 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 131 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 3 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 4 |
4 files changed, 121 insertions, 20 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index c649d704ebd3..916fcdf70c41 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:58 using: + Generated on 2015-12-02 12:43:17 using: ./bin/update_pch sw msword --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -162,6 +162,7 @@ #include <vcl/pointr.hxx> #include <vcl/ptrstyle.hxx> #include <vcl/region.hxx> +#include <vcl/salgtype.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/scheduler.hxx> #include <vcl/scopedbitmapaccess.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 7c849dd692d2..0ec82a82788d 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -13,8 +13,8 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:52 using: - ./bin/update_pch sw sw --cutoff=11 --exclude:system --exclude:module --include:local + Generated on 2015-12-02 12:43:10 using: + ./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./sw/inc/pch/precompiled_sw.hxx "/opt/lo/bin/make sw.build" --find-conflicts @@ -25,14 +25,13 @@ #include <climits> #include <cmdid.h> #include <config_features.h> -#include <cstdarg> #include <cstddef> #include <cstdlib> -#include <exception> +#include <deque> +#include <float.h> #include <functional> #include <helpid.h> #include <limits.h> -#include <limits> #include <list> #include <map> #include <memory> @@ -42,6 +41,7 @@ #include <sstream> #include <stack> #include <stddef.h> +#include <stdlib.h> #include <string.h> #include <string> #include <swdllapi.h> @@ -52,7 +52,6 @@ #include <utility> #include <vector> #include <boost/current_function.hpp> -#include <boost/intrusive_ptr.hpp> #include <boost/noncopyable.hpp> #include <boost/numeric/conversion/cast.hpp> #include <boost/optional.hpp> @@ -61,29 +60,21 @@ #include <boost/tuple/tuple.hpp> #include <osl/diagnose.h> #include <osl/diagnose.hxx> -#include <osl/doublecheckedlocking.h> #include <osl/endian.h> #include <osl/file.hxx> -#include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/module.h> #include <osl/module.hxx> #include <osl/mutex.hxx> -#include <osl/process.h> #include <osl/thread.hxx> #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> #include <rtl/character.hxx> -#include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/random.h> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> -#include <rtl/string.h> -#include <rtl/string.hxx> -#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> -#include <rtl/textcvt.h> #include <rtl/textenc.h> #include <rtl/unload.h> #include <rtl/uri.hxx> @@ -103,6 +94,7 @@ #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> +#include <vcl/builder.hxx> #include <vcl/button.hxx> #include <vcl/checksum.hxx> #include <vcl/combobox.hxx> @@ -112,13 +104,16 @@ #include <vcl/edit.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> +#include <vcl/floatwin.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/help.hxx> #include <vcl/image.hxx> #include <vcl/layout.hxx> #include <vcl/mapmod.hxx> +#include <vcl/metric.hxx> #include <vcl/msgbox.hxx> #include <vcl/outdev.hxx> #include <vcl/region.hxx> @@ -129,11 +124,15 @@ #include <vcl/spinfld.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> +#include <vcl/tabctrl.hxx> +#include <vcl/tabpage.hxx> #include <vcl/timer.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> +#include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> +#include <EnhancedPDFExportHelper.hxx> #include <IDocumentChartDataProviderAccess.hxx> #include <IDocumentContentOperations.hxx> #include <IDocumentDeviceAccess.hxx> @@ -149,11 +148,14 @@ #include <IDocumentUndoRedo.hxx> #include <IMark.hxx> #include <PostItMgr.hxx> +#include <SidebarWin.hxx> #include <SwNodeNum.hxx> #include <SwRewriter.hxx> #include <SwSmartTagMgr.hxx> #include <SwStyleNameMapper.hxx> +#include <TextCursorHelper.hxx> #include <accmap.hxx> +#include <authfld.hxx> #include <basegfx/basegfxdllapi.h> #include <basegfx/color/bcolor.hxx> #include <basegfx/color/bcolormodifier.hxx> @@ -167,30 +169,43 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> +#include <basic/basicdllapi.h> +#include <basic/sbxcore.hxx> +#include <basic/sbxvar.hxx> #include <breakit.hxx> #include <calbck.hxx> #include <calc.hxx> #include <cellatr.hxx> #include <charatr.hxx> #include <charfmt.hxx> +#include <chpfld.hxx> +#include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> +#include <com/sun/star/bridge/oleautomation/Decimal.hpp> +#include <com/sun/star/chart2/XChartDocument.hpp> +#include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.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/XEmbeddedObject.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/frame/XTerminateListener.hpp> #include <com/sun/star/graphic/XPrimitive2D.hpp> #include <com/sun/star/i18n/ScriptType.hpp> +#include <com/sun/star/i18n/TransliterationModules.hpp> #include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> @@ -198,12 +213,17 @@ #include <com/sun/star/lang/XComponent.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/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/text/HoriOrientation.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/XTextDocument.hpp> +#include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> @@ -211,29 +231,37 @@ #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Type.h> -#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hdl> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/XWeak.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> +#include <com/sun/star/util/SearchFlags.hpp> +#include <com/sun/star/util/SearchOptions.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> +#include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XFastContextHandler.hpp> #include <comphelper/broadcasthelper.hxx> #include <comphelper/classids.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> +#include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> +#include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> #include <cppuhelper/compbase1.hxx> #include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> #include <crsrsh.hxx> #include <crsskip.hxx> @@ -250,9 +278,11 @@ #include <drawdoc.hxx> #include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> #include <edimp.hxx> #include <editeng/acorrcfg.hxx> #include <editeng/adjustitem.hxx> +#include <editeng/blinkitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/charrotateitem.hxx> @@ -269,49 +299,63 @@ #include <editeng/fontitem.hxx> #include <editeng/formatbreakitem.hxx> #include <editeng/frmdiritem.hxx> +#include <editeng/hyphenzoneitem.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/paperinf.hxx> +#include <editeng/pbinitem.hxx> #include <editeng/postitem.hxx> #include <editeng/protitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/sizeitem.hxx> +#include <editeng/spltitem.hxx> #include <editeng/svxacorr.hxx> #include <editeng/tstpitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/unolingu.hxx> #include <editeng/wghtitem.hxx> +#include <editeng/widwitem.hxx> +#include <editeng/xmlcnitm.hxx> #include <editsh.hxx> #include <expfld.hxx> #include <fchrfmt.hxx> #include <fesh.hxx> #include <fldbas.hxx> #include <flddat.hxx> +#include <fldupde.hxx> +#include <flypos.hxx> #include <fmtanchr.hxx> #include <fmtautofmt.hxx> +#include <fmtclbl.hxx> #include <fmtclds.hxx> #include <fmtcnct.hxx> #include <fmtcntnt.hxx> #include <fmtcol.hxx> +#include <fmteiro.hxx> #include <fmtflcnt.hxx> #include <fmtfld.hxx> #include <fmtfollowtextflow.hxx> #include <fmtfsize.hxx> #include <fmtftn.hxx> +#include <fmtftntx.hxx> #include <fmthdft.hxx> #include <fmtinfmt.hxx> +#include <fmtline.hxx> #include <fmtlsplt.hxx> #include <fmtmeta.hxx> #include <fmtornt.hxx> #include <fmtpdsc.hxx> #include <fmtrfmrk.hxx> +#include <fmtrowsplt.hxx> +#include <fmtruby.hxx> #include <fmtsrnd.hxx> #include <fmturl.hxx> #include <frmatr.hxx> @@ -328,6 +372,7 @@ #include <i18nlangtag/mslangid.hxx> #include <istyleaccess.hxx> #include <libxml/xmlwriter.h> +#include <lineinfo.hxx> #include <linguistic/lngprops.hxx> #include <mdiexp.hxx> #include <modcfg.hxx> @@ -352,6 +397,7 @@ #include <rsc/rsc-vcl-shared-types.hxx> #include <rsc/rscsfx.hxx> #include <sfx2/app.hxx> +#include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> #include <sfx2/chalign.hxx> #include <sfx2/childwin.hxx> @@ -359,21 +405,29 @@ #include <sfx2/dllapi.h> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> +#include <sfx2/event.hxx> #include <sfx2/fcontnr.hxx> +#include <sfx2/frame.hxx> #include <sfx2/htmlmode.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> +#include <sfx2/objsh.hxx> #include <sfx2/printer.hxx> +#include <sfx2/progress.hxx> #include <sfx2/request.hxx> #include <sfx2/shell.hxx> #include <sfx2/sidebar/EnumContext.hxx> #include <sfx2/tbxctrl.hxx> #include <sfx2/viewfrm.hxx> +#include <sfx2/viewsh.hxx> #include <shellio.hxx> #include <shellres.hxx> +#include <sortopt.hxx> #include <sot/formats.hxx> +#include <sot/sotdllapi.h> #include <sot/storage.hxx> +#include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> #include <svl/hint.hxx> @@ -385,25 +439,41 @@ #include <svl/lstner.hxx> #include <svl/macitem.hxx> #include <svl/poolitem.hxx> +#include <svl/ptitem.hxx> +#include <svl/slstitm.hxx> +#include <svl/smplhint.hxx> #include <svl/srchitem.hxx> #include <svl/stritem.hxx> #include <svl/svldllapi.h> #include <svl/urihelper.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> +#include <svl/zformat.hxx> +#include <svtools/ctrltool.hxx> #include <svtools/grfmgr.hxx> #include <svtools/htmlcfg.hxx> #include <svtools/htmlkywd.hxx> #include <svtools/htmlout.hxx> #include <svtools/htmltokn.h> #include <svtools/imap.hxx> +#include <svtools/imapobj.hxx> +#include <svtools/langtab.hxx> #include <svtools/svtdllapi.h> +#include <svx/dataaccessdescriptor.hxx> +#include <svx/dlgutil.hxx> #include <svx/drawitem.hxx> #include <svx/fmglob.hxx> +#include <svx/fmshell.hxx> +#include <svx/hlnkitem.hxx> +#include <svx/pageitem.hxx> +#include <svx/ruler.hxx> +#include <svx/srchdlg.hxx> #include <svx/svddef.hxx> +#include <svx/svditer.hxx> #include <svx/svdmodel.hxx> #include <svx/svdobj.hxx> #include <svx/svdogrp.hxx> +#include <svx/svdotext.hxx> #include <svx/svdouno.hxx> #include <svx/svdoutl.hxx> #include <svx/svdpage.hxx> @@ -411,37 +481,57 @@ #include <svx/svdview.hxx> #include <svx/svxdlg.hxx> #include <svx/svxdllapi.h> +#include <svx/unobrushitemhelper.hxx> +#include <svx/unomid.hxx> +#include <svx/xcolit.hxx> #include <svx/xdef.hxx> #include <svx/xenum.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xit.hxx> +#include <svx/xoutbmp.hxx> +#include <svx/xtable.hxx> #include <swabstdlg.hxx> +#include <swatrset.hxx> +#include <swbaslnk.hxx> +#include <swcli.hxx> #include <swcrsr.hxx> #include <swddetbl.hxx> +#include <swdll.hxx> #include <swevent.hxx> #include <swmodule.hxx> #include <swrect.hxx> +#include <swregion.hxx> +#include <swserv.hxx> #include <swtable.hxx> #include <swtblfmt.hxx> #include <swtypes.hxx> #include <swundo.hxx> #include <swunohelper.hxx> #include <swwait.hxx> +#include <tabcol.hxx> +#include <tblafmt.hxx> #include <tblsel.hxx> #include <textboxhelper.hxx> #include <tgrditem.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> #include <tools/date.hxx> +#include <tools/datetime.hxx> +#include <tools/datetimeutils.hxx> #include <tools/debug.hxx> #include <tools/errcode.hxx> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> +#include <tools/fract.hxx> #include <tools/gen.hxx> +#include <tools/globname.hxx> #include <tools/link.hxx> #include <tools/mapunit.hxx> #include <tools/ref.hxx> #include <tools/resid.hxx> #include <tools/resmgr.hxx> #include <tools/solar.h> +#include <tools/stream.hxx> #include <tools/time.hxx> #include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> @@ -451,19 +541,24 @@ #include <txtfld.hxx> #include <txtftn.hxx> #include <txtinet.hxx> +#include <txtrfmrk.hxx> #include <txttxmrk.hxx> #include <typelib/typedescription.h> +#include <uno/any2.h> #include <uno/sequence2.h> +#include <unobaseclass.hxx> #include <unochart.hxx> #include <unocoll.hxx> #include <unocrsr.hxx> #include <unocrsrhelper.hxx> +#include <unodraw.hxx> #include <unoframe.hxx> #include <unomap.hxx> #include <unoparagraph.hxx> #include <unoprnms.hxx> #include <unosett.hxx> #include <unostyle.hxx> +#include <unotbl.hxx> #include <unotextcursor.hxx> #include <unotextrange.hxx> #include <unotools/accessiblestatesethelper.hxx> @@ -473,8 +568,11 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/options.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> +#include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> #include <unotools/useroptions.hxx> #include <unotxdoc.hxx> @@ -488,6 +586,7 @@ #include <xmloff/odffields.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlstyle.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index cffda4dd1bba..9e8992858b35 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:53 using: + Generated on 2015-12-02 12:43:12 using: ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -172,6 +172,7 @@ #include <vcl/ptrstyle.hxx> #include <vcl/quickselectionengine.hxx> #include <vcl/region.hxx> +#include <vcl/salgtype.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/scheduler.hxx> #include <vcl/scopedbitmapaccess.hxx> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index ce7e63f79ad9..08c3161b5234 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:51 using: + Generated on 2015-12-02 12:43:09 using: ./bin/update_pch sw vbaswobj --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -138,7 +138,6 @@ #include <vcl/graph.h> #include <vcl/graph.hxx> #include <vcl/hatch.hxx> -#include <vcl/idle.hxx> #include <vcl/image.hxx> #include <vcl/impdel.hxx> #include <vcl/inputctx.hxx> @@ -161,6 +160,7 @@ #include <vcl/prntypes.hxx> #include <vcl/ptrstyle.hxx> #include <vcl/region.hxx> +#include <vcl/salgtype.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/scheduler.hxx> #include <vcl/scopedbitmapaccess.hxx> |