Home
last modified time | relevance | path

Searched refs:mbNoParentUpdate (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwindow.cxx224 mbNoParentUpdate = sal_False; // sal_True: SetParentUpdateMode( sal_False ) called in WindowImpl()
6502 sal_Bool bOldUpdate = mpWindowImpl->mpBorderWindow->mpWindowImpl->mbNoParentUpdate; in Show()
6503 if ( mpWindowImpl->mbNoParentUpdate ) in Show()
6504 mpWindowImpl->mpBorderWindow->mpWindowImpl->mbNoParentUpdate = sal_True; in Show()
6506 mpWindowImpl->mpBorderWindow->mpWindowImpl->mbNoParentUpdate = bOldUpdate; in Show()
6573 if ( !mpWindowImpl->mbNoParentUpdate && !(nFlags & SHOW_NOPARENTUPDATE) ) in Show()
H A Dwindow2.cxx1847 mpWindowImpl->mbNoParentUpdate = !bUpdate; in SetParentUpdateMode()
1852 return !mpWindowImpl->mbNoParentUpdate; in IsParentUpdateMode()
/trunk/main/vcl/inc/
H A Dwindow.h324 mbNoParentUpdate:1, member in WindowImpl

Completed in 65 milliseconds