Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx781 mbInShow = FALSE; in Os2SalFrame()
809 mbInShow = FALSE; in Os2SalFrame()
971 pFrame->mbInShow = TRUE; in ImplSalShow()
982 pFrame->mbInShow = FALSE; in ImplSalShow()
3035 if ( WinIsWindowVisible( pFrame->mhWndFrame ) && !pFrame->mbInShow ) in ImplHandleSizeMsg()
3048 if ( WinIsWindowVisible( pFrame->mhWndFrame ) && !pFrame->mbInShow ) in ImplHandleFocusMsg()
/AOO42X/main/vcl/inc/os2/
H A Dsalframe.h83 sal_Bool mbInShow; // innerhalb eines Show-Aufrufs variable
/AOO42X/main/vcl/inc/win/
H A Dsalframe.h70 sal_Bool mbInShow; // innerhalb eines Show-Aufrufs variable
/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx980 mbInShow = FALSE; in WinSalFrame()
1290 pFrame->mbInShow = TRUE; in ImplSalShow()
1340 pFrame->mbInShow = FALSE; in ImplSalShow()
2102 mbInShow = TRUE; in ShowFullScreen()
2104 mbInShow = FALSE; in ShowFullScreen()
4333 if ( IsWindowVisible( hWnd ) && !pFrame->mbInShow ) in ImplCallSizeHdl()
4376 if ( IsWindowVisible( hWnd ) && !pFrame->mbInShow ) in ImplHandleFocusMsg()
/AOO42X/main/vcl/inc/unx/
H A Dsalframe.h103 sal_Bool mbInShow; variable
/AOO42X/main/vcl/unx/generic/window/
H A Dsalframe.cxx696 mbInShow = sal_False; in X11SalFrame()
1159 mbInShow = sal_True; in Show()
4298 …if( ! (nStyle_ & SAL_FRAME_STYLE_FLOAT ) && mbInShow && GetDisplay()->getWMAdaptor()->getWindowMan… in Dispatch()
4355 mbInShow = sal_False; in Dispatch()