Searched refs:aMinOutSizePixel (Results 1 – 1 of 1) sorted by relevance
647 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomOut() local649 aMinOutSizePixel.Width(),nZoomOutInit)); in _ZoomOut()691 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomIn() local693 aMinOutSizePixel.Width(), aSz.Height())); in _ZoomIn()719 Size aMinOutSizePixel = pDockingParent->GetMinOutputSizePixel(); in Resize() local723 aMinOutSizePixel.Width() = nWishWidth; in Resize()724 aMinOutSizePixel.Height() = _IsZoomedIn() ? nZoomIn : nZoomOutInit; in Resize()728 aMinOutSizePixel.Width() = 0; in Resize()729 aMinOutSizePixel.Height() = 0; in Resize()731 pDockingParent->SetMinOutputSizePixel(aMinOutSizePixel); in Resize()
Completed in 56 milliseconds