Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds