Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DBorderRemover.java221 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()
/aoo4110/main/tools/source/generic/
H A Dpoly2.cxx633 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 Dpoly.cxx1644 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()
/aoo4110/main/soldep/source/
H A Dsoldep.cxx248 long nYMax = 0; in IMPL_LINK() local
258 nYMax = MAX( aPoint.Y() + aSize.Height(), nYMax ); in IMPL_LINK()
272 Size aDevSize( nXMax-nXMin + 10, nYMax-nYMin + 10); in IMPL_LINK()
/aoo4110/main/svx/source/svdraw/
H A Dsvdoedge.cxx962 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()
/aoo4110/main/svtools/source/edit/
H A Dtextview.cxx1885 long nYMax = mpImpl->mpTextEngine->GetTextHeight() - aOutSz.Height(); in ImpShowCursor() local
1886 if ( nYMax < 0 ) in ImpShowCursor()
1887 nYMax = 0; in ImpShowCursor()
1888 if ( aNewStartPos.Y() > nYMax ) in ImpShowCursor()
1889 aNewStartPos.Y() = nYMax; in ImpShowCursor()

Completed in 112 milliseconds