Lines Matching refs:Height
576 rSize.Height(), awt::PosSize::POSSIZE); in AddXControl()
592 long nHoriScrollHeight = aHoriScroll.GetSizePixel().Height(); in AdjustScrollbars()
595 …sal_Bool bVertVisible = (aOutSize.Height()-(bHoriVisible ? nHoriScrollHeight : 0)) <= (aStdSize.He… in AdjustScrollbars()
609 ::Size aVertSize(nHoriScrollHeight, aOutSize.Height() - in AdjustScrollbars()
612 aVertScroll.SetRange( Range(0, aStdSize.Height())); in AdjustScrollbars()
613 aVertScroll.SetVisibleSize( aVertSize.Height() ); in AdjustScrollbars()
618 ::Size aScrollSize(aOutSize.Width() - aSize.Height(), aSize.Height()); in AdjustScrollbars()
619 ::Point aScrollPos(0, aOutSize.Height() - aSize.Height()); in AdjustScrollbars()
625 aScrollSize.Height() = aOutSize.Height() - aSize.Height(); in AdjustScrollbars()
630 aControlParentWinSz.Height() -= aSize.Height(); in AdjustScrollbars()
790 else if(nY > aOutSize.Height()) in focusGained()
793 …etThumbPos(aVertScroll.GetThumbPos() + nY - aOutSize.Height()+ aFixedTexts[0]->GetSizePixel().Heig… in focusGained()