Searched refs:RowDataType (Results 1 – 2 of 2) sorted by relevance
243 RowsDataType::value_type(nRow, RowDataType())); in setCell()253 RowDataType& rRow = itrRow->second; in setCell()257 rRow.insert(RowDataType::value_type(nCol, aCell)); in setCell()271 const RowDataType& rRowData = itrTable->second; in getCell()272 RowDataType::const_iterator itrRow = rRowData.find(nCol); in getCell()333 const RowDataType& rRowData = itrRow->second; in getAllCols()336 RowDataType::const_iterator itrCol = rRowData.begin(), itrColEnd = rRowData.end(); in getAllCols()355 const RowDataType& rRowData = itrRow->second; in getColRange()359 RowDataType::const_iterator itr = rRowData.begin(), itrEnd = rRowData.end(); in getColRange()378 const RowDataType& rRowData = itrRow->second; in getAllNumberFormats()[all …]
119 typedef ::std::hash_map<SCCOL, Cell> RowDataType; typedef in ScExternalRefCache120 typedef ::std::hash_map<SCROW, RowDataType> RowsDataType;
Completed in 128 milliseconds