diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:07:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:07:32 +0000 |
commit | 5c4e3c3eaa1127b386cf2528cabc9b915313552c (patch) | |
tree | 8fc327438ce5cefec3ac82f57605421fbc8d13a8 /sw/inc/viewsh.hxx | |
parent | c17daf40357964a4d340a0c4720d93c37f9cbd05 (diff) |
INTEGRATION: CWS aw024 (1.47.8); FILE MERGED
2006/09/08 19:08:21 aw 1.47.8.4: RESYNC: (1.49-1.50); FILE MERGED
2006/08/14 17:35:28 aw 1.47.8.3: #i68597# prepare SW for fully buffered Overlay
2006/05/12 21:12:16 aw 1.47.8.2: RESYNC: (1.47-1.49); FILE MERGED
2006/03/15 11:20:07 aw 1.47.8.1: #114409# corrected sw overlay problems
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 8755e8049430..34d50e737f07 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: viewsh.hxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:38:24 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:07:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,6 +104,7 @@ class SwTxtFrm; // <-- struct SwAccessibilityOptions; +class Region; //JP 19.07.98: - Bug 52312 // define fuer Flags, die im CTOR oder den darunter liegenden Schichten @@ -244,6 +245,13 @@ public: void SetNoNextScroll(); void InvalidateWindows( const SwRect &rRect ); + + // #i68597# paint pre- and post-processing + void DLPrePaint(const Region& rRegion); + void DLPostPaint(const Region& rRegion); + void DLPreOutsidePaint(const Region& rRegion); + void DLPostOutsidePaint(const Region& rRegion); + virtual void Paint(const Rectangle &rRect); sal_Bool IsPaintInProgress() const { return bPaintInProgress; } |