Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx243 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 …]
/aoo42x/main/sc/inc/
H A Dexternalrefmgr.hxx119 typedef ::std::hash_map<SCCOL, Cell> RowDataType; typedef in ScExternalRefCache
120 typedef ::std::hash_map<SCROW, RowDataType> RowsDataType;

Completed in 125 milliseconds