Lines Matching refs:Y

82 			aReturn.Top() = _aConnPos.Y() - nRowHeight;  in GetTextPos()
108 _rNewConPos.Y() = _pWin->GetPosPixel().Y(); in calcPointsYValue()
112 _rNewConPos.Y() += pListBox->GetPosPixel().Y(); in calcPointsYValue()
113 long nEntryPos = pListBox->GetEntryPosition( _pEntry ).Y(); in calcPointsYValue()
117 _rNewConPos.Y() += nEntryPos; in calcPointsYValue()
118 _rNewConPos.Y() += (long)( 0.5 * nRowHeight ); in calcPointsYValue()
121 _rNewConPos.Y() -= (long)( 0.5 * nRowHeight ); in calcPointsYValue()
123 long nListBoxBottom = _pWin->GetPosPixel().Y() in calcPointsYValue()
124 + pListBox->GetPosPixel().Y() in calcPointsYValue()
126 if( _rNewConPos.Y() > nListBoxBottom ) in calcPointsYValue()
127 _rNewConPos.Y() = nListBoxBottom + 2; in calcPointsYValue()
130 _rNewConPos.Y() += static_cast<sal_Int32>(pListBox->GetPosPixel().Y()*0.5); in calcPointsYValue()
132 _rNewDescrPos.Y() = _rNewConPos.Y(); in calcPointsYValue()
194 if( m_aSourceDescrLinePos.Y() <= m_aDestDescrLinePos.Y() ) in GetBoundingRect()
196 aTopLeft.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect()
197 aBottomRight.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect()
201 aTopLeft.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect()
202 aBottomRight.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect()
345 double a = sqrt((double)(v.X()*v.X() + v.Y()*v.Y())); in dist_Euklid()
346 double l = (v.X() * w.Y() - v.Y() * w.X()) / a; in dist_Euklid()
347 double a2 = w.X()*v.X()+w.Y()*v.Y(); in dist_Euklid()
350 q.Y() = long(p1.Y() + a * v.Y()); in dist_Euklid()
365 …os.X(),m_aDestConnPos.X()) <= q.X() && ::std::min(m_aSourceConnPos.Y(),m_aDestConnPos.Y()) <= q.Y() in CheckHit()
366 …(m_aDestConnPos.X(),m_aSourceConnPos.X()) && q.Y() <= ::std::max(m_aDestConnPos.Y(),m_aSourceCon… in CheckHit()
387 aDest.Y() /= 2; in getMidPoint()