Home
last modified time | relevance | path

Searched refs:nLockPaint (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/inc/
H A Dviewsh.hxx199 sal_uInt16 nLockPaint; //ist != 0 wenn das Paint gelocked ist. member in ViewShell
483 sal_Bool IsPaintLocked() const { return nLockPaint != 0; } in IsPaintLocked()
625 if ( !nLockPaint++ ) in LockPaint()
630 if ( 0 == --nLockPaint ) in UnlockPaint()
/aoo4110/main/sw/source/core/view/
H A Dviewsh.cxx204 if ( nLockPaint ) in ImplEndAction()
220 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()
H A Dvnew.cxx194 nLockPaint( 0 ), in ViewShell()
273 nLockPaint( 0 ), in ViewShell()

Completed in 31 milliseconds