Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/os2/
H A Dsalframe.h80 sal_Bool mbFloatWin; // is a FloatingWindow member in Os2SalFrame
/trunk/main/vcl/inc/win/
H A Dsalframe.h67 sal_Bool mbFloatWin; // is a FloatingWindow member in WinSalFrame
/trunk/main/vcl/inc/
H A Dwindow.h317 mbFloatWin:1, member in WindowImpl
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx649 pFrame->mbFloatWin = TRUE; in ImplSalCreateFrame()
823 mbFloatWin = FALSE; in Os2SalFrame()
1065 if ( mbFloatWin ) in SetPosSize()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx74 mpWindowImpl->mbFloatWin = sal_True; in ImplInit()
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()
H A Dwindow2.cxx1526 return mpWindowImpl->mbFloatWin; in ImplIsFloatingWindow()
H A Dwinproc.cxx929 …if( !pChild || ( pChild->ImplGetWindowImpl()->mbFloatWin && !((FloatingWindow *)pChild)->GrabsFocu… in ImplGetKeyInputWindow()
1206 …if( !nRet && pWindow->ImplGetWindowImpl()->mbFloatWin && pWindow->GetParent() && (pWindow->ImplGet… in ImplHandleKey()
1635 …&& !pWindow->ImplGetWindowImpl()->mbFloatWin ) // synchronous resize for floating wind… in ImplHandleResize()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx465 pFrame->mbFloatWin = TRUE; in ImplSalCreateFrame()
996 mbFloatWin = FALSE; in WinSalFrame()
1308 … if ( aSalShlData.mbWXP && pFrame->mbFloatWin && !(pFrame->mnStyle & SAL_FRAME_STYLE_NOSHADOW)) in ImplSalShow()
1331 if ( pFrame->mbFloatWin || ( pClientWin && (pClientWin->GetStyle() & WB_SYSTEMFLOATWIN) ) ) in ImplSalShow()
1440 if ( mbFloatWin || ( pClientWin && (pClientWin->GetStyle() & WB_SYSTEMFLOATWIN) ) ) in SetPosSize()
3507 if ( pFrame->mbFloatWin ) in ImplHandleMouseActivateMsg()

Completed in 146 milliseconds