Searched refs:maSelData (Results 1 – 2 of 2) sorted by relevance
219 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 …]
126 XclSelectionData maSelData; /// Selection data. member in XclExpSelection
Completed in 26 milliseconds