Searched refs:mbNoParentUpdate (Results 1 – 3 of 3) sorted by relevance
324 mbNoParentUpdate:1, member in WindowImpl
1847 mpWindowImpl->mbNoParentUpdate = !bUpdate; in SetParentUpdateMode()1852 return !mpWindowImpl->mbNoParentUpdate; in IsParentUpdateMode()
224 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()
Completed in 89 milliseconds