Lines Matching refs:aSize

416         Size aSize = maRollUpOutSize;  in RollUp()  local
417 if ( !aSize.Width() ) in RollUp()
418 aSize.Width() = GetOutputSizePixel().Width(); in RollUp()
421 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_True, aSize ); in RollUp()
423 SetOutputSizePixel( aSize ); in RollUp()
461 Size aSize( rSize ); in SetMaxOutputSizePixel() local
462 if( aSize.Width() > SHRT_MAX || aSize.Width() <= 0 ) in SetMaxOutputSizePixel()
463 aSize.Width() = SHRT_MAX; in SetMaxOutputSizePixel()
464 if( aSize.Height() > SHRT_MAX || aSize.Height() <= 0 ) in SetMaxOutputSizePixel()
465 aSize.Height() = SHRT_MAX; in SetMaxOutputSizePixel()
467 mpImplData->maMaxOutSize = aSize; in SetMaxOutputSizePixel()
470 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMaxOutputSize( aSize.Width(), aSize.Height()… in SetMaxOutputSizePixel()
472 …ndowImpl->mpBorderWindow->mpWindowImpl->mpFrame->SetMaxClientSize( aSize.Width(), aSize.Height() ); in SetMaxOutputSizePixel()
475 mpWindowImpl->mpFrame->SetMaxClientSize( aSize.Width(), aSize.Height() ); in SetMaxOutputSizePixel()
486 Size aSize = GetOutputSizePixel(); in GetResizeOutputSizePixel() local
487 if ( aSize.Width() < maMinOutSize.Width() ) in GetResizeOutputSizePixel()
488 aSize.Width() = maMinOutSize.Width(); in GetResizeOutputSizePixel()
489 if ( aSize.Height() < maMinOutSize.Height() ) in GetResizeOutputSizePixel()
490 aSize.Height() = maMinOutSize.Height(); in GetResizeOutputSizePixel()
491 return aSize; in GetResizeOutputSizePixel()
929 Size aSize = GetSizePixel(); in GetWindowStateData() local
934 aSize.Height() += maOrgSize.Height(); in GetWindowStateData()
943 rData.SetWidth( aSize.Width() ); in GetWindowStateData()
945 rData.SetHeight( aSize.Height() ); in GetWindowStateData()