Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx115 #define IMPL_PAINT_PAINTCHILDS ((sal_uInt16)0x0008) macro
2381 if ( nPaintFlags & IMPL_PAINT_PAINTCHILDS ) in ImplCallPaint()
2382 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTCHILDS; in ImplCallPaint()
2495 if ( nPaintFlags & (IMPL_PAINT_PAINTALLCHILDS | IMPL_PAINT_PAINTCHILDS) ) in ImplCallPaint()
2540 if ( mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTCHILDS) ) in ImplCallOverlapPaint()
2598 if ( pTempWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTCHILDS ) in ImplInvalidateFrameRegion()
2600 pTempWindow->mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTCHILDS | nTranspPaint; in ImplInvalidateFrameRegion()
2780 if ( bChilds && (mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTCHILDS) ) in ImplMoveInvalidateRegion()
3111 if ( pWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTCHILDS) ) in ImplUpdateAll()
7702 …if ( pTempWindow->mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINTCHILDS | IMPL_PAINT_PAINTALLCHILDS… in HasPaintEvent()
[all …]

Completed in 50 milliseconds