Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dvnew.cxx195 mnPrePostPaintCount(0L), // #i72754# in ViewShell()
274 mnPrePostPaintCount(0L), // #i72754# in ViewShell()
H A Dviewsh.cxx112 if(0L == mnPrePostPaintCount) in DLPrePaint2()
136 mnPrePostPaintCount++; in DLPrePaint2()
141 …OSL_ENSURE(mnPrePostPaintCount > 0L, "ViewShell::DLPostPaint2: Pre/PostPaint encapsulation broken … in DLPostPaint2()
142 mnPrePostPaintCount--; in DLPostPaint2()
144 if((0L == mnPrePostPaintCount) && (0 != mpTargetPaintWindow)) in DLPostPaint2()
/trunk/main/sw/inc/
H A Dviewsh.hxx240 sal_uInt32 mnPrePostPaintCount; member in ViewShell
252 bool IsDrawingLayerPaintInProgress() const { return 0 != mnPrePostPaintCount; } in IsDrawingLayerPaintInProgress()

Completed in 68 milliseconds