Lines Matching refs:nLeft
201 nRight = nLeft + rSize.Width() +1; in SetSize()
203 nRight = nLeft + rSize.Width() -1; 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()
269 nLeft = Max( nLeft, aTmpRect.nLeft ); in Intersection()
275 if ( nRight < nLeft || nBottom < nTop ) in Intersection()
296 if ( (nRight < nLeft) && (nRight != RECT_EMPTY) ) in Justify()
298 nHelp = nLeft; in Justify()
299 nLeft = nRight; 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()
422 rRect.nLeft = (sal_Int32)nNum; in operator >>()
464 rIStream >> rRect.nLeft >> rRect.nTop >> rRect.nRight >> rRect.nBottom; in operator >>()
485 nNum = (sal_uInt32)(sal_Int32)rRect.nLeft; in operator <<()
486 if ( rRect.nLeft < 0 ) in operator <<()
653 rOStream << rRect.nLeft << rRect.nTop << rRect.nRight << rRect.nBottom; in operator <<()