Lines Matching refs:mbFrame

206 	mbFrame             = sal_False;        // sal_True: Window is a frame window  in WindowImpl()
738 DBG_ASSERT( mpWindowImpl->mbFrame || pParent, "Window::Window(): pParent == NULL" ); in ImplInit()
748 if ( !mpWindowImpl->mbFrame && !mpWindowImpl->mbBorderWin && !mpWindowImpl->mpBorderWindow in ImplInit()
770 else if( !mpWindowImpl->mbFrame && ! pParent ) in ImplInit()
773 mpWindowImpl->mbFrame = sal_True; in ImplInit()
792 if( pParent && ! mpWindowImpl->mbFrame ) in ImplInit()
796 if ( mpWindowImpl->mbFrame ) in ImplInit()
935 if ( mpWindowImpl->mbFrame ) in ImplInit()
1010 …if ( mpWindowImpl->mbFrame && !pSVData->maGDIData.mnAppFontX && ! (nStyle & (WB_INTROWIN|WB_DEFAUL… in ImplInit()
1044 if ( pParent && !mpWindowImpl->mbFrame ) in ImplInsertWindow()
1051 mpWindowImpl->mbFrame = sal_False; in ImplInsertWindow()
1093 if ( !mpWindowImpl->mbFrame ) in ImplRemoveWindow()
1163 if( mpWindowImpl->mbFrame ) in ImplCallMove()
1694 if ( mpWindowImpl->mbFrame ) in ImplInitResolutionSettings()
2088 if ( !mpWindowImpl->mbFrame ) in ImplClipBoundaries()
2095 while ( !pStartOverlapWindow->mpWindowImpl->mbFrame ) in ImplClipBoundaries()
2275 while ( !pStartOverlapWindow->mpWindowImpl->mbFrame ) in ImplCalcOverlapRegionOverlaps()
2324 if ( !pWindow->mpWindowImpl->mbFrame ) in ImplCalcOverlapRegion()
2561 if( mpWindowImpl->mbFrame && mpWindowImpl->mpFrameData->maResizeTimer.IsActive() ) in IMPL_LINK()
3099 …if ( mpWindowImpl->mbFrame || (mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWindow->mpWin… in ImplUpdateAll()
3310 …cled && mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mpWindowImpl->… in ImplPosSizeWindow()
3327 …cled && mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mpWindowImpl->… in ImplPosSizeWindow()
3580 if ( !mpWindowImpl->mbFrame ) in ImplCalcToTop()
3629 if ( mpWindowImpl->mbFrame ) in ImplToTop()
3741 while ( !pTempOverlapWindow->mpWindowImpl->mbFrame ); in ImplStartToTop()
3759 while ( !pTempOverlapWindow->mpWindowImpl->mbFrame ); in ImplStartToTop()
4018 else if ( mpWindowImpl->mbFrame ) in ImplGrabFocus()
4440 if( (GetStyle() & WB_OWNERDRAWDECORATION) && mpWindowImpl->mbFrame ) in ~Window()
4455 if( mpWindowImpl->mbFrame && mpWindowImpl->mpFrameData ) in ~Window()
4681 if ( mpWindowImpl->mbFrame ) in ~Window()
4736 if ( mpWindowImpl->mbFrame ) in ~Window()
4760 if ( mpWindowImpl->mbFrame ) in ~Window()
4799 else if ( mpWindowImpl->mbFrame ) in ~Window()
5646 if( pWindow->mpWindowImpl->mbFrame ) in SetExtendedStyle()
5683 ! mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame && in SetBorderStyle()
5747 else if ( mpWindowImpl->mbFrame && (mpWindowImpl->mnStyle & WB_MOVEABLE) ) in CalcTitleWidth()
5799 if( bTransparent && mpWindowImpl->mbFrame ) in SetPaintTransparent()
6071 else if( mpWindowImpl->mbFrame ) in SetWindowRegionPixel()
6108 else if( mpWindowImpl->mbFrame ) in SetWindowRegionPixel()
6336 if( (GetStyle() & WB_OWNERDRAWDECORATION) && mpWindowImpl->mbFrame ) in SetParent()
6357 if ( mpWindowImpl->mbFrame ) in SetParent()
6473 if( (GetStyle() & WB_OWNERDRAWDECORATION) && mpWindowImpl->mbFrame ) in SetParent()
6508 else if ( mpWindowImpl->mbFrame ) in Show()
6521 if ( ImplIsOverlapWindow() && !mpWindowImpl->mbFrame ) in Show()
6541 if ( ImplIsOverlapWindow() && !mpWindowImpl->mbFrame ) in Show()
6554 if ( !mpWindowImpl->mbFrame ) in Show()
6587 if( mpWindowImpl->mbFrame && GetParent() && GetParent()->IsCompoundControl() && in Show()
6607 if ( mpWindowImpl->mbFrame || pTestParent->mpWindowImpl->mbReallyVisible ) in Show()
6632 if ( !mpWindowImpl->mbFrame ) in Show()
6644 else if ( mpWindowImpl->mbFrame ) in Show()
6954 if( mpWindowImpl->mbFrame ) in EnableInput()
7113 if ( (pRefWindow == this) || mpWindowImpl->mbFrame ) in SetZOrder()
7272 if ( mpWindowImpl->mbFrame ) in EnableAlwaysOnTop()
7295 if ( pWindow->mpWindowImpl->mbFrame ) in SetPosSizePixel()
7443 …if( mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mpWindowImpl->mpPa… in ImplGetUnmirroredOutOffX()
7545 …ClientOnly && (mpWindowImpl->mbFrame || (mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWin… in ImplGetWindowExtentsRelative()
7732 …if ( mpWindowImpl->mbFrame || (mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWindow->mpWin… in Update()
8126 else if ( mpWindowImpl->mbFrame ) in SetText()
8833 if( mpWindowImpl->mbFrame && mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE) ) in ImplIsAccessibleCandidate()
8841 if( mpWindowImpl->mbFrame ) in ImplIsAccessibleNativeFrame()
8920 mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame) in GetAccessibleParentWindow()
9187 …case WINDOW_SYSWINDOW: nRole = (mpWindowImpl->mbFrame) ? accessibility::AccessibleRole::FRAME… in GetAccessibleRole()
9190 case WINDOW_FLOATINGWINDOW: nRole = ( mpWindowImpl->mbFrame || in GetAccessibleRole()
9191 … (mpWindowImpl->mpBorderWindow && mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame) || in GetAccessibleRole()
9646 …indowImpl->mbFrame && (!mpWindowImpl->mpBorderWindow || (mpWindowImpl->mpBorderWindow && !mpWindow… in IsTopWindow()