Home
last modified time | relevance | path

Searched refs:aMinOutSizePixel (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx647 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomOut() local
649 aMinOutSizePixel.Width(),nZoomOutInit)); in _ZoomOut()
691 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomIn() local
693 aMinOutSizePixel.Width(), aSz.Height())); in _ZoomIn()
719 Size aMinOutSizePixel = pDockingParent->GetMinOutputSizePixel(); in Resize() local
723 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 20 milliseconds