Home
last modified time | relevance | path

Searched refs:aTotRange (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/tools/source/memtools/
H A Dmultisel.cxx54 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 ==()
615 aTotRange.Max() += nCount; in Insert()
655 aTotRange.Max() -= 1; in Remove()
665 aTotRange.Max() += nCount; in Append()
[all …]
/aoo42x/main/tools/inc/tools/
H A Dmultisel.hxx54 Range aTotRange; // total range of indexes member in MultiSelection
91 { return nSelCount == sal_uIntPtr(aTotRange.Len()); } in IsAllSelected()
99 const Range& GetTotalRange() const { return aTotRange; } in GetTotalRange()

Completed in 25 milliseconds