Home
last modified time | relevance | path

Searched refs:nXMax (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/runner/convwatch/
H A DBorderRemover.java219 int nXMax = 0; in findBorder() local
244 for (int nx = w - 1; nx >= nXMax; --nx) in findBorder()
250 nXMax = java.lang.Math.max(nXMax, nx); in findBorder()
262 if (nXMin < nXMax && nYMin < nYMax) in findBorder()
264 int nw = nXMax - nXMin + 1; in findBorder()
/aoo41x/main/tools/source/generic/
H A Dpoly2.cxx633 long nXMin=0, nXMax=0, nYMin=0, nYMax=0; in GetBoundRect() local
649 nXMin = nXMax = pPt->X(); in GetBoundRect()
657 if ( pPt->X() > nXMax ) in GetBoundRect()
658 nXMax = pPt->X(); in GetBoundRect()
668 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
H A Dpoly.cxx1644 long nXMin, nXMax, nYMin, nYMax; in GetBoundRect() local
1647 nXMin = nXMax = pPt->X(); in GetBoundRect()
1656 if ( pPt->X() > nXMax ) in GetBoundRect()
1657 nXMax = pPt->X(); in GetBoundRect()
1664 return Rectangle( nXMin, nYMin, nXMax, nYMax ); in GetBoundRect()
/aoo41x/main/sw/source/ui/uiview/
H A Dview.cxx1460 long nXMax = pHScrollbar->GetRangeMax() - pHScrollbar->GetVisibleSize(); in ReadUserDataSequence() local
1461 if( aTopLeft.X() > nXMax ) in ReadUserDataSequence()
1462 aTopLeft.X() = nXMax < 0 ? 0 : nXMax; in ReadUserDataSequence()
/aoo41x/main/soldep/source/
H A Dsoldep.cxx247 long nXMax = 0; in IMPL_LINK() local
256 nXMax = MAX( aPoint.X() + aSize.Width(), nXMax ); in IMPL_LINK()
272 Size aDevSize( nXMax-nXMin + 10, nYMax-nYMin + 10); in IMPL_LINK()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoedge.cxx960 long nXMax=Max(aBewareRect1.Right(),aBewareRect2.Right()); in ImpCalcEdgeTrack() local
981 aMeeting.X()=nXMax; in ImpCalcEdgeTrack()
1103 FASTBOOL bLinksLang=Abs(nXMin-aMeeting.X())<=Abs(nXMax-aMeeting.X()); in ImpCalcEdgeTrack()
1107 aMeeting.X()=nXMax; in ImpCalcEdgeTrack()
1212 if (bRts1 || bRts2) { aMeeting.X()=nXMax; bMeetingXMid=sal_False; } in ImpCalcEdgeTrack()

Completed in 45 milliseconds