Lines Matching refs:Y
272 aTxtPos.Y() += 4; in ImplFormatItem()
311 aPos.Y() += (aRectSize.Height()-aImageSize.Height())/2; in ImplFormatItem()
664 aPos.Y() = nStartY+nNoneHeight+1; in Format()
1008 nY = aPos.Y(); in ImplDrawDropPos()
1016 nY = aPos.Y(); in ImplDrawDropPos()
1059 Point aTempPos( 0, aScrPos.Y() ); in ImplDraw()
1060 Size aTempSize( aSize.Width(), aScrPos.Y() ); in ImplDraw()
1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw()
1068 aTempSize.Height() = aSize.Height()-aTempPos.Y(); in ImplDraw()
1087 aPos1.Y()++; in ImplDraw()
1088 aPos2.Y()++; in ImplDraw()
1122 if ( (mnFirstLine > 0) && (rPos.Y() >= 0) ) in ImplScroll()
1125 if ( (rPos.Y() >= nTopPos) && (rPos.Y() <= nTopPos+nScrollOffset) ) in ImplScroll()
1129 (mnFirstLine < (sal_uInt16)(mnLines-mnVisLines)) && (rPos.Y() < aOutSize.Height()) ) in ImplScroll()
1132 if ( (rPos.Y() >= nBottomPos-nScrollOffset) && (rPos.Y() <= nBottomPos) ) in ImplScroll()
1731 aItemRect.Top() = aPt.Y(); in RequestHelp()
1734 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
2731 (rPos.Y() >= 0) && (rPos.Y() < aOutSize.Height()) ) in ShowDropPos()