Lines Matching refs:aTotRange

54 			 pSel->aTotRange.Min(), pSel->aTotRange.Max() );  in Print()
125 aTotRange( 0, -1 ), in MultiSelection()
136 aTotRange(0,RANGE_MAX), in MultiSelection()
294 aTotRange(rOrig.aTotRange), in MultiSelection()
313 aTotRange(rRange), in MultiSelection()
337 aTotRange = rOrig.aTotRange; in operator =()
358 if ( aTotRange != rWith.aTotRange || nSelCount != rWith.nSelCount || in operator ==()
378 aSels.Insert( new Range(aTotRange), LIST_APPEND ); in SelectAll()
379 nSelCount = aTotRange.Len(); in SelectAll()
389 DBG_ASSERT( aTotRange.IsInside(nIndex), "selected index out of range" ); in Select()
392 if ( !aTotRange.IsInside(nIndex) ) in Select()
488 DBG_ASSERT(aTotRange.IsInside(nTmpMax), "selected index out of range" ); in Select()
489 DBG_ASSERT(aTotRange.IsInside(nTmpMin), "selected index out of range" ); in Select()
615 aTotRange.Max() += nCount; in Insert()
655 aTotRange.Max() -= 1; in Remove()
664 long nPrevLast = aTotRange.Max(); in Append()
665 aTotRange.Max() += nCount; in Append()
687 if ( nCurIndex <= aTotRange.Max() ) in ImplFwdUnselected()
719 bCurValid = nSelCount < sal_uIntPtr(aTotRange.Len()); in FirstSelected()
810 aTotRange = rTotRange; in SetTotalRange()
816 if( pRange->Max() < aTotRange.Min() ) in SetTotalRange()
821 else if( pRange->Min() < aTotRange.Min() ) in SetTotalRange()
823 pRange->Min() = aTotRange.Min(); in SetTotalRange()
837 if( pRange->Min() > aTotRange.Max() ) in SetTotalRange()
842 else if( pRange->Max() > aTotRange.Max() ) in SetTotalRange()
844 pRange->Max() = aTotRange.Max(); in SetTotalRange()