Lines Matching refs:nPaintFlags
2368 void Window::ImplCallPaint( const Region* pRegion, sal_uInt16 nPaintFlags ) in ImplCallPaint() argument
2379 if ( nPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplCallPaint()
2380 …mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALLCHILDS | (nPaintFlags & IMPL_P… in ImplCallPaint()
2381 if ( nPaintFlags & IMPL_PAINT_PAINTCHILDS ) in ImplCallPaint()
2383 if ( nPaintFlags & IMPL_PAINT_ERASE ) in ImplCallPaint()
2385 if ( nPaintFlags & IMPL_PAINT_CHECKRTL ) in ImplCallPaint()
2399 nPaintFlags = mpWindowImpl->mnPaintFlags & ~(IMPL_PAINT_PAINT); in ImplCallPaint()
2449 if ( (nPaintFlags & IMPL_PAINT_ERASE) && IsBackground() ) in ImplCallPaint()
2495 if ( nPaintFlags & (IMPL_PAINT_PAINTALLCHILDS | IMPL_PAINT_PAINTCHILDS) ) in ImplCallPaint()
2502 pTempWindow->ImplCallPaint( pChildRegion, nPaintFlags ); in ImplCallPaint()
2823 sal_uInt16 nPaintFlags = 0; in ImplMoveAllInvalidateRegions() local
2826 ImplInvalidateFrameRegion( &aPaintAllRegion, nPaintFlags ); in ImplMoveAllInvalidateRegions()
3053 sal_uInt16 nPaintFlags = INVALIDATE_CHILDREN; in ImplScroll() local
3055 nPaintFlags |= INVALIDATE_NOERASE; in ImplScroll()
3063 ImplInvalidateFrameRegion( &aInvalidateRegion, nPaintFlags ); in ImplScroll()