Lines Matching refs:nRight
201 nRight = nLeft + rSize.Width() +1; in SetSize()
203 nRight = nLeft + rSize.Width() -1; in SetSize()
205 nRight = RECT_EMPTY; in SetSize()
234 nLeft = Min( Min( nLeft, rRect.nLeft ), Min( nRight, rRect.nRight ) ); in Union()
235 nRight = Max( Max( nLeft, rRect.nLeft ), Max( nRight, rRect.nRight ) ); in Union()
270 nRight = Min( nRight, aTmpRect.nRight ); in Intersection()
275 if ( nRight < nLeft || nBottom < nTop ) in Intersection()
296 if ( (nRight < nLeft) && (nRight != RECT_EMPTY) ) in Justify()
299 nLeft = nRight; in Justify()
300 nRight = nHelp; in Justify()
328 if ( nLeft <= nRight ) in IsInside()
330 if ( (rPoint.X() < nLeft) || (rPoint.X() > nRight) ) in IsInside()
335 if ( (rPoint.X() > nLeft) || (rPoint.X() < nRight) ) in IsInside()
448 rRect.nRight = (sal_Int32)nNum; in operator >>()
464 rIStream >> rRect.nLeft >> rRect.nTop >> rRect.nRight >> rRect.nBottom; in operator >>()
567 nNum = (sal_uInt32)(sal_Int32)rRect.nRight; in operator <<()
568 if ( rRect.nRight < 0 ) in operator <<()
653 rOStream << rRect.nLeft << rRect.nTop << rRect.nRight << rRect.nBottom; in operator <<()