Lines Matching refs:Max
544 while ( rEvt.GetRow() < aSelRange.Max() ) in ExpandRowSelection()
546 SelectRow( aSelRange.Max(), bSelectThis, sal_True ); in ExpandRowSelection()
547 --aSelRange.Max(); in ExpandRowSelection()
549 while ( rEvt.GetRow() > aSelRange.Max() ) in ExpandRowSelection()
551 SelectRow( aSelRange.Max(), bSelectThis, sal_True ); in ExpandRowSelection()
552 ++aSelRange.Max(); in ExpandRowSelection()
560 while ( rEvt.GetRow() < aSelRange.Max() ) in ExpandRowSelection()
562 --aSelRange.Max(); in ExpandRowSelection()
563 if ( !IsRowSelected( aSelRange.Max() ) ) in ExpandRowSelection()
565 SelectRow( aSelRange.Max(), bSelectThis, sal_True ); in ExpandRowSelection()
569 while ( rEvt.GetRow() > aSelRange.Max() ) in ExpandRowSelection()
571 ++aSelRange.Max(); in ExpandRowSelection()
572 if ( !IsRowSelected( aSelRange.Max() ) ) in ExpandRowSelection()
574 SelectRow( aSelRange.Max(), bSelectThis, sal_True ); in ExpandRowSelection()
1274 short nRange = Max( nScrollCols, (short)0 ); in UpdateScrollbars()
1582 nDragX = Max( rEvt.GetPosPixel().X(), nMinResizeX ); in MouseMove()
1616 nDragX = Max( rEvt.GetPosPixel().X(), nMinResizeX ); in MouseButtonUp()