Lines Matching refs:Bottom

111 	nTmp = pView->GetVisArea().Bottom()+lDelta;  in lcl_GetPos()
208 if ( aNewVisArea.Bottom() >= lTmp ) in DocSzChgd()
210 lTmp = aNewVisArea.Bottom() - lTmp; in DocSzChgd()
211 aNewVisArea.Bottom() -= lTmp; in DocSzChgd()
245 aLR.Bottom() += lMin - aLR.Top(); in SetVisArea()
255 if( aLR.Bottom() < 0 ) in SetVisArea()
256 aLR.Bottom() = 0; in SetVisArea()
346 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea()
399 else if( rRect.Bottom() > aVisArea.Bottom() ) //Verschiebung nach unten in CalcPt()
401 pPt->Y() = rRect.Bottom() - in CalcPt()
455 || rRect.Top() > aDlgRect.Bottom() in Scroll()
456 || rRect.Bottom() < aDlgRect.Top() ) ) in Scroll()
461 long nBottomDiff = aVisArea.Bottom() - aDlgRect.Bottom(); in Scroll()
466 nDiffY = aDlgRect.Bottom() - aVisArea.Top(); in Scroll()
473 aVisArea.Bottom() = aDlgRect.Top(); // Unterkante aendern in Scroll()
534 aPnt.Y() += ( rRect.Top() + rRect.Bottom() in Scroll()
535 - aVisArea.Top() - aVisArea.Bottom() ) / 2 - nDiffY; in Scroll()
584 rOff = aDocSz.Height() - aVisArea.Bottom(); in GetPageScrollDownOffset()
585 else if( GetWrtShell().GetCharRect().Bottom() > in GetPageScrollDownOffset()
586 ( aVisArea.Bottom() - nYScrl )) in GetPageScrollDownOffset()
748 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
822 aRect.Bottom() = aBottomRight.Y(); in CalcVisArea()
840 if ( aRect.Bottom() > lHeight ) in CalcVisArea()
842 long lDelta = aRect.Bottom() - lHeight; in CalcVisArea()
844 aRect.Bottom() -= lDelta; in CalcVisArea()
885 rToFill.Bottom() = nTmp; in CalcAndSetBorderPixel()
1041 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1060 aViewSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1068 aSz.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()