Searched refs:nYMax (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 221 int nYMax = 0; in findBorder() local 251 nYMax = java.lang.Math.max(nYMax, ny); in findBorder() 262 if (nXMin < nXMax && nYMin < nYMax) in findBorder() 265 int nh = nYMax - nYMin + 1; in findBorder()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 633 long nXMin=0, nXMax=0, nYMin=0, nYMax=0; in GetBoundRect() local 650 nYMin = nYMax = pPt->Y(); in GetBoundRect() 661 if ( pPt->Y() > nYMax ) in GetBoundRect() 662 nYMax = pPt->Y(); in GetBoundRect() 668 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
|
H A D | poly.cxx | 1644 long nXMin, nXMax, nYMin, nYMax; in GetBoundRect() local 1648 nYMin = nYMax = pPt->Y(); in GetBoundRect() 1660 if ( pPt->Y() > nYMax ) in GetBoundRect() 1661 nYMax = pPt->Y(); in GetBoundRect() 1664 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1889 long nYMax = mpImpl->mpTextEngine->GetTextHeight() - aOutSz.Height(); in ImpShowCursor() local 1890 if ( nYMax < 0 ) in ImpShowCursor() 1891 nYMax = 0; in ImpShowCursor() 1892 if ( aNewStartPos.Y() > nYMax ) in ImpShowCursor() 1893 aNewStartPos.Y() = nYMax; in ImpShowCursor()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 962 long nYMax=Max(aBewareRect1.Bottom(),aBewareRect2.Bottom()); in ImpCalcEdgeTrack() local 989 aMeeting.Y()=nYMax; in ImpCalcEdgeTrack() 1043 FASTBOOL bObenLang=Abs(nYMin-aMeeting.Y())<=Abs(nYMax-aMeeting.Y()); in ImpCalcEdgeTrack() 1047 aMeeting.Y()=nYMax; in ImpCalcEdgeTrack() 1214 if (bUnt1 || bUnt2) { aMeeting.Y()=nYMax; bMeetingYMid=sal_False; } in ImpCalcEdgeTrack()
|
Completed in 69 milliseconds