Lines Matching refs:IMPL_PAINT_PAINTALLCHILDS
114 #define IMPL_PAINT_PAINTALLCHILDS ((sal_uInt16)0x0004) macro
2379 if ( nPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplCallPaint()
2380 …mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALLCHILDS | (nPaintFlags & IMPL_P… in ImplCallPaint()
2388 mpWindowImpl->mnPaintFlags &= ~IMPL_PAINT_PAINTALLCHILDS; in ImplCallPaint()
2421 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplCallPaint()
2495 if ( nPaintFlags & (IMPL_PAINT_PAINTALLCHILDS | IMPL_PAINT_PAINTCHILDS) ) in ImplCallPaint()
2610 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTALLCHILDS; in ImplInvalidateFrameRegion()
2808 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in ImplMoveAllInvalidateRegions()
2841 … if ( (mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS) && mpWindowImpl->mpFirstChild ) in ImplValidateFrameRegion()
7702 … ( pTempWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINTCHILDS | IMPL_PAINT_PAINTALLCHILDS) ) in HasPaintEvent()
7754 if ( pWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALLCHILDS ) in Update()