Lines Matching refs:Height

206 		sal_Int64 nTmp = aHeightMF.Normalize(aPageSize.Height());  in Reset()
229 if( aOrigSize.Width() && aOrigSize.Height() ) in Reset()
277 aTmpSz.Height() = lcl_GetValue( aHeightMF, eUnit ); in FillItemSet()
336 nOldHeight = aSize.Height(); in ActivatePage()
381 GraphicHasChanged( aOrigSize.Width() && aOrigSize.Height() ); in ActivatePage()
426 ((aOrigSize.Height() - nULBorders ) * pField->GetValue())/100L) , in IMPL_LINK()
459 long nHeight = aOrigSize.Height() - in IMPL_LINK()
464 sal_uInt16 nZoom = (sal_uInt16)( aSize.Height() * 100L/ nHeight); in IMPL_LINK()
521 if(bZoom && ( ( ( aOrigSize.Height() - (nTop + nBottom )) * nHeightZoom) in IMPL_LINK()
522 / 100 >= aPageSize.Height())) in IMPL_LINK()
528 nTop = aOrigSize.Height() - in IMPL_LINK()
529 ( aPageSize.Height() * 100 / nHeightZoom + nBottom); in IMPL_LINK()
536 nBottom = aOrigSize.Height() - in IMPL_LINK()
537 ( aPageSize.Height() * 100 / nHeightZoom + nTop); in IMPL_LINK()
571 long nHeight = aOrigSize.Height() - in IMPL_LINK()
602 if( (nDen = aOrigSize.Height() - nULBorders) > 0) in CalcZoom()
634 long nMinHeight = (aOrigSize.Height() * 10) /11; in CalcMinMaxBorder()
678 if((nUp + nLow) < - aOrigSize.Height()) in GraphicHasChanged()
680 long nVal = aOrigSize.Height() / -3; in GraphicHasChanged()
689 nSpin = aTopMF.Normalize(aOrigSize.Height()) / 20; in GraphicHasChanged()
705 aFld.SetValue( aFld.Normalize( aOrigSize.Height() ), eUnit ); in GraphicHasChanged()
793 (aWinSize.Height() - aFrameSize.Height())/2), in Paint()
813 if(!aFrameSize.Height()) in SetFrameSize()
814 aFrameSize.Height() = 1; in SetFrameSize()
817 Fraction aYScale( aWinSize.Height() * 4, aFrameSize.Height() * 5 ); in SetFrameSize()