Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1555 bool XclImpXFRange::Expand( const XclImpXFRange& rNextRange ) in Expand() argument
1557 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()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx557 bool Expand( const XclImpXFRange& rNextRange );

Completed in 21 milliseconds