Home
last modified time | relevance | path

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

/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx362 typedef ::std::hash_map<sal_uInt16, RefCellSet> RefCellMap; typedef in ScExternalRefManager
732 RefCellMap maRefCells;
/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1578 RefCellMap::iterator itr = maRefCells.begin(), itrEnd = maRefCells.end(); in markUsedExternalRefCells()
1874 RefCellMap::iterator itrFile = maRefCells.find(nFileId); in refreshAllRefCells()
1897 RefCellMap::iterator itr = maRefCells.find(nFileId); in insertRefCell()
1901 pair<RefCellMap::iterator, bool> r = maRefCells.insert( in insertRefCell()
1902 RefCellMap::value_type(nFileId, aRefCells)); in insertRefCell()
2253 RefCellMap::iterator itrRefs = maRefCells.find(nFileId); in breakLink()

Completed in 35 milliseconds