Lines Matching refs:Top

103                             nYTemp += aOverlappingRect.Bottom() - aNewRect.Top();  in lcl_getNewRectSize()
107 nYTemp += aOverlappingRect.Top() - aNewRect.Bottom(); in lcl_getNewRectSize()
118 if ( _aObjRect.Top() < aOverlappingRect.Top() ) in lcl_getNewRectSize()
119 … nYTemp += aOverlappingRect.Top() - aNewRect.Top() - aNewRect.getHeight(); in lcl_getNewRectSize()
121 nYTemp += aOverlappingRect.Bottom() - aNewRect.Top(); in lcl_getNewRectSize()
143 if ( aNewRect.Top() < aIntersectionRect.Top() ) in lcl_getNewRectSize()
145 aNewRect.Bottom() = aIntersectionRect.Top(); in lcl_getNewRectSize()
147 else if ( aNewRect.Top() < aIntersectionRect.Bottom() ) in lcl_getNewRectSize()
149 aNewRect.Top() = aIntersectionRect.Bottom(); in lcl_getNewRectSize()
807 …::std::mem_fun_t<long&,Rectangle> aRefFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Top); in alignMarkedObjects()
826 aGetFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Top); in alignMarkedObjects()
866 …ty() && (aIntersectRect.Left() != aIntersectRect.Right() && aIntersectRect.Top() != aIntersectRect… in alignMarkedObjects()
1136 aLeftTop.Y() = ::std::min( aRect.Top(), aLeftTop.Y() ); in BegDragObj()
1138 …RACE("BegDragObj createInvisible X:%d Y:%d on View #%d\n", aRect.Left(), aRect.Top(), nViewCount ); in BegDragObj()
1154 aClipRect.Top() = -aNewObjPos.Y(); in BegDragObj()
1476 aClipRect.Top() = aCurrentSectionPos.Y() - aPosForWorkArea.Y(); in MovAction()
1478 aClipRect.Bottom() = aClipRect.Top() + nSectionHeight; in MovAction()
1484 aClipRect.Top() = -aPosForWorkArea.Y(); in MovAction()
1653 if ( rWorkArea.Top() < 0 ) in handleKey()
1654 rWorkArea.Top() = 0; in handleKey()
1666 if ( aMarkRect.Top() < rWorkArea.Top() ) in handleKey()
1667 nY += rWorkArea.Top() - aMarkRect.Top(); in handleKey()
1693 aPos.Y() = aOver.Top() - aMarkRect.getHeight(); in handleKey()
1694 nY += (aPos.Y() - aMarkRect.Top()); in handleKey()
1700 nY += (aPos.Y() - aMarkRect.Top()); in handleKey()
1705 aPos.Y() = aMarkRect.Top(); in handleKey()
1711 aPos.Y() = aMarkRect.Top(); in handleKey()
1777 aNewRect.Top() += nY; in handleKey()