Home
last modified time | relevance | path

Searched refs:mbFloatWin (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/inc/win/
H A Dsalframe.h67 sal_Bool mbFloatWin; // is a FloatingWindow variable
/trunk/main/vcl/inc/os2/
H A Dsalframe.h80 sal_Bool mbFloatWin; // is a FloatingWindow variable
/trunk/main/vcl/inc/
H A Dwindow.h317 mbFloatWin:1, variable
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx461 pFrame->mbFloatWin = TRUE; in ImplSalCreateFrame()
992 mbFloatWin = FALSE; in WinSalFrame()
1304 … if ( aSalShlData.mbWXP && pFrame->mbFloatWin && !(pFrame->mnStyle & SAL_FRAME_STYLE_NOSHADOW)) in ImplSalShow()
1327 if ( pFrame->mbFloatWin || ( pClientWin && (pClientWin->GetStyle() & WB_SYSTEMFLOATWIN) ) ) in ImplSalShow()
1436 if ( mbFloatWin || ( pClientWin && (pClientWin->GetStyle() & WB_SYSTEMFLOATWIN) ) ) in SetPosSize()
3501 if ( pFrame->mbFloatWin ) in ImplHandleMouseActivateMsg()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx926 …if( !pChild || ( pChild->ImplGetWindowImpl()->mbFloatWin && !((FloatingWindow *)pChild)->GrabsFocu… in ImplGetKeyInputWindow()
1203 …if( !nRet && pWindow->ImplGetWindowImpl()->mbFloatWin && pWindow->GetParent() && (pWindow->ImplGet… in ImplHandleKey()
1632 …&& !pWindow->ImplGetWindowImpl()->mbFloatWin ) // synchronous resize for floating wind… in ImplHandleResize()
H A Dfloatwin.cxx74 mpWindowImpl->mbFloatWin = sal_True; in ImplInit()
H A Dwindow2.cxx1526 return mpWindowImpl->mbFloatWin; in ImplIsFloatingWindow()
H A Dwindow.cxx212 mbFloatWin = sal_False; // sal_True: FloatingWindow is the base class in WindowImpl()
812 …( mpWindowImpl->mbFloatWin || ((GetType() == WINDOW_BORDERWINDOW) && ((ImplBorderWindow*)this)->mb… in ImplInit()
822 else if( mpWindowImpl->mbFloatWin ) in ImplInit()
4067 …if( ( (pParent->mpWindowImpl->mbFloatWin && ((FloatingWindow*)pParent)->GrabsFocus()) || ( pParent… in ImplGrabFocus()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx647 pFrame->mbFloatWin = TRUE; in ImplSalCreateFrame()
821 mbFloatWin = FALSE; in Os2SalFrame()
1063 if ( mbFloatWin ) in SetPosSize()