Searched refs:RowsDataType (Results 1 – 2 of 2) sorted by relevance
238 RowsDataType::iterator itrRow = maRows.find(nRow); in setCell()242 pair<RowsDataType::iterator, bool> res = maRows.insert( in setCell()243 RowsDataType::value_type(nRow, RowDataType())); in setCell()264 RowsDataType::const_iterator itrTable = maRows.find(nRow); in getCell()288 RowsDataType::const_iterator itrRow = maRows.find(nRow); in hasRow()296 RowsDataType::const_iterator itr = maRows.begin(), itrEnd = maRows.end(); in getAllRows()312 RowsDataType::const_iterator itr = maRows.begin(), itrEnd = maRows.end(); in getRowRange()328 RowsDataType::const_iterator itrRow = maRows.find(nRow); in getAllCols()350 RowsDataType::const_iterator itrRow = maRows.find( nRow ); in getColRange()375 RowsDataType::const_iterator itrRow = maRows.begin(), itrRowEnd = maRows.end(); in getAllNumberFormats()
120 typedef ::std::hash_map<SCROW, RowDataType> RowsDataType; typedef in ScExternalRefCache197 RowsDataType maRows;
Completed in 37 milliseconds