Lines Matching refs:Y
563 aPtNew.Y() = aPtMM.Y(); in SetActualRPWithoutInvalidate()
612 if( aPt.Y() < aSize.Height() / 3 ) in GetApproxLogPtFromPixPt()
613 y = aPtLT.Y(); in GetApproxLogPtFromPixPt()
614 else if( aPt.Y() < aSize.Height() * 2 / 3 ) in GetApproxLogPtFromPixPt()
615 y = aPtMM.Y(); in GetApproxLogPtFromPixPt()
617 y = aPtRB.Y(); in GetApproxLogPtFromPixPt()
620 y = aPtMM.Y(); in GetApproxLogPtFromPixPt()
699 _aPtNew.Y() = aPtMM.Y(); in SetState()
761 return GetRPFromPoint( GetApproxLogPtFromPixPt( Point( r.X, r.Y ) ) ); in GetApproxRPFromPixPt()
865 DrawText( aPtRM - Point( 0, aDiff.Y() ), UniString::CreateFromAscii( in Paint()
898 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in PointToIndex()
910 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint()
925 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in ShowPosition()
1056 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()
1057 aPtBr.Y() = aRectSize.Height() * (i + 1) / nLines - 1; in Paint()
1092 i = aPosition.Y(); in implCalFocusRect()
2329 aPos.Y() -= maSymbolSize.Height() / 2; in Paint()
2431 aObjectPosition.Move(rPos.X(), rPos.Y()); in SetShadowPosition()