summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:26:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:26:16 +0000
commit7b77c90295d826e336307a3aafd43a4a0cf6afb3 (patch)
tree2c774282ec5be78ddc2e5d740ec401da568808a0 /sw/inc/viewsh.hxx
parent8d616f67f415603b7a9cfa7a7b6c244c5e4ca5c0 (diff)
INTEGRATION: CWS aw033 (1.59.40); FILE MERGED
2008/07/10 13:18:19 aw 1.59.40.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:58:06 aw 1.59.40.5: RESYNC: (1.63-1.64); FILE MERGED 2008/03/14 14:04:26 cl 1.59.40.4: RESYNC: (1.60-1.63); FILE MERGED 2008/03/13 08:23:03 aw 1.59.40.3: #i39532# diverse support for chart2 and OLE 2008/01/29 13:14:13 aw 1.59.40.2: RESYNC: (1.59-1.60); FILE MERGED 2007/12/20 12:10:09 aw 1.59.40.1: #i39532# DoPaintObject replacements of SdrVirtObj usages
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 31ebe9792522..26446c7d759a 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewsh.hxx,v $
- * $Revision: 1.64 $
+ * $Revision: 1.65 $
*
* This file is part of OpenOffice.org.
*
@@ -38,6 +38,7 @@
#include <ring.hxx>
#include <swrect.hxx>
#include <errhdl.hxx>
+#include <vcl/mapmod.hxx>
namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible; } } } }
@@ -245,13 +246,17 @@ public:
protected:
sal_uInt32 mnPrePostPaintCount;
OutputDevice* mpPrePostOutDev;
+ MapMode maPrePostMapMode;
public:
+ void PrePaint();
void DLPrePaint2(const Region& rRegion);
void DLPostPaint2();
+ const MapMode& getPrePostMapMode() const { return maPrePostMapMode; }
//////////////////////////////////////////////////////////////////////////////
virtual void Paint(const Rectangle &rRect);
sal_Bool IsPaintInProgress() const { return bPaintInProgress; }
+ bool IsDrawingLayerPaintInProgress() const { return 0 != mnPrePostPaintCount; }
//Benachrichtung, dass sich der sichtbare Bereich geaendert hat.
//VisArea wird neu gesetzt, anschliessend wird gescrollt.