Kaydet (Commit) 558a5151 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.29.96); FILE MERGED

2006/09/08 19:42:49 aw 1.29.96.4: RESYNC: (1.31-1.32); FILE MERGED
2006/05/12 21:27:17 aw 1.29.96.3: RESYNC: (1.30-1.31); FILE MERGED
2005/09/17 18:55:29 aw 1.29.96.2: RESYNC: (1.29-1.30); FILE MERGED
2005/05/19 12:15:17 aw 1.29.96.1: #i39529#
üst 73e49b31
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: viewimp.hxx,v $ * $RCSfile: viewimp.hxx,v $
* *
* $Revision: 1.32 $ * $Revision: 1.33 $
* *
* last change: $Author: hr $ $Date: 2006-08-14 16:24:10 $ * last change: $Author: ihi $ $Date: 2006-11-14 15:10:41 $
* *
* 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.
...@@ -120,7 +120,7 @@ class SwViewImp ...@@ -120,7 +120,7 @@ class SwViewImp
BOOL bScroll :1; //Scroll in der aktuellen EndAction erlaubt? BOOL bScroll :1; //Scroll in der aktuellen EndAction erlaubt?
BOOL bScrolled :1; //Wurde gescrolled? Dann im Idle aufraeumen. BOOL bScrolled :1; //Wurde gescrolled? Dann im Idle aufraeumen.
BOOL bResetXorVisibility:1; //StartAction/EndAction //BOOL bResetXorVisibility:1; //StartAction/EndAction
BOOL bShowHdlPaint :1; //LockPaint/UnlockPaint BOOL bShowHdlPaint :1; //LockPaint/UnlockPaint
BOOL bResetHdlHiddenPaint:1;// -- "" -- BOOL bResetHdlHiddenPaint:1;// -- "" --
BOOL bPaintInScroll :1; //Paint (Update() im ScrollHdl der ViewShell BOOL bPaintInScroll :1; //Paint (Update() im ScrollHdl der ViewShell
...@@ -373,14 +373,14 @@ public: ...@@ -373,14 +373,14 @@ public:
//gescrolled wird. Handles und sontiges vom Drawing werden im CTor //gescrolled wird. Handles und sontiges vom Drawing werden im CTor
//gehidet und im DTor wieder sichtbar gemacht. //gehidet und im DTor wieder sichtbar gemacht.
//AW 06-Sep99: Hiding of handles is no longer necessary, removed //AW 06-Sep99: Hiding of handles is no longer necessary, removed
class SwSaveHdl //class SwSaveHdl
{ //{
SwViewImp *pImp; // SwViewImp *pImp;
BOOL bXorVis; // BOOL bXorVis;
public: //public:
SwSaveHdl( SwViewImp *pImp ); // SwSaveHdl( SwViewImp *pImp );
~SwSaveHdl(); // ~SwSaveHdl();
}; //};
inline SwPageFrm *SwViewImp::GetFirstVisPage() inline SwPageFrm *SwViewImp::GetFirstVisPage()
......
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