Searched refs:nLockPaint (Results 1 – 3 of 3) sorted by relevance
199 sal_uInt16 nLockPaint; //ist != 0 wenn das Paint gelocked ist. member in ViewShell483 sal_Bool IsPaintLocked() const { return nLockPaint != 0; } in IsPaintLocked()625 if ( !nLockPaint++ ) in LockPaint()630 if ( 0 == --nLockPaint ) in UnlockPaint()
207 if ( nLockPaint ) in ImplEndAction()223 if ( !nLockPaint ) in ImplEndAction()1244 if( VisArea().IsOver( aPrevArea ) && !nLockPaint ) in VisPortChgd()1255 else if ( !nLockPaint ) //Wird im UnLock erledigt in VisPortChgd()1367 nLockPaint++; in SmoothScroll()1591 --nLockPaint; in SmoothScroll()1597 --nLockPaint; in SmoothScroll()1881 if ( nLockPaint ) in Paint()
194 nLockPaint( 0 ), in ViewShell()273 nLockPaint( 0 ), in ViewShell()
Completed in 19 milliseconds