Searched refs:mnPrePostPaintCount (Results 1 – 3 of 3) sorted by relevance
195 mnPrePostPaintCount(0L), // #i72754# in ViewShell()274 mnPrePostPaintCount(0L), // #i72754# in ViewShell()
112 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()
240 sal_uInt32 mnPrePostPaintCount; member in ViewShell252 bool IsDrawingLayerPaintInProgress() const { return 0 != mnPrePostPaintCount; } in IsDrawingLayerPaintInProgress()
Completed in 35 milliseconds