Home
last modified time | relevance | path

Searched refs:mbFrame (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dwindow.cxx206 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()
[all …]
H A Dsyswin.cxx245 if ( pWindow->mpWindowImpl->mbOverlapWin && !pWindow->mpWindowImpl->mbFrame ) in SetZLevel()
280 if ( pWindow->mpWindowImpl->mbFrame ) in SetRepresentedURL()
306 if ( pWindow->mpWindowImpl->mbFrame ) in SetIcon()
334 if ( pWindow->mpWindowImpl->mbOverlapWin && !pWindow->mpWindowImpl->mbFrame ) in EnableSaveBackground()
450 if ( mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame ) in SetMinOutputSizePixel()
453 else if ( mpWindowImpl->mbFrame ) in SetMinOutputSizePixel()
471 if ( mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame ) in SetMaxOutputSizePixel()
474 else if ( mpWindowImpl->mbFrame ) in SetMaxOutputSizePixel()
724 if ( pWindow->mpWindowImpl->mbFrame ) in SetWindowStateData()
879 if ( pWindow->mpWindowImpl->mbFrame ) in GetWindowStateData()
H A Dwindow2.cxx85 if ( pTempWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
95 if ( pTempWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
112 while ( !pTempWindow->mpWindowImpl->mbFrame ); in ImplIsWindowInFront()
119 while ( !pTempWindow->mpWindowImpl->mbFrame ); in ImplIsWindowInFront()
127 if ( pTestWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
139 if ( pThisWindow->mpWindowImpl->mbFrame ) in ImplIsWindowInFront()
166 if ( !mpWindowImpl->mbFrame ) in ImplSaveOverlapBackground()
319 if ( bBorder && mpWindowImpl->mbFrame ) in SnapShot()
H A Dbrdwin.cxx1850 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1856 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1862 mpWindowImpl->mbFrame = sal_True; in ImplInit()
2105 if ( !mpWindowImpl->mbFrame || (GetStyle() & WB_OWNERDRAWDECORATION) ) in DataChanged()
2118 else if ( mpWindowImpl->mbFrame ) in InitView()
H A Dfloatwin.cxx103 mpWindowImpl->mbFrame = sal_True; in ImplInit()
674 if( mpWindowImpl->mbFrame && (GetStyle() & WB_MOVEABLE) ) in StartPopupMode()
H A Dwinproc.cxx1628 …( pWindow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) ) // p… in ImplHandleResize()
1633 if( pWindow->ImplGetWindowImpl()->mbFrame && (pWindow->GetStyle() & WB_SIZEABLE) in ImplHandleResize()
1677 …if( pWindow->ImplGetWindowImpl()->mbFrame && pWindow->ImplIsFloatingWindow() && pWindow->IsReallyV… in ImplHandleMove()
1695 if ( pWindow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) in ImplHandleMove()
H A Dmsgbox.cxx284 if ( mpWindowImpl->mbFrame ) in ImplPosControls()
H A Ddialog.cxx341 mpWindowImpl->mbFrame = sal_True; in ImplInit()
H A Ddockwin.cxx628 if( ! IsFloatingMode() || ! mpFloatWin->mpWindowImpl->mbFrame ) in Notify()
H A Dstatus.cxx550 ! pEraseWindow->ImplGetWindowImpl()->mbFrame ) in DrawProgress()
/AOO41X/main/vcl/inc/
H A Dwindow.h311 sal_Bool mbFrame:1, variable