Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx238 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()
/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx120 typedef ::std::hash_map<SCROW, RowDataType> RowsDataType; typedef in ScExternalRefCache
197 RowsDataType maRows;

Completed in 70 milliseconds