Searched refs:IMPL_PAINT_PAINTALLCHILDS (Results 1 – 1 of 1) sorted by relevance
114 #define IMPL_PAINT_PAINTALLCHILDS ((sal_uInt16)0x0004) macro2379 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()[all …]
Completed in 63 milliseconds