Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx113 #define IMPL_PAINT_PAINTALL ((sal_uInt16)0x0002) macro
2392 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
2406 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
2614 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTALL; in ImplInvalidateFrameRegion()
2618 if ( !(mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL) ) in ImplInvalidateFrameRegion()
2631 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplInvalidateFrameRegion()
2772 … if ( (mpWindowImpl->mnPaintFlags & (IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALL)) == IMPL_PAINT_PAINT ) in ImplMoveInvalidateRegion()
2810 if ( pPaintAllWindow->mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplMoveAllInvalidateRegions()
2844 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplValidateFrameRegion()
2856 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplValidateFrameRegion()
[all …]

Completed in 53 milliseconds