Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx200 mnPaintFlags = 0; // Flags for ImplCallPaint in WindowImpl()
2380 …mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINT | IMPL_PAINT_PAINTALLCHILDS | (nPaintFlags & IMPL_P… in ImplCallPaint()
2382 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_PAINTCHILDS; in ImplCallPaint()
2384 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_ERASE; in ImplCallPaint()
2386 mpWindowImpl->mnPaintFlags |= IMPL_PAINT_CHECKRTL; in ImplCallPaint()
2388 mpWindowImpl->mnPaintFlags &= ~IMPL_PAINT_PAINTALLCHILDS; in ImplCallPaint()
2392 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
2399 nPaintFlags = mpWindowImpl->mnPaintFlags & ~(IMPL_PAINT_PAINT); in ImplCallPaint()
2403 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINT ) in ImplCallPaint()
2406 if ( mpWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL ) in ImplCallPaint()
[all …]
H A Dwinproc.cxx1572 pWindow->ImplGetWindowImpl()->mnPaintFlags |= IMPL_PAINT_CHECKRTL; in ImplHandlePaint()
/trunk/main/vcl/inc/
H A Dwindow.h304 sal_uInt16 mnPaintFlags; variable