Home
last modified time | relevance | path

Searched refs:mbInPaint (Results 1 – 7 of 7) sorted by path

/trunk/main/sw/inc/
H A Dpagepreviewlayout.hxx106 mutable bool mbInPaint; member in SwPagePreviewLayout
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx101 mbInPaint = false; in _Clear()
494 if ( mbInPaint ) in Prepare()
1071 if ( mbInPaint ) in Paint()
1075 mbInPaint = true; in Paint()
1201 mbInPaint = false; in Paint()
/trunk/main/vcl/inc/
H A Dwindow.h334 mbInPaint:1, member in WindowImpl
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx968 if ( pWindow->mpWindowImpl->mbInPaint ) in ImplInitClipRegion()
1124 if ( pWindow->mpWindowImpl->mbInPaint ) in GetActiveClipRegion()
/trunk/main/vcl/source/window/
H A Dcursor.cxx185 if ( !pWindow || (pWindow->mpWindowImpl->mpCursor != this) || pWindow->mpWindowImpl->mbInPaint in ImplShow()
H A Dwindow.cxx235 mbInPaint = sal_False; // sal_True: Inside PaintHdl in WindowImpl()
2433 mpWindowImpl->mbInPaint = sal_True; in ImplCallPaint()
2485 mpWindowImpl->mbInPaint = sal_False; in ImplCallPaint()
H A Dwindow2.cxx363 if ( !mpWindowImpl->mbInPaint ) in ShowFocus()
389 if ( !mpWindowImpl->mbInPaint ) in ShowFocus()
416 if ( !mpWindowImpl->mbInPaint ) in HideFocus()
425 if ( !mpWindowImpl->mbInPaint ) in HideFocus()
514 if ( !mpWindowImpl->mbInPaint || !(nFlags & SHOWTRACK_WINDOW) ) in ShowTracking()
545 if ( !mpWindowImpl->mbInPaint || !(pWinData->mnTrackFlags & SHOWTRACK_WINDOW) ) in HideTracking()
1756 return mpWindowImpl->mbInPaint; in IsInPaint()

Completed in 83 milliseconds