Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx2804 Window* pPaintAllWindow = this; in ImplMoveAllInvalidateRegions() local
2807 pPaintAllWindow = pPaintAllWindow->ImplGetParent(); in ImplMoveAllInvalidateRegions()
2808 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplMoveAllInvalidateRegions()
2810 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplMoveAllInvalidateRegions()
2816 aPaintAllRegion.Union( pPaintAllWindow->mpWindowImpl->maInvalidateRegion ); in ImplMoveAllInvalidateRegions()
2819 while ( !pPaintAllWindow->ImplIsOverlapWindow() ); in ImplMoveAllInvalidateRegions()

Completed in 54 milliseconds