Searched refs:rNextRange (Results 1 – 2 of 2) sorted by relevance
1555 bool XclImpXFRange::Expand( const XclImpXFRange& rNextRange ) in Expand() argument1557 DBG_ASSERT( mnScRow2 < rNextRange.mnScRow1, "XclImpXFRange::Expand - rows out of order" ); in Expand()1558 if( (maXFIndex == rNextRange.maXFIndex) && (mnScRow2 + 1 == rNextRange.mnScRow1) ) in Expand()1560 mnScRow2 = rNextRange.mnScRow2; in Expand()
557 bool Expand( const XclImpXFRange& rNextRange );
Completed in 28 milliseconds