Lines Matching refs:mpBorderWindow

243     while ( pWindow->mpWindowImpl->mpBorderWindow )  in SetZLevel()
244 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetZLevel()
277 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetRepresentedURL()
278 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetRepresentedURL()
303 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetIcon()
304 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetIcon()
316 while ( pWindow->mpWindowImpl->mpBorderWindow ) in GetZLevel()
317 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in GetZLevel()
332 while ( pWindow->mpWindowImpl->mpBorderWindow ) in EnableSaveBackground()
333 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in EnableSaveBackground()
347 while ( pWindow->mpWindowImpl->mpBorderWindow ) in IsSaveBackgroundEnabled()
348 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in IsSaveBackgroundEnabled()
364 if ( mpWindowImpl->mpBorderWindow ) in ShowTitleButton()
365 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetDockButton( bVisible ); in ShowTitleButton()
373 if ( mpWindowImpl->mpBorderWindow ) in ShowTitleButton()
374 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetHideButton( bVisible ); in ShowTitleButton()
379 if ( mpWindowImpl->mpBorderWindow ) in ShowTitleButton()
380 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuButton( bVisible ); in ShowTitleButton()
403 if ( mpWindowImpl->mpBorderWindow ) in SetPin()
404 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetPin( bPin ); in SetPin()
420 if ( mpWindowImpl->mpBorderWindow ) in RollUp()
421 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_True, aSize ); in RollUp()
435 if ( mpWindowImpl->mpBorderWindow ) in RollDown()
436 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_False, maOrgSize ); in RollDown()
447 if ( mpWindowImpl->mpBorderWindow ) in SetMinOutputSizePixel()
449 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMinOutputSize( rSize.Width(), rSize.Height()… in SetMinOutputSizePixel()
450 if ( mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame ) in SetMinOutputSizePixel()
451 …mpWindowImpl->mpBorderWindow->mpWindowImpl->mpFrame->SetMinClientSize( rSize.Width(), rSize.Height… in SetMinOutputSizePixel()
468 if ( mpWindowImpl->mpBorderWindow ) in SetMaxOutputSizePixel()
470 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMaxOutputSize( aSize.Width(), aSize.Height()… in SetMaxOutputSizePixel()
471 if ( mpWindowImpl->mpBorderWindow->mpWindowImpl->mbFrame ) in SetMaxOutputSizePixel()
472 …mpWindowImpl->mpBorderWindow->mpWindowImpl->mpFrame->SetMaxClientSize( aSize.Width(), aSize.Height… in SetMaxOutputSizePixel()
721 while ( pWindow->mpWindowImpl->mpBorderWindow ) in SetWindowStateData()
722 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in SetWindowStateData()
876 while ( pWindow->mpWindowImpl->mpBorderWindow ) in GetWindowStateData()
877 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in GetWindowStateData()
987 …if ( mpWindowImpl->mpBorderWindow && (mpWindowImpl->mpBorderWindow->GetType() == WINDOW_BORDERWIND… in SetMenuBar()
1001 …BorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( pNewWindow = MenuBar::ImplCreate( m… in SetMenuBar()
1005 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( NULL ); in SetMenuBar()
1047 …if ( mpWindowImpl->mpBorderWindow && (mpWindowImpl->mpBorderWindow->GetType() == WINDOW_BORDERWIND… in SetMenuBarMode()
1050 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarMode( sal_True ); in SetMenuBarMode()
1052 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarMode( sal_False ); in SetMenuBarMode()