Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxeview.cxx219 maSelData = *pSelData; in XclExpSelection()
222 XclRangeList& rXclSel = maSelData.maXclSelection; in XclExpSelection()
225 if( (bFound = aIt->Contains( maSelData.maXclCursor )) == true ) 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()
241 XML_activeCell, XclXmlUtils::ToOString( maSelData.maXclCursor ).getStr(), in SaveXml()
243 XML_sqref, XclXmlUtils::ToOString( maSelData.maXclSelection ).getStr(), in SaveXml()
250 << maSelData.maXclCursor // cell cursor in WriteBody()
251 << maSelData.mnCursorIdx; // index to range containing cursor in WriteBody()
[all …]
/aoo4110/main/sc/source/filter/inc/
H A Dxeview.hxx126 XclSelectionData maSelData; /// Selection data. member in XclExpSelection

Completed in 17 milliseconds