Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx222 XclRangeList& rXclSel = maSelData.maXclSelection; in XclExpSelection() local
224 …for( XclRangeList::const_iterator aIt = rXclSel.begin(), aEnd = rXclSel.end(); !bFound && (aIt != … in XclExpSelection()
226 maSelData.mnCursorIdx = static_cast< sal_uInt16 >( aIt - rXclSel.begin() ); in XclExpSelection()
232 maSelData.mnCursorIdx = static_cast< sal_uInt16 >( rXclSel.size() ); in XclExpSelection()
233 rXclSel.push_back( XclRange( maSelData.maXclCursor ) ); in XclExpSelection()

Completed in 20 milliseconds