Lines Matching refs:Height

164 	long lSize = GetDocSz().Height() + lBorder - aVisArea.GetHeight();  in SetVScrollMax()
207 lTmp = aDocSz.Height() + lGreenOffset; in DocSzChgd()
262 if( aSize.Width() < 0 || aSize.Height() < 0 ) in SetVisArea()
283 Abs(aOldSz.Height() - pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
490 aSize.Height()+ GetYScroll() > aVisSize.Height() )) in Scroll()
494 aSize.Height()= Min( aSize.Height(),aVisSize.Height()); in Scroll()
498 static_cast< sal_uInt16 >((aVisSize.Height()- aSize.Height())/ 2) ); in Scroll()
504 aDocSz.Height() + nBorder - in Scroll()
521 aDocSz.Height() + nBorder - in Scroll()
578 (aVisArea.GetHeight() > aDocSz.Height()) ) in GetPageScrollDownOffset()
583 if ( aVisArea.Top() + rOff > aDocSz.Height() ) in GetPageScrollDownOffset()
584 rOff = aDocSz.Height() - aVisArea.Bottom(); in GetPageScrollDownOffset()
632 aAlPt.Y() += 3 * GetEditWin().PixelToLogic( Size( 0, 1 ) ).Height(); in PhyPageUp()
652 aAlPt.Y() += 3 * GetEditWin().PixelToLogic( Size( 0, 1 ) ).Height(); in PhyPageDown()
839 const long lHeight = GetWrtShell().GetDocSize().Height() + lBorder; in CalcVisArea()
871 rToFill.Top() = pHRuler->GetSizePixel().Height(); in CalcAndSetBorderPixel()
911 pHLineal->GetSizePixel().Height() : 0; in ViewResizePixel()
932 Size aSize( nVLinSzWidth, rEditSz.Height() ); in ViewResizePixel()
946 if(!aSize.Height()) in ViewResizePixel()
947 aSize.Height() = pHLineal->GetSizePixel().Height(); in ViewResizePixel()
959 rOfst.Y()+rSize.Height()-nHBSzHeight ); in ViewResizePixel()
974 Size aSize( nVBSzWidth, rSize.Height() ); in ViewResizePixel()
981 aSize.Height() -= nHLinSzHeight; in ViewResizePixel()
992 sal_Bool bHidePageButtons = aSize.Height() < ((bWebView ? 3 : 2) * nSubSize); in ViewResizePixel()
994 aSize.Height() -= nSubSize; in ViewResizePixel()
999 aSize.Height() -= nHBSzHeight; in ViewResizePixel()
1002 aPos.Y() += aSize.Height(); in ViewResizePixel()
1006 aPos.Y() += aImgSz.Height(); in ViewResizePixel()
1010 aPos.Y() += aImgSz.Height(); in ViewResizePixel()
1036 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
1041 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1044 Fraction( aSize.Height(), aObjSizePixel.Height() ) ); in InnerResizePixel()
1060 aViewSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1068 aSz.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()
1119 if ( bInOuterResizePixel || ( !rSize.Width() && !rSize.Height() ) ) in OuterResizePixel()
1198 (( aEditSz.Width() > 0 && aEditSz.Height() > 0 ) in OuterResizePixel()
1312 aTmpSz.Width() += lOfst; aTmpSz.Height() += lOfst; in UpdateScrollbars()