Searched refs:nXMin (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 218 int nXMin = w; in findBorder() local 225 for (int x = 0; x < nXMin; x++) in findBorder() 233 nXMin = java.lang.Math.min(nXMin, x); in findBorder() 262 if (nXMin < nXMax && nYMin < nYMax) in findBorder() 264 int nw = nXMax - nXMin + 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 649 nXMin = nXMax = pPt->X(); in GetBoundRect() 655 if ( pPt->X() < nXMin ) in GetBoundRect() 656 nXMin = pPt->X(); 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 1647 nXMin = nXMax = pPt->X(); in GetBoundRect() 1654 if ( pPt->X() < nXMin ) in GetBoundRect() 1655 nXMin = pPt->X(); in GetBoundRect() 1664 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
|
/aoo41x/main/soldep/source/ |
H A D | soldep.cxx | 246 long nXMin = aSize.Width(); in IMPL_LINK() local 255 nXMin = MIN( aPoint.X(), nXMin ); 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 | 959 long nXMin=Min(aBewareRect1.Left(),aBewareRect2.Left()); in ImpCalcEdgeTrack() local 977 aMeeting.X()=nXMin; in ImpCalcEdgeTrack() 1103 FASTBOOL bLinksLang=Abs(nXMin-aMeeting.X())<=Abs(nXMax-aMeeting.X()); in ImpCalcEdgeTrack() 1105 aMeeting.X()=nXMin; in ImpCalcEdgeTrack() 1213 if (bLks1 || bLks2) { aMeeting.X()=nXMin; bMeetingXMid=sal_False; } in ImpCalcEdgeTrack()
|
Completed in 63 milliseconds