Kaydet (Commit) 5c4e3c3e authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst c17daf40
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: viewsh.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -104,6 +104,7 @@ class SwTxtFrm; ...@@ -104,6 +104,7 @@ class SwTxtFrm;
// <-- // <--
struct SwAccessibilityOptions; struct SwAccessibilityOptions;
class Region;
//JP 19.07.98: - Bug 52312 //JP 19.07.98: - Bug 52312
// define fuer Flags, die im CTOR oder den darunter liegenden Schichten // define fuer Flags, die im CTOR oder den darunter liegenden Schichten
...@@ -244,6 +245,13 @@ public: ...@@ -244,6 +245,13 @@ public:
void SetNoNextScroll(); void SetNoNextScroll();
void InvalidateWindows( const SwRect &rRect ); 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); virtual void Paint(const Rectangle &rRect);
sal_Bool IsPaintInProgress() const { return bPaintInProgress; } sal_Bool IsPaintInProgress() const { return bPaintInProgress; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment