INTEGRATION: CWS impress38 (1.21.56); FILE MERGED
2005/03/20 16:08:01 af 1.21.56.1: #i45568# Added IsRedrawLocked() method.
This commit is contained in:
parent
858d8d4853
commit
0ff593de3d
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sdview4.cxx,v $
|
||||
*
|
||||
* $Revision: 1.22 $
|
||||
* $Revision: 1.23 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2005-03-15 11:22:27 $
|
||||
* last change: $Author: rt $ $Date: 2005-03-30 09:28:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -616,6 +616,14 @@ void View::LockRedraw(BOOL bLock)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
bool View::IsRedrawLocked (void) const
|
||||
{
|
||||
return nLockRedrawSmph>0;
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* StyleSheet aus der Sleketion besorgen
|
||||
|
|
Loading…
Reference in a new issue