Searched refs:nYMin (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 220 int nYMin = h; in findBorder() local 234 nYMin = java.lang.Math.min(nYMin, y); in findBorder() 262 if (nXMin < nXMax && nYMin < nYMax) in findBorder() 265 int nh = nYMax - nYMin + 1; in findBorder() 268 aRect = new Rect(nXMin, nYMin, nw, nh ); in findBorder()
|
/aoo41x/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() 659 if ( pPt->Y() < nYMin ) in GetBoundRect() 660 nYMin = 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() 1658 if ( pPt->Y() < nYMin ) in GetBoundRect() 1659 nYMin = pPt->Y(); in GetBoundRect() 1664 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
|
/aoo41x/main/soldep/source/ |
H A D | soldep.cxx | 249 long nYMin = aSize.Height(); in IMPL_LINK() local 257 nYMin = MIN( aPoint.Y(), nYMin ); in IMPL_LINK() 261 Point aOffset( nXMin, nYMin ); in IMPL_LINK() 272 Size aDevSize( nXMax-nXMin + 10, nYMax-nYMin + 10); in IMPL_LINK()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 961 long nYMin=Min(aBewareRect1.Top(),aBewareRect2.Top()); in ImpCalcEdgeTrack() local 985 aMeeting.Y()=nYMin; in ImpCalcEdgeTrack() 1043 FASTBOOL bObenLang=Abs(nYMin-aMeeting.Y())<=Abs(nYMax-aMeeting.Y()); in ImpCalcEdgeTrack() 1045 aMeeting.Y()=nYMin; in ImpCalcEdgeTrack() 1215 if (bObn1 || bObn2) { aMeeting.Y()=nYMin; bMeetingYMid=sal_False; } in ImpCalcEdgeTrack()
|
Completed in 56 milliseconds